File size: 2,164 Bytes
b137de6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
license: apache-2.0
base_model:
- Qwen/Qwen2.5-7B-Instruct
pipeline_tag: any-to-any
---
### Unifying Visual Understanding and Generation via Text-Aligned Representations
> [Jiaming Han](https://csuhan.com), [Hao Chen](https://haochen-rye.github.io)<sup>†</sup>, [Yang Zhao](https://scholar.google.com/citations?user=uPmTOHAAAAAJ&hl=zh-CN), [Hanyu Wang](https://hywang66.github.io), [Qi Zhao](https://kevinz8866.github.io), [Ziyan Yang](https://ziyanyang.github.io), [Hao He](https://hehao13.github.io), [Xiangyu Yue](https://xyue.io)<sup>‡</sup>, [Lu Jiang](https://www.lujiang.info)<sup>‡</sup>
>
> <sup>†</sup> Project Lead <sup>‡</sup> Corresponding Authors
<a href="https://tar.csuhan.com">
<img
src="https://img.shields.io/badge/Project-Page-0A66C2?logo=chromewebstore&logoColor=0A66C2"
alt="Project Page"
/>
</a>
<a href="http://arxiv.org/abs/2506.18898">
<img
src="https://img.shields.io/badge/arXiv-Paper-red?logo=arxiv&logoColor=red"
alt="Tar Paper on arXiv"
/>
</a>
<a href="https://huggingface.co/collections/csuhan/tar-68538273b5537d0bee712648">
<img
src="https://img.shields.io/badge/HF-Model-yellow?logo=huggingface&logoColor=yellow"
alt="Huggingface Model"
/>
</a>
<a href="https://huggingface.co/spaces/csuhan/Tar-7B">
<img
src="https://img.shields.io/badge/HF-Space1-yellow?logo=huggingface&logoColor=yellow"
alt="Huggingface Space"
/>
</a>
<a href="https://huggingface.co/spaces/csuhan/Tar">
<img
src="https://img.shields.io/badge/HF-Space2-yellow?logo=huggingface&logoColor=yellow"
alt="Huggingface Space"
/>
</a>
<img src="asset/demos.png" width="80%">
### Citation
```
@article{han2025tar,
title={Vision as a Dialect: Unifying Visual Understanding and Generation via Text-Aligned Representations},
author={Han, Jiaming and Chen, Hao and Zhao, Yang and Wang, Hanyu and Zhao, Qi and Yang, Ziyan and He, Hao and Yue, Xiangyu and Jiang, Lu},
journal={arXiv preprint arXiv:2506.18898},
year={2025},
}
```
### License
This project is licensed under the Apache 2.0 License.
|