nielsr HF Staff commited on
Commit
833a3f8
·
verified ·
1 Parent(s): 7fe0d95

Link model card to paper and project page

Browse files

This PR improves the model card by:
- Linking it to the ECCV 2026 paper [Actor as Its Own Critic: Unifying Region Understanding and Localization via CycleGRPO](https://huggingface.co/papers/2607.11581).
- Adding the link to the [Project Page](https://devinxzhang.github.io/CycleGRPO-Page/).
- Adding the BibTeX citation section.

Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,13 +1,17 @@
1
  ---
 
 
 
2
  license: apache-2.0
3
  pipeline_tag: image-text-to-text
4
- library_name: transformers
5
- base_model:
6
- - zhouyik/Qwen3-VL-4B-SAMTok
7
  ---
8
 
9
  # CycleGRPO-4B
10
 
 
 
 
 
11
  CycleGRPO-4B is post-trained from
12
  [zhouyik/Qwen3-VL-4B-SAMTok](https://huggingface.co/zhouyik/Qwen3-VL-4B-SAMTok)
13
  with **caption ↔ grounding cycle-consistent reinforcement learning**: a caption is
@@ -83,3 +87,16 @@ from the base model [Qwen3-VL-4B-SAMTok](https://huggingface.co/zhouyik/Qwen3-VL
83
 
84
  Released under Apache-2.0. Derived from Qwen3-VL-4B-SAMTok; use is also subject to the
85
  base model's license and terms.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - zhouyik/Qwen3-VL-4B-SAMTok
4
+ library_name: transformers
5
  license: apache-2.0
6
  pipeline_tag: image-text-to-text
 
 
 
7
  ---
8
 
9
  # CycleGRPO-4B
10
 
11
+ This is the official checkpoint for **CycleGRPO-4B**, presented in the paper [Actor as Its Own Critic: Unifying Region Understanding and Localization via CycleGRPO](https://huggingface.co/papers/2607.11581).
12
+
13
+ **[📜 Paper](https://huggingface.co/papers/2607.11581)** | **[💻 Project Page](https://devinxzhang.github.io/CycleGRPO-Page/)** | **[🐙 Code](https://github.com/devinxzhang/CycleGRPO)**
14
+
15
  CycleGRPO-4B is post-trained from
16
  [zhouyik/Qwen3-VL-4B-SAMTok](https://huggingface.co/zhouyik/Qwen3-VL-4B-SAMTok)
17
  with **caption ↔ grounding cycle-consistent reinforcement learning**: a caption is
 
87
 
88
  Released under Apache-2.0. Derived from Qwen3-VL-4B-SAMTok; use is also subject to the
89
  base model's license and terms.
90
+
91
+ ## Citation
92
+
93
+ ```bibtex
94
+ @inproceedings{cyclegrpo2026,
95
+ title = {Actor as Its Own Critic: Unifying Region Understanding and
96
+ Localization via CycleGRPO},
97
+ author = {Zhang, Xin and Wang, Haochen and Zhou, Yikang and Wang, Zhuochen
98
+ and Li, Jason and Tan, Robby T.},
99
+ booktitle = {European Conference on Computer Vision (ECCV)},
100
+ year = {2026}
101
+ }
102
+ ```