-
🔥 Strong Performance.
OmniLMM-12B achieves leading performance among models with comparable sizes, surpassing established LMMs on multiple benchmarks (including MME, MMBench, SEED-Bench, etc). The model also endows rich multi-modal world knowledge.
-
🏆 Trustworthy Behavior.
LMMs are known for suffering from hallucination, often generating text that is not factually grounded in images (e.g., faithfully describing non-existing objects in images). OmniLMM-12B is
the first state-of-the-art open-source LMM aligned via multimodal RLHF for trustworthy behavior (using the recent
RLHF-V technique). It
ranks #1 among open-source models on
MMHal-Bench, and
outperforms GPT-4V on
Object HalBench.
-
🕹 Real-time Multimodal Interaction.
We combine the OmniLMM-12B and GPT-3.5 (text-only) into a real-time multimodal interactive assistant. The assistant accepts video streams from the camera and speech streams from the microphone and emits speech output. While still primary, we find the model can replicate some of the fun cases shown in the Gemini Demo video, without any video edition.
Click here to try out the Demo of
OmniLMM-12B.
Please look at
GitHub for more detail about usage.
1@article{yu2023rlhf,
2 title={Rlhf-v: Towards trustworthy mllms via behavior alignment from fine-grained correctional human feedback},
3 author={Yu, Tianyu and Yao, Yuan and Zhang, Haoye and He, Taiwen and Han, Yifeng and Cui, Ganqu and Hu, Jinyi and Liu, Zhiyuan and Zheng, Hai-Tao and Sun, Maosong and others},
4 journal={arXiv preprint arXiv:2312.00849},
5 year={2023}
6}
7@article{viscpm,
8 title={Large Multilingual Models Pivot Zero-Shot Multimodal Learning across Languages},
9 author={Jinyi Hu and Yuan Yao and Chongyi Wang and Shan Wang and Yinxu Pan and Qianyu Chen and Tianyu Yu and Hanghao Wu and Yue Zhao and Haoye Zhang and Xu Han and Yankai Lin and Jiao Xue and Dahai Li and Zhiyuan Liu and Maosong Sun},
10 journal={arXiv preprint arXiv:2308.12038},
11 year={2023}
12}
13@article{xu2024llava-uhd,
14 title={{LLaVA-UHD}: an LMM Perceiving Any Aspect Ratio and High-Resolution Images},
15 author={Xu, Ruyi and Yao, Yuan and Guo, Zonghao and Cui, Junbo and Ni, Zanlin and Ge, Chunjiang and Chua, Tat-Seng and Liu, Zhiyuan and Huang, Gao},
16 journal={arXiv preprint arXiv:2403.11703},
17 year={2024}
18}