Skip to content

Commit 30a7f46

Browse files
Copilotanxiangsir
andauthored
Add citation section to README (#92)
* Initial plan * Add citation section to README with BibTeX entry Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
1 parent 30f2023 commit 30a7f46

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- [Codec Style Patch Selection](#-codec-style-patch-selection)
3737
- [Contributors](#-contributors)
3838
- [Related Projects](#-related-projects)
39+
- [Citation](#-citation)
3940
- [License](#-license)
4041
- [Documentation](#-documentation)
4142

@@ -505,3 +506,19 @@ For detailed usage, see the [LLaVA-Next README](llava_next/README.md).
505506
- [SigLIP2](https://github.com/google-research/big_vision) – Google's multilingual vision-language encoder with improved semantic alignment and support for dynamic image resolutions.
506507
- [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval) – Unified evaluation toolkit for large multimodal models, supporting 100+ tasks across text, image, video, and audio domains.
507508
- [V-JEPA2](https://github.com/facebookresearch/vjepa2) – Meta's self-supervised video encoder trained on internet-scale data, achieving state-of-the-art performance on motion understanding and action anticipation.
509+
510+
---
511+
512+
## 📝 Citation
513+
514+
If you find OneVision-Encoder useful for your research and applications, please cite using this BibTeX:
515+
516+
```bibtex
517+
@article{tang2026onevision_encoder,
518+
title = {{OneVision-Encoder}: Codec-Aligned Sparsity as a Foundational Principle for Multimodal Intelligence},
519+
author = {Tang, Feilong and An, Xiang and Yan, Yunyao and Xie, Yin and Qin, Bin and Yang, Kaicheng and Shen, Yifei and Zhang, Yuanhan and Li, Chunyuan and Feng, Shikun and Chen, Changrui and Tan, Huajie and Hu, Ming and Zhang, Manyuan and Li, Bo and Feng, Ziyong and Liu, Ziwei and Ge, Zongyuan and Deng, Jiankang},
520+
journal = {arXiv:2602.08683},
521+
year = {2026},
522+
url = {https://arxiv.org/abs/2602.08683}
523+
}
524+
```

0 commit comments

Comments
 (0)