English

Spectral Gating Networks

Machine Learning 2026-02-10 v1 Artificial Intelligence

Abstract

Gating mechanisms are ubiquitous, yet a complementary question in feed-forward networks remains under-explored: how to introduce frequency-rich expressivity without sacrificing stability and scalability? This tension is exposed by spline-based Kolmogorov-Arnold Network (KAN) parameterizations, where grid refinement can induce parameter growth and brittle optimization in high dimensions. To propose a stability-preserving way to inject spectral capacity into existing MLP/FFN layers under fixed parameter and training budgets, we introduce Spectral Gating Networks (SGN), a drop-in spectral reparameterization. SGN augments a standard activation pathway with a compact spectral pathway and learnable gates that allow the model to start from a stable base behavior and progressively allocate capacity to spectral features during training. The spectral pathway is instantiated with trainable Random Fourier Features (learned frequencies and phases), replacing grid-based splines and removing resolution dependence. A hybrid GELU-Fourier formulation further improves optimization robustness while enhancing high-frequency fidelity. Across vision, NLP, audio, and PDE benchmarks, SGN consistently improves accuracy-efficiency trade-offs under comparable computational budgets, achieving 93.15% accuracy on CIFAR-10 and up to 11.7x faster inference than spline-based KAN variants. Code and trained models will be released.

Keywords

Cite

@article{arxiv.2602.07679,
  title  = {Spectral Gating Networks},
  author = {Jusheng Zhang and Yijia Fan and Kaitong Cai and Jing Yang and Yongsen Zheng and Kwok-Yan Lam and Liang Lin and Keze Wang},
  journal= {arXiv preprint arXiv:2602.07679},
  year   = {2026}
}
R2 v1 2026-07-01T10:26:14.433Z