English

Variations on the Chebyshev-Lagrange Activation Function

Machine Learning 2019-06-25 v1 Artificial Intelligence Machine Learning

Abstract

We seek to improve the data efficiency of neural networks and present novel implementations of parameterized piece-wise polynomial activation functions. The parameters are the y-coordinates of n+1 Chebyshev nodes per hidden unit and Lagrangian interpolation between the nodes produces the polynomial on [-1, 1]. We show results for different methods of handling inputs outside [-1, 1] on synthetic datasets, finding significant improvements in capacity of expression and accuracy of interpolation in models that compute some form of linear extrapolation from either ends. We demonstrate competitive or state-of-the-art performance on the classification of images (MNIST and CIFAR-10) and minimally-correlated vectors (DementiaBank) when we replace ReLU or tanh with linearly extrapolated Chebyshev-Lagrange activations in deep residual architectures.

Keywords

Cite

@article{arxiv.1906.10064,
  title  = {Variations on the Chebyshev-Lagrange Activation Function},
  author = {Yuchen Li and Frank Rudzicz and Jekaterina Novikova},
  journal= {arXiv preprint arXiv:1906.10064},
  year   = {2019}
}
R2 v1 2026-06-23T10:02:09.197Z