paper-with-me

Papers

InternVL-X: Advancing and Accelerating InternVL Series with Efficient Visual Token Compression

2025-03-27 · Dongchen Lu, Yuyao Sun, Zilu Zhang, Leping Huang, Jianliang Zeng, Mao Shu, Huo Cao

Most multimodal large language models (MLLMs) treat visual tokens as "a sequence of text", integrating them with text tokens into a large language model (LLM). However, a great quantity of visual tokens significantly increases the demand for computational resources and time. In this paper, we propose InternVL-X, which outperforms the InternVL model in both performance and efficiency by incorporating three visual token compression methods. First, we propose a novel vision-language projector, PVTC. This component integrates adjacent visual embeddings to form a local query and utilizes the transformed CLS token as a global query, then performs point-to-region cross-attention through these local and global queries to more effectively convert visual features. Second, we present a layer-wise visual token compression module, LVTC, which compresses tokens in the LLM shallow layers and then expands them through upsampling and residual connections in the deeper layers. This significantly enhances the model computational efficiency. Futhermore, we propose an efficient high resolution slicing method, RVTC, which dynamically adjusts the number of visual tokens based on image area or length filtering. RVTC greatly enhances training efficiency with only a slight reduction in performance. By utilizing 20% or fewer visual tokens, InternVL-X achieves state-of-the-art performance on 7 public MLLM benchmarks, and improves the average metric by 2.34% across 12 tasks.

📄 PDF Abstract BibTeX arXiv:2503.21307

Code (1)

ludc506/InternVL-X 공식 구현 pytorch

Tasks

Computational EfficiencyLarge Language Model

Similar Papers 제목 키워드 기반

InternVL3.5: Advancing Open-Source Multimodal Models in Versatility, Reasoning, and Efficiency

2025-08-25 · Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu 외 arxiv

We introduce InternVL 3.5, a new family of open-source multimodal models that significantly advances versatility, reasoning capability, and inference efficiency along the InternVL series. A key innovation is the Cascade …

Reinforcement LearningOffline RL

InternVL3: Exploring Advanced Training and Test-Time Recipes for Open-Source Multimodal Models

2025-04-14 · Jinguo Zhu, Weiyun Wang, Zhe Chen, Zhaoyang Liu 외

We introduce InternVL3, a significant advancement in the InternVL series featuring a native multimodal pre-training paradigm. Rather than adapting a text-only large language model (LLM) into a multimodal large language m…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

Mono-InternVL-1.5: Towards Cheaper and Faster Monolithic Multimodal Large Language Models

2025-07-16 · Gen Luo, Wenhan Dou, Wenhao Li, Zhaokai Wang 외 arxiv

This paper focuses on monolithic Multimodal Large Language Models (MLLMs), which integrate visual encoding and language decoding into a single model. Existing structures and pre-training strategies for monolithic MLLMs o…

Mono-InternVL: Pushing the Boundaries of Monolithic Multimodal Large Language Models with Endogenous Visual Pre-training

2024-10-10 · CVPR 2025 1 · Gen Luo, Xue Yang, Wenhan Dou, Zhaokai Wang 외

In this paper, we focus on monolithic Multimodal Large Language Models (MLLMs) that integrate visual encoding and language decoding into a single LLM. In particular, we identify that existing pre-training strategies for …

Mixture-of-ExpertsVisual Question Answering

How Far Are We to GPT-4V? Closing the Gap to Commercial Multimodal Models with Open-Source Suites

2024-04-25 · Zhe Chen, Weiyun Wang, Hao Tian, Shenglong Ye 외

In this report, we introduce InternVL 1.5, an open-source multimodal large language model (MLLM) to bridge the capability gap between open-source and proprietary commercial models in multimodal understanding. We introduc…

4kLanguage ModelingLanguage ModellingLarge Language Model+4