A hierarchical RNN with bidirectional minGRU scans reports higher ImageNet accuracy than DeiT backbones at lower high-resolution FLOPs.
MetaLA: Unified Optimal Linear Approximation to Softmax Attention Map
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Various linear complexity models, such as Linear Transformer (LinFormer), State Space Model (SSM), and Linear RNN (LinRNN), have been proposed to replace the conventional softmax attention in Transformer structures. However, the optimal design of these linear models is still an open question. In this work, we attempt to answer this question by finding the best linear approximation to softmax attention from a theoretical perspective. We start by unifying existing linear complexity models as the linear attention form and then identify three conditions for the optimal linear attention design: 1) Dynamic memory ability; 2) Static approximation ability; 3) Least parameter approximation. We find that none of the current linear models meet all three conditions, resulting in suboptimal performance. Instead, we propose Meta Linear Attention (MetaLA) as a solution that satisfies these conditions. Our experiments on Multi-Query Associative Recall (MQAR) task, language modeling, image classification, and Long-Range Arena (LRA) benchmark demonstrate that MetaLA is more effective than the existing linear models.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
VisionGRU: A Linear-Complexity RNN Model for Efficient Image Analysis
A hierarchical RNN with bidirectional minGRU scans reports higher ImageNet accuracy than DeiT backbones at lower high-resolution FLOPs.