Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
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 |
+
```
|