AICVSep 23, 2024

A-VL: Adaptive Attention for Large Vision-Language Models

arXiv:2409.14846v27 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses efficiency issues for users deploying large vision-language models, though it is incremental as it adapts existing techniques to a specific domain.

The paper tackled the high resource demands of Large Vision-Language Models during inference by developing A-VL, an adaptive attention method that reduces memory usage and computational load without performance loss, as shown in evaluations on three tasks and five datasets.

The Large Vision-Language Model (LVLM) integrates computer vision and natural language processing techniques, offering substantial application potential. However, these models demand extensive resources during inference. Adaptive attention techniques can dynamically reduce computational redundancy and thus improve efficiency. Although current adaptive attention methods significantly reduce the memory requirements of Transformer-based language models, they are not tailored for LVLMs. We observe that LVLMs generate responses from both remote image tokens and local text tokens, and different modalities have different attention patterns. This observation inspires us to manage the attention for each modality separately. Specifically, for visual input, we store the cache of potentially useful information but only compute the most critical parts. For language input, we care more about local information. Based on our observation and analysis of vision-language attention patterns, we develop A-VL, a plug-and-play adaptive attention tailored for LVLM inference. Extensive evaluations on three vision-language tasks and five datasets show the effectiveness of our designs. Our approach A-VL outperforms existing adaptive attention methods in reducing memory usage and computational load without compromising performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes