paper-with-me

홈 › Papers

Flatten-T Swish: a thresholded ReLU-Swish-like activation function for deep learning

2018-12-15 · Hock Hung Chieng, Noorhaniza Wahid, Pauline Ong, Sai Raj Kishore Perla

Activation functions are essential for deep learning methods to learn and perform complex tasks such as image classification. Rectified Linear Unit (ReLU) has been widely used and become the default activation function across the deep learning community since 2012. Although ReLU has been popular, however, the hard zero property of the ReLU has heavily hindered the negative values from propagating through the network. Consequently, the deep neural network has not been benefited from the negative representations. In this work, an activation function called Flatten-T Swish (FTS) that leverage the benefit of the negative values is proposed. To verify its performance, this study evaluates FTS with ReLU and several recent activation functions. Each activation function is trained using MNIST dataset on five different deep fully connected neural networks (DFNNs) with depth vary from five to eight layers. For a fair evaluation, all DFNNs are using the same configuration settings. Based on the experimental results, FTS with a threshold value, T=-0.20 has the best overall performance. As compared with ReLU, FTS (T=-0.20) improves MNIST classification accuracy by 0.13%, 0.70%, 0.67%, 1.07% and 1.15% on wider 5 layers, slimmer 5 layers, 6 layers, 7 layers and 8 layers DFNNs respectively. Apart from this, the study also noticed that FTS converges twice as fast as ReLU. Although there are other existing activation functions are also evaluated, this study elects ReLU as the baseline activation function.

📄 PDF Abstract BibTeX arXiv:1812.06247

Code (2)

lessw2020/FTSwish pytorch
lessw2020/FTSwishPlus

Tasks

General Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
(FiLe@Against@Claim)How do I file a claim against Expedia? How do I file a claim against Expedia? How Do I File a Claim Against Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Fast Help &…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

SwishReLU: A Unified Approach to Activation Functions for Enhanced Deep Neural Networks Performance

2024-07-11 · Jamshaid Ul Rahman, Rubiqa Zulfiqar, Asad Khan, Nimra

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 common…

E-swish: Adjusting Activations to Different Network Depths

2018-01-22 · Eric Alcaide

Activation functions have a notorious impact on neural networks on both training and testing the models against the desired problem. Currently, the most used activation function is the Rectified Linear Unit (ReLU). This …

Parametric Flatten-T Swish: An Adaptive Non-linear Activation Function For Deep Learning

2020-11-06 · Hock Hung Chieng, Noorhaniza Wahid, Pauline Ong

Activation function is a key component in deep learning that performs non-linear mappings between the inputs and outputs. Rectified Linear Unit (ReLU) has been the most popular activation function across the deep learnin…

Evaluating Model Performance with Hard-Swish Activation Function Adjustments

2024-10-09 · Sai Abhinav Pydimarry, Shekhar Madhav Khairnar, Sofia Garces Palacios, Ganesh Sankaranarayanan 외

In the field of pattern recognition, achieving high accuracy is essential. While training a model to recognize different complex images, it is vital to fine-tune the model to achieve the highest accuracy possible. One st…

Swim: A General-Purpose, High-Performing, and Efficient Activation Function for Locomotion Control Tasks

2023-03-05 · Maryam Abdool, Tony Dear

Activation functions play a significant role in the performance of deep learning algorithms. In particular, the Swish activation function tends to outperform ReLU on deeper models, including deep reinforcement learning m…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2