paper-with-me

홈 › Papers

Efficient LLaMA-3.2-Vision by Trimming Cross-attended Visual Features

2025-04-01 · Jewon Lee, Ki-Ung Song, Seungmin Yang, Donguk Lim, Jaeyeon Kim, Wooksu Shin, Bo-Kyeong Kim, Yong Jae Lee, Tae-Ho Kim

Visual token reduction lowers inference costs caused by extensive image features in large vision-language models (LVLMs). Unlike relevant studies that prune tokens in self-attention-only LVLMs, our work uniquely addresses cross-attention-based models, which achieve superior performance. We identify that the key-value (KV) cache size for image tokens in cross-attention layers significantly exceeds that of text tokens in self-attention layers, posing a major compute bottleneck. To mitigate this issue, we exploit the sparse nature in cross-attention maps to selectively prune redundant visual features. Our Trimmed Llama effectively reduces KV cache demands without requiring additional training. By benefiting from 50%-reduced visual features, our model can reduce inference latency and memory usage while achieving benchmark parity.

📄 PDF Abstract BibTeX arXiv:2504.00557

Code (0)

등록된 구현이 없습니다.

Tasks

Token Reduction

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Dynamic Cross Attention for Audio-Visual Person Verification

2024-03-07 · R. Gnana Praveen, Jahangir Alam

Although person or identity verification has been predominantly explored using individual modalities such as face and voice, audio-visual fusion has recently shown immense potential to outperform unimodal approaches. Aud…

Cross-Attention is Not Always Needed: Dynamic Cross-Attention for Audio-Visual Dimensional Emotion Recognition

2024-03-28 · R. Gnana Praveen, Jahangir Alam

In video-based emotion recognition, audio and visual modalities are often expected to have a complementary relationship, which is widely explored using cross-attention. However, they may also exhibit weak complementary r…

Emotion Recognition

Which Tokens Should SFT Actually Learn? A Token-Trimming Perspective on Mathematical Reasoning

2026-09-09 · Yaning Jia, Chunhui Zhang, Wenxuan Xu, Xingjian Diao 외 arxiv

Supervised fine-tuning (SFT) applies a uniform cross-entropy loss to all target tokens, even though different tokens provide unequal learning signals for mathematical reasoning. This uniform treatment can over-sharpen al…

Mathematical Reasoning

United we stand, Divided we fall: Handling Weak Complementary Relationships for Audio-Visual Emotion Recognition in Valence-Arousal Space

2025-03-15 · R. Gnana Praveen, Jahangir Alam, Eric Charton

Audio and visual modalities are two predominant contact-free channels in videos, which are often expected to carry a complementary relationship with each other. However, they may not always complement each other, resulti…

Emotion RecognitionMultimodal Emotion Recognition

ST$^3$: Accelerating Multimodal Large Language Model by Spatial-Temporal Visual Token Trimming

2024-12-28 · Jiedong Zhuang, Lu Lu, Ming Dai, Rui Hu 외

Multimodal large language models (MLLMs) enhance their perceptual capabilities by integrating visual and textual information. However, processing the massive number of visual tokens incurs a significant computational cos…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model