PowerLinear Activation Functions with application to the first layer of CNNs
Kamyar Nasiri, Kamaledin Ghiasi-Shirazi

TL;DR
This paper introduces PowerLinear activation functions, particularly EvenPowLin, which enhance CNN performance by enabling better feature learning in the first layer and improve classification accuracy on inverted grayscale images.
Contribution
The paper proposes PowerLinear activation functions based on polynomial kernel generalization, allowing effective feature learning and improved classification in CNNs.
Findings
EvenPowLin functions are saturated neither in positive nor negative regions.
They activate negative inputs with the same magnitude as positive inputs.
CNNs with EvenPowLin classify inverted grayscale images as accurately as original images.
Abstract
Convolutional neural networks (CNNs) have become the state-of-the-art tool for dealing with unsolved problems in computer vision and image processing. Since the convolution operator is a linear operator, several generalizations have been proposed to improve the performance of CNNs. One way to increase the capability of the convolution operator is by applying activation functions on the inner product operator. In this paper, we will introduce PowerLinear activation functions, which are based on the polynomial kernel generalization of the convolution operator. EvenPowLin functions are the main branch of the PowerLinear activation functions. This class of activation functions is saturated neither in the positive input region nor in the negative one. Also, the negative inputs are activated with the same magnitude as the positive inputs. These features made the EvenPowLin activation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Brain Tumor Detection and Classification · Machine Learning and ELM
MethodsConvolution
