paper-with-me

Papers

CATP: Contextually Adaptive Token Pruning for Efficient and Enhanced Multimodal In-Context Learning

2025-08-11 · Yanshu Li, Jianjiang Yang, Zhennan Shen, Ligong Han, Haoyan Xu, Ruixiang Tang arxiv

Modern large vision-language models (LVLMs) convert each input image into a large set of tokens that far outnumber the text tokens. Although this improves visual perception, it also introduces severe image token redundancy. Because image tokens contain sparse information, many contribute little to reasoning but greatly increase inference cost. Recent image token pruning methods address this issue by identifying important tokens and removing the rest. These methods improve efficiency with only small performance drops. However, most of them focus on single-image tasks and overlook multimodal in-context learning (ICL), where redundancy is higher and efficiency is more important. Redundant tokens weaken the advantage of multimodal ICL for rapid domain adaptation and lead to unstable performance. When existing pruning methods are applied in this setting, they cause large accuracy drops, which exposes a clear gap and the need for new approaches. To address this, we propose Contextually Adaptive Token Pruning (CATP), a training-free pruning method designed for multimodal ICL. CATP uses two stages of progressive pruning that fully reflect the complex cross-modal interactions in the input sequence. After removing 77.8% of the image tokens, CATP achieves an average performance gain of 0.6% over the vanilla model on four LVLMs and eight benchmarks, clearly outperforming all baselines. At the same time, it improves efficiency by reducing inference latency by an average of 10.78%. CATP strengthens the practical value of multimodal ICL and lays the foundation for future progress in interleaved image-text settings.

📄 PDF Abstract BibTeX arXiv:2508.07871

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

CATP: Cross-Attention Token Pruning for Accuracy Preserved Multimodal Model Inference

2024-04-02 · Ruqi Liao, Chuqing Zhao, Jin Li, Weiqi Feng

In response to the rising interest in large multimodal models, we introduce Cross-Attention Token Pruning (CATP), a precision-focused token pruning method. Our approach leverages cross-attention layers in multimodal mode…

Computational Efficiency

CATP: Confidence-Aware Token Pruning for Camouflaged Object Detection

2026-04-18 · Yuhan Gao, Shuhao Kang, Xin He, Bing Li 외 arxiv

Camouflaged Object Detection (COD) aims to segment targets that share extreme textural and structural similarities with their complex environments. Leveraging their capacity for long-range dependency modeling, Transforme…

Object Detection

CATP-LLM: Empowering Large Language Models for Cost-Aware Tool Planning

2024-11-25 · Duo Wu, Jinghe Wang, Yuan Meng, Yanning Zhang 외

Utilizing large language models (LLMs) for tool planning has emerged as a promising avenue for developing general AI systems, where LLMs automatically schedule external tools (e.g. vision models) to tackle complex tasks …

Adaptive Graph Pruning for Multi-Agent Communication

2025-06-03 · Boyi Li, Zhonghan Zhao, Der-Horng Lee, Gaoang Wang

Large Language Model (LLM) based multi-agent systems have shown remarkable performance in various tasks, especially when enhanced through collaborative communication. However, current methods often rely on a fixed number…

Code GenerationLarge Language ModelMathematical Reasoning

Mitigating Information Loss under High Pruning Rates for Efficient Large Vision Language Models

2025-08-02 · Mingyu Fu, Wei Suo, Ji Ma, Lin Yuanbo Wu 외 arxiv

Despite the great success of Large Vision Language Models (LVLMs), their high computational cost severely limits their broad applications. The computational cost of LVLMs mainly stems from the visual sequence of the inpu…

Self-Supervised Learning