Training Tensor Attention Efficiently: From Cubic to Almost Linear Time
Yang Cao, Yingyu Liang, Zhenmei Shi, Zhao Song
TL;DR
This work addresses the cubic-time barrier in training Tensor Attention by deriving a closed-form gradient and proving that the backward gradient can be computed in almost linear time $n^{1+o(1)}$ under a bounded-entry assumption. It introduces a fast-gradient algorithm based on polynomial approximation and low-rank tensor techniques, matching the forward pass’s efficiency and enabling scalable training of higher-order transformers. A formal hardness analysis under the Strong Exponential Time Hypothesis (SETH) shows the bounded-entry assumption is tight in the sense that slight relaxation would preclude truly subcubic algorithms for both forward and backward computations. Collectively, the results establish the feasibility of efficient higher-order transformer training and broaden the practical potential of tensor-attention architectures for multi-modal modeling and other domains.
Abstract
Tensor Attention, a multi-view attention that is able to capture high-order correlations among multiple modalities, can overcome the representational limitations of classical matrix attention. However, the $O(n^3)$ time complexity of tensor attention poses a significant obstacle to its utilization in transformers, where $n$ is the input sequence length. In this work, we prove that the backward gradient of tensor attention training can be computed in almost linear time $n^{1+o(1)}$, the same complexity as its forward computation under the bounded entries assumption. We provide a closed-form solution for the gradient and propose a fast computation method utilizing polynomial approximation methods and tensor algebraic techniques. Furthermore, we prove the necessity and tightness of our assumption through hardness analysis, showing that slightly weakening it renders the gradient problem unsolvable in truly subcubic time. Our theoretical results establish the feasibility of efficient higher-order transformer training and may facilitate practical applications of tensor attention architectures.
