paper-with-me

Papers

Leveraging Continuously Differentiable Activation Functions for Learning in Quantized Noisy Environments

2024-02-04 · Vivswan Shah, Nathan Youngblood

Real-world analog systems intrinsically suffer from noise that can impede model convergence and accuracy on a variety of deep learning models. We demonstrate that differentiable activations like GELU and SiLU enable robust propagation of gradients which help to mitigate analog quantization error that is ubiquitous to all analog systems. We perform analysis and training of convolutional, linear, and transformer networks in the presence of quantized noise. Here, we are able to demonstrate that continuously differentiable activation functions are significantly more noise resilient over conventional rectified activations. As in the case of ReLU, the error in gradients are 100x higher than those in GELU near zero. Our findings provide guidance for selecting appropriate activations to realize performant and reliable hardware implementations across several machine learning domains such as computer vision, signal processing, and beyond. Code available at: \href{https://github.com/Vivswan/GeLUReLUInterpolation}{https://github.com/Vivswan/GeLUReLUInterpolation}.}

📄 PDF Abstract BibTeX arXiv:2402.02593

Code (1)

vivswan/gelureluinterpolation 공식 구현 pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

SiLU Sigmoid Linear Units, or SiLUs, are activation functions for neural networks. The activation of the SiLU is computed by the sigmoid function multiplied by its input, or…

Similar Papers 제목 키워드 기반

Hadamard Representations: Augmenting Hyperbolic Tangents in RL

2024-06-13 · Jacob E. Kooi, Mark Hoogendoorn, Vincent François-Lavet

Activation functions are one of the key components of a deep neural network. The most commonly used activation functions can be classed into the category of continuously differentiable (e.g. tanh) and piece-wise linear f…

Analytical aspects of non-differentiable neural networks

2020-11-03 · Gian Paolo Leonardi, Matteo Spallanzani

Research in computational deep learning has directed considerable efforts towards hardware-oriented optimisations for deep neural networks, via the simplification of the activation functions, or the quantization of both …

Quantization

An unfeasability view of neural network learning

2022-01-04 · Joos Heintz, Hvara Ocar, Luis Miguel Pardo, Andres Rojas Paredes 외

We define the notion of a continuously differentiable perfect learning algorithm for multilayer neural network architectures and show that such algorithms don't exist provided that the length of the data set exceeds the …

Zorro: A Flexible and Differentiable Parametric Family of Activation Functions That Extends ReLU and GELU

2024-09-28 · Matias Roodschild, Jorge Gotay-Sardiñas, Victor A. Jimenez, Adrian Will

Even in recent neural network architectures such as Transformers and Extended LSTM (xLSTM), and traditional ones like Convolutional Neural Networks, Activation Functions are an integral part of nearly all neural networks…

BinaryDuo: Reducing Gradient Mismatch in Binary Activation Network by Coupling Binary Activations

2020-02-16 · ICLR 2020 1 · Hyungjun Kim, Kyung-Su Kim, Jinseok Kim, Jae-Joon Kim

Binary Neural Networks (BNNs) have been garnering interest thanks to their compute cost reduction and memory savings. However, BNNs suffer from performance degradation mainly due to the gradient mismatch caused by binari…