paper-with-me

Papers

Eve: Efficient Multimodal Vision Language Models with Elastic Visual Experts

2025-01-08 · Miao Rang, Zhenni Bi, Chuanjian Liu, Yehui Tang, Kai Han, Yunhe Wang

Multimodal vision language models (VLMs) have made significant progress with the support of continuously increasing model sizes and data volumes. Running VLMs on edge devices has become a challenge for their widespread application. There are several efficient VLM efforts, but they often sacrifice linguistic capabilities to enhance multimodal abilities, or require extensive training. To address this quandary,we introduce the innovative framework of Efficient Vision Language Models with Elastic Visual Experts (Eve). By strategically incorporating adaptable visual expertise at multiple stages of training, Eve strikes a balance between preserving linguistic abilities and augmenting multimodal capabilities. This balanced approach results in a versatile model with only 1.8B parameters that delivers significant improvements in both multimodal and linguistic tasks. Notably, in configurations below 3B parameters, Eve distinctly outperforms in language benchmarks and achieves state-of-the-art results 68.87% in VLM Benchmarks. Additionally, its multimodal accuracy outstrips that of the larger 7B LLaVA-1.5 model. Our code is available at https://github.com/rangmiao/Eve.

📄 PDF Abstract BibTeX arXiv:2501.04322

Code (1)

rangmiao/eve 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MM-Matryoshka: Towards Budget-Elastic Visual Document Retrieval via a 2D Multimodal Matryoshka Training Framework

2026-06-03 · Haowen Xiang, Yibo Yan, Jiahao Huo, Yu Huang 외 arxiv

Multi-vector visual document retrievers achieve strong fine-grained matching by representing each page with multiple vectors from deep Vision-Language Models (VLMs), but this design makes deployment expensive in both sto…

MM-REACT: Prompting ChatGPT for Multimodal Reasoning and Action

2023-03-20 · Zhengyuan Yang, Linjie Li, JianFeng Wang, Kevin Lin 외

We propose MM-REACT, a system paradigm that integrates ChatGPT with a pool of vision experts to achieve multimodal reasoning and action. In this paper, we define and explore a comprehensive list of advanced vision tasks …

Multimodal ReasoningVisual Question Answering

MoVA: Adapting Mixture of Vision Experts to Multimodal Context

2024-04-19 · Zhuofan Zong, Bingqi Ma, Dazhong Shen, Guanglu Song 외

As the key component in multimodal large language models (MLLMs), the ability of the visual encoder greatly affects MLLM's understanding on diverse image content. Although some large-scale pretrained vision encoders such…

Language ModellingLarge Language Model

Parrot: Multilingual Visual Instruction Tuning

2024-06-04 · Hai-Long Sun, Da-Wei Zhou, Yang Li, Shiyin Lu 외

The rapid development of Multimodal Large Language Models (MLLMs) like GPT-4V has marked a significant step towards artificial general intelligence. Existing methods mainly focus on aligning vision encoders with LLMs thr…

Mixture-of-Experts

CuMo: Scaling Multimodal LLM with Co-Upcycled Mixture-of-Experts

2024-05-09 · Jiachen Li, Xinyao Wang, Sijie Zhu, Chia-Wen Kuo 외

Recent advancements in Multimodal Large Language Models (LLMs) have focused primarily on scaling by increasing text-image pair data and enhancing LLMs to improve performance on multimodal tasks. However, these scaling ap…

Image CaptioningInstruction FollowingMixture-of-Expertsvisual instruction following+2