English

From Taylor Series to Fourier Synthesis: The Periodic Linear Unit

Machine Learning 2025-08-27 v3 Numerical Analysis Neural and Evolutionary Computing Numerical Analysis

Abstract

The dominant paradigm in modern neural networks relies on simple, monotonically-increasing activation functions like ReLU. While effective, this paradigm necessitates large, massively-parameterized models to approximate complex functions. In this paper, we introduce the Periodic Linear Unit (PLU), a learnable sine-wave based activation with periodic non-monotonicity. PLU is designed for maximum expressive power and numerical stability, achieved through its formulation and a paired innovation we term Repulsive Reparameterization, which prevents the activation from collapsing into a non-expressive linear function. We demonstrate that a minimal MLP with only two PLU neurons can solve the spiral classification task, a feat impossible for equivalent networks using standard activations. This suggests a paradigm shift from networks as piecewise Taylor-like approximators to powerful Fourier-like function synthesizers, achieving exponential gains in parameter efficiency by placing intelligence in the neuron itself.

Keywords

Cite

@article{arxiv.2508.01175,
  title  = {From Taylor Series to Fourier Synthesis: The Periodic Linear Unit},
  author = {Shiko Kudo},
  journal= {arXiv preprint arXiv:2508.01175},
  year   = {2025}
}

Comments

15 pages, 5 figures, for associated raw example files and the code repository, see https://github.com/bill13579/plu_activation