paper-with-me

Papers

A survey on modern trainable activation functions

2020-05-02 · Andrea Apicella, Francesco Donnarumma, Francesco Isgrò, Roberto Prevete

In neural networks literature, there is a strong interest in identifying and defining activation functions which can improve neural network performance. In recent years there has been a renovated interest of the scientific community in investigating activation functions which can be trained during the learning process, usually referred to as "trainable", "learnable" or "adaptable" activation functions. They appear to lead to better network performance. Diverse and heterogeneous models of trainable activation function have been proposed in the literature. In this paper, we present a survey of these models. Starting from a discussion on the use of the term "activation function" in literature, we propose a taxonomy of trainable activation functions, highlight common and distinctive proprieties of recent and past models, and discuss main advantages and limitations of this type of approach. We show that many of the proposed approaches are equivalent to adding neuron layers which use fixed (non-trainable) activation functions and some simple local rule that constraints the corresponding weight layers.

📄 PDF Abstract BibTeX arXiv:2005.00817

Code (0)

등록된 구현이 없습니다.

Tasks

Survey

Similar Papers 제목 키워드 기반

Trainable Activations for Image Classification

2023-01-26 · Preprints 2023 1 · Evgenii Pishchik

Non-linear activation functions are one of the main parts of deep neural network architectures. The choice of the activation function can affect model speed, performance and convergence. Most popular activation functions…

image-classificationImage Classification

Trainable Highly-expressive Activation Functions

2024-07-10 · Irit Chelly, Shahaf E. Finder, Shira Ifergane, Oren Freifeld

Nonlinear activation functions are pivotal to the success of deep neural nets, and choosing the appropriate activation function can significantly affect their performance. Most networks use fixed activation functions (e.…

image-classificationImage ClassificationImage GenerationSemantic Segmentation

Adaptive Activation Functions for Predictive Modeling with Sparse Experimental Data

2024-02-08 · Farhad Pourkamali-Anaraki, Tahamina Nasrin, Robert E. Jensen, Amy M. Peterson 외

A pivotal aspect in the design of neural networks lies in selecting activation functions, crucial for introducing nonlinear structures that capture intricate input-output patterns. While the effectiveness of adaptive or …

image-classificationImage Classification

Semiring Activation in Neural Networks

2024-05-29 · Bart M. N. Smets, Peter D. Donker, Jim W. Portegies

We introduce a class of trainable nonlinear operators based on semirings that are suitable for use in neural networks. These operators generalize the traditional alternation of linear operators with activation functions …

Deriving Activation Functions Using Integration

2024-11-20 · Allen Hao Huang, Imanol Schlag

Our work proposes a novel approach to designing activation functions by focusing on their gradients and deriving the corresponding activation functions using integration. We introduce the Expanded Integral of the Exponen…