Add image-text-to-text pipeline tag and citation to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<p align="center">
|
| 2 |
<h1 align="center">👀 PixelEyes: Decoupling Perception and Reasoning for Pinpoint Visual Evidence Seeking</h1>
|
| 3 |
</p>
|
|
@@ -19,4 +23,24 @@
|
|
| 19 |
|
| 20 |
> PixelEyes enhances active visual search in MLLMs by delegating fine-grained localization to a specialized perception tool, thereby achieving efficient and accurate multi-turn visual reasoning.
|
| 21 |
|
| 22 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-text-to-text
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
<p align="center">
|
| 6 |
<h1 align="center">👀 PixelEyes: Decoupling Perception and Reasoning for Pinpoint Visual Evidence Seeking</h1>
|
| 7 |
</p>
|
|
|
|
| 23 |
|
| 24 |
> PixelEyes enhances active visual search in MLLMs by delegating fine-grained localization to a specialized perception tool, thereby achieving efficient and accurate multi-turn visual reasoning.
|
| 25 |
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
This repository contains the weights for **PixelEyes**, a multi-turn visual reasoning agent that explicitly decouples reasoning from perception, introduced in the paper [PixelEyes: Decoupling Perception and Reasoning for Pinpoint Visual Evidence Seeking](https://huggingface.co/papers/2607.00115).
|
| 29 |
+
|
| 30 |
+
For more details on environment setup, training, and evaluation, please visit the [GitHub repository](https://github.com/godx-7/PixelEyes-train-infer-eval).
|
| 31 |
+
|
| 32 |
+
## Citation
|
| 33 |
+
|
| 34 |
+
If you find this project helpful in your research, please cite our paper:
|
| 35 |
+
|
| 36 |
+
```bibtex
|
| 37 |
+
@misc{gong2026pixeleyesdecouplingperceptionreasoning,
|
| 38 |
+
title={PixelEyes: Decoupling Perception and Reasoning for Pinpoint Visual Evidence Seeking},
|
| 39 |
+
author={Dengxian Gong and Yuanzheng Wu and Haobo Yuan and Zhengdong Hu and Tao Zhang and Yikang Zhou and Shihao Chen and Quanzhu Niu and Kai Wang and Jason Li and Haochen Wang and Lu Qi and Shunping Ji and Ming-Hsuan Yang},
|
| 40 |
+
year={2026},
|
| 41 |
+
eprint={2607.00115},
|
| 42 |
+
archivePrefix={arXiv},
|
| 43 |
+
primaryClass={cs.CV},
|
| 44 |
+
url={https://arxiv.org/abs/2607.00115},
|
| 45 |
+
}
|
| 46 |
+
```
|