SwishReLU: A Unified Approach to Activation Functions for Enhanced Deep Neural Networks Performance
Jamshaid Ul Rahman, Rubiqa Zulfiqar, Asad Khan, Nimra

TL;DR
This paper introduces SwishReLU, a new activation function that combines ReLU and Swish to improve neural network performance while reducing computational costs, outperforming existing variants.
Contribution
The paper proposes SwishReLU, a novel activation function that balances performance gains and computational efficiency, and compares it with existing ReLU variants across multiple datasets.
Findings
SwishReLU outperforms ReLU in accuracy.
SwishReLU has lower computational cost than Swish.
Applying SwishReLU improves VGG16 accuracy by 6% on CIFAR-10.
Abstract
ReLU, a commonly used activation function in deep neural networks, is prone to the issue of "Dying ReLU". Several enhanced versions, such as ELU, SeLU, and Swish, have been introduced and are considered to be less commonly utilized. However, replacing ReLU can be somewhat challenging due to its inconsistent advantages. While Swish offers a smoother transition similar to ReLU, its utilization generally incurs a greater computational burden compared to ReLU. This paper proposes SwishReLU, a novel activation function combining elements of ReLU and Swish. Our findings reveal that SwishReLU outperforms ReLU in performance with a lower computational cost than Swish. This paper undertakes an examination and comparison of different types of ReLU variants with SwishReLU. Specifically, we compare ELU and SeLU along with Tanh on three datasets: CIFAR-10, CIFAR-100 and MNIST. Notably, applying…
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
TopicsAnomaly Detection Techniques and Applications · Neural Networks and Applications
MethodsSigmoid Activation · Exponential Linear Unit
