neural networks research group
areas
people
projects
demos
publications
software/data
Discovering Parametric Activation Functions (2022)
Garrett Bingham
and
Risto Miikkulainen
Recent studies have shown that the choice of activation function can significantly affect the performance of deep learning networks. However, the benefits of novel activation functions have been inconsistent and task dependent, and therefore the rectified linear unit (ReLU) is still the most commonly used. This paper proposes a technique for customizing activation functions automatically, resulting in reliable improvements in performance. Evolutionary search is used to discover the general form of the function, and gradient descent to optimize its parameters for different parts of the network and over the learning process. Experiments with four different neural network architectures on the CIFAR-10 and CIFAR-100 image classification datasets show that this approach is effective. It discovers both general activation functions and specialized functions for different architectures, consistently improving accuracy over ReLU and other activation functions by significant margins. The approach can therefore be used as an automated optimization step in applying deep learning to new tasks.
View:
PDF
Citation:
Neural Networks
, 148:48-65, 2022.
Bibtex:
@article{bingham:nn22, title={Discovering Parametric Activation Functions}, author={Garrett Bingham and Risto Miikkulainen}, volume={148}, journal={Neural Networks}, month={ }, pages={48-65}, url="http://nn.cs.utexas.edu/?Bingham:nn22", year={2022} }
People
Garrett Bingham
Ph.D. Student
bingham [at] cs utexas edu
Risto Miikkulainen
Faculty
risto [at] cs utexas edu
Areas of Interest
Computer Vision
Deep Learning
Supervised Learning
Evolutionary Computation
Neuroevolution