paper-with-me

Papers

Stochastic Adaptive Activation Function

2022-10-21 · Kyungsu Lee, Jaeseung Yang, Haeyun Lee, Jae Youn Hwang

The simulation of human neurons and neurotransmission mechanisms has been realized in deep neural networks based on the theoretical implementations of activation functions. However, recent studies have reported that the threshold potential of neurons exhibits different values according to the locations and types of individual neurons, and that the activation functions have limitations in terms of representing this variability. Therefore, this study proposes a simple yet effective activation function that facilitates different thresholds and adaptive activations according to the positions of units and the contexts of inputs. Furthermore, the proposed activation function mathematically exhibits a more generalized form of Swish activation function, and thus we denoted it as Adaptive SwisH (ASH). ASH highlights informative features that exhibit large values in the top percentiles in an input, whereas it rectifies low values. Most importantly, ASH exhibits trainable, adaptive, and context-aware properties compared to other activation functions. Furthermore, ASH represents general formula of the previously studied activation function and provides a reasonable mathematical background for the superior performance. To validate the effectiveness and robustness of ASH, we implemented ASH into many deep learning models for various tasks, including classification, detection, segmentation, and image generation. Experimental analysis demonstrates that our activation function can provide the benefits of more accurate prediction and earlier convergence in many deep learning applications.

📄 PDF Abstract BibTeX arXiv:2210.11672

Code (1)

kyungsu-lee-ksl/ash 공식 구현 tf

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

Driving-Policy Adaptive Safeguard for Autonomous Vehicles Using Reinforcement Learning

2020-12-02 · Zhong Cao, Shaobing Xu, Songan Zhang, Huei Peng 외

Safeguard functions such as those provided by advanced emergency braking (AEB) can provide another layer of safety for autonomous vehicles (AV). A smart safeguard function should adapt the activation conditions to the dr…

Autonomous VehiclesCollision Avoidancereinforcement-learningReinforcement Learning+1

Locally adaptive activation functions with slope recovery term for deep and physics-informed neural networks

2019-09-25 · Ameya D. Jagtap, Kenji Kawaguchi, George Em. Karniadakis

We propose two approaches of locally adaptive activation functions namely, layer-wise and neuron-wise locally adaptive activation functions, which improve the performance of deep and physics-informed neural networks. The…

Data Augmentation

Brownian ReLU(Br-ReLU): A New Activation Function for a Long-Short Term Memory (LSTM) Network

2026-01-23 · George Awiakye-Marfo, Elijah Agbosu, Victoria Mawuena Barns, Samuel Asante Gyamerah arxiv

Deep learning models are effective for sequential data modeling, yet commonly used activation functions such as ReLU, LeakyReLU, and PReLU often exhibit gradient instability when applied to noisy, non-stationary financia…

Investigating the interaction between gradient-only line searches and different activation functions

2020-02-23 · D. Kafka, Daniel. N. Wilke

Gradient-only line searches (GOLS) adaptively determine step sizes along search directions for discontinuous loss functions resulting from dynamic mini-batch sub-sampling in neural network training. Step sizes in GOLS ar…

q-Neurons: Neuron Activations based on Stochastic Jackson's Derivative Operators

2018-06-01 · Frank Nielsen, Ke Sun

We propose a new generic type of stochastic neurons, called $q$-neurons, that considers activation functions based on Jackson's $q$-derivatives with stochastic parameters $q$. Our generalization of neural network archite…