paper-with-me

Papers

Recoverable Compression: A Multimodal Vision Token Recovery Mechanism Guided by Text Information

2024-09-02 · Yi Chen, Jian Xu, Xu-Yao Zhang, Wen-Zhuo Liu, Yang-Yang Liu, Cheng-Lin Liu

With the advancement of large-scale language modeling techniques, large multimodal models combining visual encoders with large language models have demonstrated exceptional performance in various visual tasks. Most of the current large-scale multimodal models achieve this by mapping visual features obtained from the visual encoder into a large language model and using them as inputs alongside text for downstream tasks. Therefore, the number of visual tokens directly affects the training and inference speed of the model. There has been significant work on token pruning for visual transformers, but for large multimodal models, only relying on visual information for token pruning or compression may lead to significant loss of important information. On the other hand, the textual input in the form of a question may contain valuable information that can aid in answering the question, providing additional knowledge to the model. To address the potential oversimplification and excessive pruning that can occur with most purely visual token pruning methods, we propose a text information-guided dynamic visual token recovery mechanism that does not require training. This mechanism leverages the similarity between the question text and visual tokens to recover visually meaningful tokens with important text information while merging other less important tokens. Experimental results demonstrate that our proposed method achieves comparable performance to the original approach while compressing the visual tokens to an average of 10% of the original quantity. Our source code will be made publicly available following acceptance.

📄 PDF Abstract BibTeX arXiv:2409.01179

Code (2)

banjiuyufen/Recoverable-Compression 공식 구현 pytorch
banjiuyufen/recoverablecompression 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

ShortOPD: Recovering Pruned LLMs with Short-to-Long On-Policy Distillation

2026-07-14 · Qingyu Zhang, Qianhao Yuan, Hongyu Lin, Yaojie Lu 외 hf

Structured pruning is a hardware-friendly way to compress LLMs, but it is mostly validated on multiple-choice recognition tasks, while the same compressed checkpoints can collapse on the free-form generation that deploym…

ViCuR: Visual Cues as Recoverable Privilege for Multimodal On-Policy Distillation

2026-06-04 · Kanghui Tian, Siyuan Liu, Ziang Yan, Sheng Xia 외 arxiv

On-policy distillation (OPD) improves reasoning by training a student on trajectories sampled from its own policy under supervision from a teacher. In multimodal reasoning, a common extension is to use a privileged teach…

Multimodal Reasoning

How Many Visual Tokens Do Multimodal Language Models Need? Scaling Visual Token Pruning with F^3A

2026-05-09 · YiJie Huang, Yiqun Zhang, Zhuoyue Jia, Xiaocui Yang 외 arxiv

Vision-language models improve perception by feeding increasingly long visual token sequences into language backbones, but the resulting inference cost raises a basic scaling question: as multimodal models grow, how many…

MemLeak: Diagnosing Information Leaks in Multimodal Agent Memory

2026-06-29 · Kuan Wang, Chao Zhang arxiv

When a multimodal AI agent is asked to forget a fact, current memory systems usually delete the text entry and report success. We find that the fact can remain recoverable from retained user images, including images tagg…

VisionSelector: End-to-End Learnable Visual Token Compression for Efficient Multimodal LLMs

2025-10-18 · Jiaying Zhu, Yurui Zhu, Xin Lu, Wenrui Yan 외 arxiv

Multimodal Large Language Models (MLLMs) encounter significant computational and memory bottlenecks from the massive number of visual tokens generated by high-resolution images or multi-image inputs. Previous token compr…