paper-with-me

Papers

Stable and Robust Deep Learning By Hyperbolic Tangent Exponential Linear Unit (TeLU)

2024-02-05 · Alfredo Fernandez, Ankur Mali

In this paper, we introduce the Hyperbolic Tangent Exponential Linear Unit (TeLU), a novel neural network activation function, represented as $f(x) = x{\cdot}tanh(e^x)$. TeLU is designed to overcome the limitations of conventional activation functions like ReLU, GELU, and Mish by addressing the vanishing and, to an extent, the exploding gradient problems. Our theoretical analysis and empirical assessments reveal that TeLU outperforms existing activation functions in stability and robustness, effectively adjusting activation outputs' mean towards zero for enhanced training stability and convergence. Extensive evaluations against popular activation functions (ReLU, GELU, SiLU, Mish, Logish, Smish) across advanced architectures, including Resnet-50, demonstrate TeLU's lower variance and superior performance, even under hyperparameter conditions optimized for other functions. In large-scale tests with challenging datasets like CIFAR-10, CIFAR-100, and TinyImageNet, encompassing 860 scenarios, TeLU consistently showcased its effectiveness, positioning itself as a potential new standard for neural network activation functions, boosting stability and performance in diverse deep learning applications.

📄 PDF Abstract BibTeX arXiv:2402.02790

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
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 제목 키워드 기반

Design and Analysis of Robust Adaptive Filtering with the Hyperbolic Tangent Exponential Kernel M-Estimator Function for Active Noise Control

2025-08-18 · Iam Kim de S. Hermont, Andre R. Flores, Rodrigo C. de Lamare arxiv

In this work, we propose a robust adaptive filtering approach for active noise control applications in the presence of impulsive noise. In particular, we develop the filtered-x hyperbolic tangent exponential generalized …

Empirical Loss Landscape Analysis of Neural Network Activation Functions

2023-06-28 · Anna Sergeevna Bosman, Andries Engelbrecht, Marde Helbig

Activation functions play a significant role in neural network design by enabling non-linearity. The choice of activation function was previously shown to influence the properties of the resulting loss landscape. Underst…

Hardware-Efficient FPGA Implementation of Sigmoid Function Using Mixed-Radix Hyperbolic Rotation CORDIC

2026-04-26 · Chintan Panchal, Ankur Changela, Mohendra Roy arxiv

Efficient hardware implementation of nonlinear activation functions is a crucial task in deploying artificial neural networks on resource-constrained and edge devices such as Field-Programmable Gate Arrays (FPGAs). The s…

Binary Classification

Functional Equivalence and Path Connectivity of Reducible Hyperbolic Tangent Networks

2023-05-08 · NeurIPS 2023 11

Understanding the learning process of artificial neural networks requires clarifying the structure of the parameter space within which learning takes place. A neural network parameter's functional equivalence class is th…

HexFormer: Hyperbolic Vision Transformer with Exponential Map Aggregation

2026-01-27 · Haya Alyoussef, Ahmad Bdeir, Diego Coello de Portugal Mecke, Tom Hanika 외 arxiv

Data across modalities such as images, text, and graphs often contains hierarchical and relational structures, which are challenging to model within Euclidean geometry. Hyperbolic geometry provides a natural framework fo…

Image Classification