English

Activation-Free Backbones for Image Recognition: Polynomial Alternatives within MetaFormer-Style Vision Models

Computer Vision and Pattern Recognition 2026-05-21 v1 Machine Learning

Abstract

Modern vision backbones treat pointwise activations (e.g., ReLU, GELU) and exponential softmax as essential sources of nonlinearity, but we demonstrate they are not required within MetaFormer-style vision backbones. We design activation-free polynomial alternatives for three core primitives (MLPs, convolutions, and attention), where Hadamard products replace standard nonlinearities to yield polynomial functions of the input. These modules integrate seamlessly into existing architectures: instantiated within MetaFormer, a modular framework for vision backbones, our PolyNeXt models match or exceed activation-based counterparts across model scales on ImageNet classification, ADE20K semantic segmentation, and out-of-distribution robustness. We also substantially outperform prior polynomial networks at reduced computational cost, showing that polynomial variants of standard modules beat complex custom architectures.

Cite

@article{arxiv.2605.20839,
  title  = {Activation-Free Backbones for Image Recognition: Polynomial Alternatives within MetaFormer-Style Vision Models},
  author = {Jeffrey Wang and Jonathan Gregory and Grigorios G. Chrysos},
  journal= {arXiv preprint arXiv:2605.20839},
  year   = {2026}
}

Comments

Accepted to ICML 2026

R2 v1 2026-07-22T07:23:25.373Z