paper-with-me

홈 › Papers

LRCP: Low-Rank Compressibility Guided Visual Token Pruning for Efficient LVLMs

2026-05-15 · Hongyu Lu, Feng Zhang, Wenwei Jin, Huanling Hu, Tianjun Shi, Shikai Jiang, Yao Hu, Jiawei Li arxiv

Large vision-language models (LVLMs) achieve strong multimodal understanding, but their inference cost grows rapidly with the number of visual tokens, especially for high-resolution images and long videos. Existing attention-based methods estimate token importance from attention scores, which may introduce positional bias, while representation-based methods reduce visual redundancy based on feature relations or reconstruction errors, overlooking the global structure of the visual token set. In this paper, we revisit visual token compression from the perspective of low-rank compressibility. Across models and datasets, we observe that visual token representations exhibit a pronounced low-rank structure, with a dominant subspace that remains stable even after a large fraction of tokens is randomly removed. Motivated by this finding, we propose LRCP, a training-free compression framework that first estimates the dominant low-rank subspace of visual tokens via PCA, and then scores each token by its projection residual onto this subspace, retaining tokens that are poorly explained by the low-rank background. Extensive experiments show that LRCP achieves superior results, preserving 94.7% of the original image-understanding performance with an 88.9% token reduction and 97.8% of the average video-understanding accuracy with an 87.5% token reduction.

📄 PDF Abstract BibTeX arXiv:2605.15621

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

KV-CoRE: Benchmarking Data-Dependent Low-Rank Compressibility of KV-Caches in LLMs

2026-02-05 · Jian Chen, Zhuoran Wang, Jiayu Qin, Ming Li 외 arxiv

Large language models rely on kv-caches to avoid redundant computation during autoregressive decoding, but as context length grows, reading and writing the cache can quickly saturate GPU memory bandwidth. Recent work has…

Understanding Transformers for Time Series: Rank Structure, Flow-of-ranks, and Compressibility

2025-10-02 · Annan Yu, Danielle C. Maddix, Boran Han, Xiyuan Zhang 외 arxiv

Transformers are widely used across data modalities, and yet the principles distilled from text models often transfer imperfectly to models trained to other modalities. In this paper, we analyze Transformers through the …

Mechanistic Analysis of Catastrophic Forgetting in Large Language Models During Continual Fine-tuning

2026-01-26 · Gustav Olaf Yunus Laitinen-Fredriksson Lundstrom-Imanov arxiv

Sequential fine-tuning of Large Language Models (LLMs) adaptation to target tasks often triggers catastrophic forgetting, where the acquisition of novel target skills degrades ancestral capabilities. This paper presents …

OTT-Vid: Optimal Transport Temporal Token Compression for Video Large Language Models

2026-05-12 · Minseok Kang, Minhyeok Lee, Jungho Lee, Minjung Kim 외 arxiv

As Video Large Language Models (Video-LLMs) scale to longer and more complex videos, their inference cost grows rapidly due to the large volume of visual tokens accumulated across frames. Training-free token compression …

Video Question Answering

Beyond Attention Magnitude: Leveraging Inter-layer Rank Consistency for Efficient Vision-Language-Action Models

2026-03-26 · Peiju Liu, Jinming Liu, Xipeng Qiu, Xuanjing Huang arxiv

Vision-Language-Action (VLA) models excel in robotic manipulation but suffer from significant inference latency due to processing dense visual tokens. Existing token reduction methods predominantly rely on attention magn…