Update README.md
Browse files
README.md
CHANGED
|
@@ -2,5 +2,28 @@
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
| 5 |
arxiv: 2511.22663
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
tags:
|
| 6 |
+
- unified multimodal model
|
| 7 |
+
- aia
|
| 8 |
arxiv: 2511.22663
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Architecture Decoupling Is Not All You Need For Unified Multimodal Model
|
| 12 |
+
|
| 13 |
+
This is the official model card of AIA.
|
| 14 |
+
|
| 15 |
+
- **Paper:** [Architecture Decoupling Is Not All You Need For Unified Multimodal Model](https://arxiv.org/abs/2511.22663)
|
| 16 |
+
- **Project Page:** [https://zhengdian1.github.io/AIA-project/](https://zhengdian1.github.io/AIA-project/)
|
| 17 |
+
- **Code:** [https://github.com/zhengdian1/AIA](https://github.com/zhengdian1/AIA)
|
| 18 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
If you find AIA useful for your research, please cite the following paper:
|
| 22 |
+
|
| 23 |
+
```bibtex
|
| 24 |
+
@article{zheng2025architecture,
|
| 25 |
+
title={Architecture Decoupling Is Not All You Need For Unified Multimodal Model},
|
| 26 |
+
author={Zheng, Dian and Zhang, Manyuan and Li, Hongyu and Zou, Kai and Liu, Hongbo and Guo, Ziyu and Feng, Kaituo and Liu, Yexin and Luo, Ying and Feng, Yan and Pei, Peng and Cai, Xunliang and Li, Hongsheng},
|
| 27 |
+
journal={arXiv preprint arXiv:2511.22663},
|
| 28 |
+
year={2025}
|
| 29 |
+
}
|