paper-with-me

홈 › Papers

Toeplitz MLP Mixers are Low Complexity, Information-Rich Sequence Models

2026-04-24 · Benjamin L. Badger, Ethan Roland arxiv

Transformer-based large language models are in some respects limited by the quadratic time and space computational complexity of attention. We introduce the Toeplitz MLP Mixer (TMM), a transformer-like architecture that swaps attention for triangular-masked Toeplitz matrix multiplication over the sequence dimension resulting in $\mathcal{O} (dn \log n)$ time and $\mathcal O(dn)$ space complexity during training and $\mathcal O(dn)$ time and space at inference prefill. Despite the lack of sophisticated input modulation or state maintenance present in other sub-quadratic architectures, TMMs yield greater training efficiency in terms of loss achieved per compute and device memory. We demonstrate that TMMs are capable of retaining more input information resulting in improved copying ability, which we argue results from a lack of architectural biases. Consistent with higher input information retention, TMMs exhibit superior information retrieval and in-context learning benchmark accuracy compared to comparable architectures. We conclude with an analysis from the perspective of operator index theory and show that, counterintuitively, trained Toeplitz layers of causal non-invertible models are more likely to be invertible or nearly so than models that are actually invertible over their inputs.

📄 PDF Abstract BibTeX arXiv:2605.06683

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Toeplitz Neural Network for Sequence Modeling

2023-05-08 · Zhen Qin, Xiaodong Han, Weixuan Sun, Bowen He 외

Sequence modeling has important applications in natural language processing and computer vision. Recently, the transformer-based models have shown strong performance on various sequence modeling tasks, which rely on atte…

Language ModelingLanguage ModellingPosition

JustDense: Just using Dense instead of Sequence Mixer for Time Series analysis

2025-08-04 · TaekHyun Park, Yongjae Lee, Daesan Park, Dohee Kim 외 arxiv

Sequence and channel mixers, the core mechanism in sequence models, have become the de facto standard in time series analysis (TSA). However, recent studies have questioned the necessity of complex sequence mixers, such …

Time Series Analysis

SKI to go Faster: Accelerating Toeplitz Neural Networks via Asymmetric Kernels

2023-05-15 · Alexander Moreno, Jonathan Mei, Luke Walters

Toeplitz Neural Networks (TNNs) (Qin et. al. 2023) are a recent sequence model with impressive results. They require O(n log n) computational complexity and O(n) relative positional encoder (RPE) multi-layer perceptron (…

Accelerating Toeplitz Neural Network with Constant-time Inference Complexity

2023-11-15 · Zhen Qin, Yiran Zhong

Toeplitz Neural Networks (TNNs) have exhibited outstanding performance in various sequence modeling tasks. They outperform commonly used Transformer-based models while benefiting from log-linear space-time complexities. …

Language ModelingLanguage ModellingState Space Models

Structured Recurrent Mixers for Massively Parallelized Sequence Generation

2026-05-09 · Benjamin L. Badger arxiv

Over the last two decades, language modeling has experienced a shift from the use of predominantly recurrent architectures that process tokens sequentially during training and inference to non-recurrent models that proce…

Reinforcement Learning