English

PoM: A Linear-Time Replacement for Attention with the Polynomial Mixer

Computer Vision and Pattern Recognition 2026-04-08 v1 Artificial Intelligence

Abstract

This paper introduces the Polynomial Mixer (PoM), a novel token mixing mechanism with linear complexity that serves as a drop-in replacement for self-attention. PoM aggregates input tokens into a compact representation through a learned polynomial function, from which each token retrieves contextual information. We prove that PoM satisfies the contextual mapping property, ensuring that transformers equipped with PoM remain universal sequence-to-sequence approximators. We replace standard self-attention with PoM across five diverse domains: text generation, handwritten text recognition, image generation, 3D modeling, and Earth observation. PoM matches the performance of attention-based models while drastically reducing computational cost when working with long sequences. The code is available at https://github.com/davidpicard/pom.

Keywords

Cite

@article{arxiv.2604.06129,
  title  = {PoM: A Linear-Time Replacement for Attention with the Polynomial Mixer},
  author = {David Picard and Nicolas Dufour and Lucas Degeorge and Arijit Ghosh and Davide Allegro and Tom Ravaud and Yohann Perron and Corentin Sautier and Zeynep Sonat Baltaci and Fei Meng and Syrine Kalleli and Marta López-Rauhut and Thibaut Loiseau and Ségolène Albouy and Raphael Baena and Elliot Vincent and Loic Landrieu},
  journal= {arXiv preprint arXiv:2604.06129},
  year   = {2026}
}

Comments

Accepted to CVPR Findings 2026

R2 v1 2026-07-01T11:57:49.224Z