paper-with-me

Papers

Token-level Correlation-guided Compression for Efficient Multimodal Document Understanding

2024-07-19 · Renshan Zhang, Yibo Lyu, Rui Shao, Gongwei Chen, Weili Guan, Liqiang Nie

Cropping high-resolution document images into multiple sub-images is the most widely used approach for current Multimodal Large Language Models (MLLMs) to do document understanding. Most of current document understanding methods preserve all tokens within sub-images and treat them equally. This neglects their different informativeness and leads to a significant increase in the number of image tokens. To perform a more adaptive and efficient document understanding, we propose Token-level Correlation-guided Compression, a parameter-free and plug-and-play methodology to optimize token processing. Firstly, we propose an innovative approach for assessing the pattern repetitiveness based on the correlation between each patch tokens. This method identifies redundant tokens, allowing for the determination of the sub-image's information density. Secondly, we present a token-level sampling method that efficiently captures the most informative tokens by delving into the correlation between the [CLS] token and patch tokens. By integrating these strategies, we develop a plug-and-play adaptive compressor module that can be seamlessly incorporated into MLLMs utilizing cropping techniques. This module not only enhances the processing speed during training and inference but also maintains comparable performance. We conduct experiments with the SOTA document understanding model mPLUG-DocOwl1.5 and the effectiveness is demonstrated through extensive comparisons with other compression methods.

📄 PDF Abstract BibTeX arXiv:2407.14439

Code (1)

JiuTian-VL/TokenCorrCompressor 공식 구현

Tasks

document understandingInformativeness

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

QMoP: Query Guided Mixture-of-Projector for Efficient Visual Token Compression

2026-03-22 · Zhongyang Li, Yaqian Li, Faming Fang, Rinyoichi Takezoe 외 arxiv

Multimodal large language models suffer from severe computational and memory bottlenecks, as the number of visual tokens far exceeds that of textual tokens. While recent methods employ projector modules to align and comp…

OmniZip: Audio-Guided Dynamic Token Compression for Fast Omnimodal Large Language Models

2025-11-18 · Keda Tao, Kele Shao, Bohan Yu, Weiqiang Wang 외 arxiv

Omnimodal large language models (OmniLLMs) have attracted increasing research attention of late towards unified audio-video understanding. However, the high computational cost of processing longer joint audio-video token…

TokenCarve: Information-Preserving Visual Token Compression in Multimodal Large Language Models

2025-03-13 · Xudong Tan, Peng Ye, Chongjun Tu, JianJian Cao 외

Multimodal Large Language Models (MLLMs) are becoming increasingly popular, while the high computational cost associated with multimodal data input, particularly from visual tokens, poses a significant challenge. Existin…

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 외

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 th…

Language ModelingLanguage ModellingLarge Language Model

DCER: Dual-Stage Compression and Energy-Based Reconstruction

2026-02-03 · Yiwen Wang, Jiahao Qin arxiv

Multimodal fusion faces two robustness challenges: noisy inputs degrade representation quality, and missing modalities cause prediction failures. We propose DCER, a unified framework addressing both challenges through du…