CLJul 2, 2024

Efficient Sparse Attention needs Adaptive Token Release

arXiv:2407.02328v129 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses efficiency issues for deploying large language models in resource-constrained environments, representing an incremental improvement over existing sparse attention methods.

The paper tackles the computational and storage challenges of large language models by proposing an adaptive token release method to manage key-value states, achieving competitive performance with full attention and up to 221.8% throughput improvement.

In recent years, Large Language Models (LLMs) have demonstrated remarkable capabilities across a wide array of text-centric tasks. However, their `large' scale introduces significant computational and storage challenges, particularly in managing the key-value states of the transformer, which limits their wider applicability. Therefore, we propose to adaptively release resources from caches and rebuild the necessary key-value states. Particularly, we accomplish this by a lightweight controller module to approximate an ideal top-$K$ sparse attention. This module retains the tokens with the highest top-$K$ attention weights and simultaneously rebuilds the discarded but necessary tokens, which may become essential for future decoding. Comprehensive experiments in natural language generation and modeling reveal that our method is not only competitive with full attention in terms of performance but also achieves a significant throughput improvement of up to 221.8%. The code for replication is available on the https://github.com/WHUIR/ADORE.

Foundations

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

Your Notes