yyyang commited on
Commit
27f706b
·
verified ·
1 Parent(s): f4152a1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FocusUI-7B
2
+
3
+ This model was introduced in the paper:
4
+
5
+ **FocusUI: Efficient UI Grounding via Position-Preserving Visual Token Selection**
6
+ - 🖼️ Project Page: https://showlab.github.io/FocusUI/
7
+ - 🏠 Github Repo: https://github.com/showlab/FocusUI
8
+ - 📝 Paper: https://arxiv.org/pdf/2601.03928
9
+
10
+ ### Model Zoo
11
+
12
+ | Model | Backbone | 🤗 HuggingFace |
13
+ |-------|----------|-------------|
14
+ | FocusUI-3B | Qwen2.5-VL-3B | [https://huggingface.co/yyyang/FocusUI-3B](https://huggingface.co/yyyang/FocusUI-3B) |
15
+ | FocusUI-7B | Qwen2.5-VL-7B | [https://huggingface.co/yyyang/FocusUI-7B](https://huggingface.co/yyyang/FocusUI-7B) |
16
+ | FocusUI-2B | Qwen3-VL-2B | [https://huggingface.co/yyyang/FocusUI-Qwen3-VL-2B](https://huggingface.co/yyyang/FocusUI-Qwen3-VL-2B) |
17
+
18
+ ### Dataset & Benchmarks
19
+
20
+ For the training and evaluation data, see [FocusUI-Training-Data](https://huggingface.co/datasets/yyyang/FocusUI-Training-Data) and [UI-Grounding-Benchmarks](https://huggingface.co/datasets/yyyang/UI-Grounding-Benchmarks/).
21
+
22
+ ### Citation
23
+ ```
24
+ @article{ouyang2025focusui,
25
+ title = {FocusUI: Efficient UI Grounding via Position-Preserving Visual Token Selection},
26
+ author = {Ouyang, Mingyu and Lin, Kevin Qinghong and Shou, Mike Zheng and Ng, Hwee Tou},
27
+ year = {2025},
28
+ journal = {arXiv preprint},
29
+ }
30
+ ```