jameslahm commited on
Commit
6817854
·
verified ·
1 Parent(s): c7cdf21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -3,5 +3,23 @@ tags:
3
  - image-classification
4
  - timm
5
  library_tag: timm
 
 
6
  ---
7
- # Model card for lsnet_t_distill
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - image-classification
4
  - timm
5
  library_tag: timm
6
+ license: mit
7
+ library_name: timm
8
  ---
9
+ # LSNet: See Large, Focus Small
10
+
11
+ Paper: https://arxiv.org/abs/2503.23135
12
+
13
+ Code: https://github.com/THU-MIG/lsnet
14
+
15
+ ```bibtex
16
+ @misc{wang2025lsnetlargefocussmall,
17
+ title={LSNet: See Large, Focus Small},
18
+ author={Ao Wang and Hui Chen and Zijia Lin and Jungong Han and Guiguang Ding},
19
+ year={2025},
20
+ eprint={2503.23135},
21
+ archivePrefix={arXiv},
22
+ primaryClass={cs.CV},
23
+ url={https://arxiv.org/abs/2503.23135},
24
+ }
25
+ ```