paper-with-me

Papers

AirCache: Activating Inter-modal Relevancy KV Cache Compression for Efficient Large Vision-Language Model Inference

2025-03-31 · Kai Huang, Hao Zou, Bochen Wang, Ye Xi, Zhen Xie, Hao Wang

Recent advancements in Large Visual Language Models (LVLMs) have gained significant attention due to their remarkable reasoning capabilities and proficiency in generalization. However, processing a large number of visual tokens and generating long-context outputs impose substantial computational overhead, leading to excessive demands for key-value (KV) cache. To address this critical bottleneck, we propose AirCache, a novel KV cache compression method aimed at accelerating LVLMs inference. This work systematically investigates the correlations between visual and textual tokens within the attention mechanisms of LVLMs. Our empirical analysis reveals considerable redundancy in cached visual tokens, wherein strategically eliminating these tokens preserves model performance while significantly accelerating context generation. Inspired by these findings, we introduce an elite observation window for assessing the importance of visual components in the KV cache, focusing on stable inter-modal relevancy modeling with enhanced multi-perspective consistency. Additionally, we develop an adaptive layer-wise budget allocation strategy that capitalizes on the strength and skewness of token importance distribution, showcasing superior efficiency compared to uniform allocation. Comprehensive evaluations across multiple LVLMs and benchmarks demonstrate that our method achieves comparable performance to the full cache while retaining only 10% of visual KV cache, thereby reducing decoding latency by 29% to 66% across various batch size and prompt length of inputs. Notably, as cache retention rates decrease, our method exhibits increasing performance advantages over existing approaches.

📄 PDF Abstract BibTeX arXiv:2503.23956

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

LLaVA-RE: Binary Image-Text Relevancy Evaluation with Multimodal Large Language Model

2025-08-07 · Tao Sun, Oliver Liu, JinJin Li, Lan Ma arxiv

Multimodal generative AI usually involves generating image or text responses given inputs in another modality. The evaluation of image-text relevancy is essential for measuring response quality or ranking candidate respo…

Generic Attention-model Explainability by Weighted Relevance Accumulation

2023-08-20 · Yiming Huang, Aozhe Jia, Xiaodan Zhang, Jiawei Zhang

Attention-based transformer models have achieved remarkable progress in multi-modal tasks, such as visual question answering. The explainability of attention-based methods has recently attracted wide interest as it can e…

Image CaptioningQuestion AnsweringVisual Question Answering

ProMoE: Fast MoE-based LLM Serving using Proactive Caching

2024-10-29 · Xiaoniu Song, Zihang Zhong, Rong Chen, Haibo Chen

The promising applications of large language models are often limited by the constrained GPU memory capacity available on edge devices. Mixture-of-Experts (MoE) models help address this issue by activating only a subset …

GPUMixture-of-Experts

Spatio-Temporal Investigation of Brain-Wide Sequences

2021-05-27 · Ohad Felsenstein, Moshe Abeles

In "The Organization of Behavior" (Hebb, 1949), Hebb suggested that the propagation of activity between transiently grouped neurons plays an important role in behavior. Since then, multiple studies have provided evidence…

MatchVIE: Exploiting Match Relevancy between Entities for Visual Information Extraction

2021-06-24 · Guozhi Tang, Lele Xie, Lianwen Jin, Jiapeng Wang 외

Visual Information Extraction (VIE) task aims to extract key information from multifarious document images (e.g., invoices and purchase receipts). Most previous methods treat the VIE task simply as a sequence labeling pr…

Graph Neural Network