AlgoFormer: An Efficient Transformer Framework with Algorithmic Structures
Yihang Gao, Chuanyang Zheng, Enze Xie, Han Shi, Tianyang Hu, Yu Li, Michael K. Ng, Zhenguo Li, Zhaoqiang Liu
TL;DR
AlgoFormer introduces a structured transformer framework designed to learn and execute algorithms by embedding prior algorithmic knowledge into its architecture. It decomposes into pre-, looped-, and post-transformers to handle preprocessing, iterative solving, and postprocessing, enabling efficient in-context algorithm learning. Theoretical results demonstrate that AlgoFormer can emulate gradient-descent style updates, autoregressive learning, and chain-of-thought processes, with proofs provided in appendices, and empirical results show advantages over standard and vanilla looped transformers on synthetic tasks and language benchmarks. This work highlights the potential of task-informed architectural priors to yield more efficient and capable transformers for scientific computing and natural language tasks, while acknowledging design- and scalability-related limitations and offering avenues for future automation and scaling analyses.
Abstract
Besides natural language processing, transformers exhibit extraordinary performance in solving broader applications, including scientific computing and computer vision. Previous works try to explain this from the expressive power and capability perspectives that standard transformers are capable of performing some algorithms. To empower transformers with algorithmic capabilities and motivated by the recently proposed looped transformer, we design a novel transformer framework, dubbed Algorithm Transformer (abbreviated as AlgoFormer). We provide an insight that efficient transformer architectures can be designed by leveraging prior knowledge of tasks and the underlying structure of potential algorithms. Compared with the standard transformer and vanilla looped transformer, the proposed AlgoFormer can perform efficiently in algorithm representation in some specific tasks. In particular, inspired by the structure of human-designed learning algorithms, our transformer framework consists of a pre-transformer that is responsible for task preprocessing, a looped transformer for iterative optimization algorithms, and a post-transformer for producing the desired results after post-processing. We provide theoretical evidence of the expressive power of the AlgoFormer in solving some challenging problems, mirroring human-designed algorithms. Furthermore, some theoretical and empirical results are presented to show that the designed transformer has the potential to perform algorithm representation and learning. Experimental results demonstrate the empirical superiority of the proposed transformer in that it outperforms the standard transformer and vanilla looped transformer in some specific tasks. An extensive experiment on real language tasks (e.g., neural machine translation of German and English, and text classification) further validates the expressiveness and effectiveness of AlgoFormer.
