paper-with-me

Papers

IGLU: The Integrated Gaussian Linear Unit Activation Function

2026-03-06 · Mingi Kang, Zai Yang, Jeova Farias Sales Rocha Neto arxiv

Activation functions are fundamental to deep neural networks, governing gradient flow, optimization stability, and representational capacity. Within historic deep architectures, while ReLU has been the dominant choice for the activation function, modern transformer-based models increasingly are adopting smoother alternatives such as GELU and other self-gated alternatives. Despite their empirical success, the mathematical relationships among these functions and the principles underlying their effectiveness remains only partially understood. We introduce IGLU, a parametric activation function derived as a scale mixture of GELU gates under a half-normal mixing distribution. This derivation yields a closed-form expression whose gating component is exactly the Cauchy CDF, providing a principled one-parameter family that continuously interpolates between identity-like and ReLU-like behavior via a single sharpness parameter $σ$. Unlike GELU's Gaussian gate, IGLU's heavy-tailed Cauchy gate decays polynomially in the negative tail, guaranteeing non-zero gradients for all finite inputs and offering greater robustness to vanishing gradients. We further introduce IGLU-Approx, a computationally efficient rational approximation of IGLU expressed entirely in terms of ReLU operations that eliminates transcendental function evaluation. Through evaluations on CIFAR-10, CIFAR-100, and WikiText-103 across ResNet-20, ViT-Tiny, and GPT-2 Small, IGLU achieves competitive or superior performance on both vision and language datasets against ReLU and GELU baselines, with IGLU-Approx recovering this performance at substantially reduced computational cost. In particular, we show that employing a heavy-tailed gate leads to considerable performance gains in heavily imbalanced classification datasets.

📄 PDF Abstract BibTeX arXiv:2603.06861

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PowLU: An Activation Function for Stable Pre-Training of LLMs

2026-05-25 · Peijie Jiang, Yuqi Feng, Cunyin Peng, Qian Zhao 외 arxiv

In contemporary large language models (LLMs), the swish-gated linear unit (SwiGLU) activation function is widely adopted to regulate the information flow and introduce non-linearity. For large positive inputs, SwiGLU app…

Confidence-Adaptive SwiGLU for Mixture-of-Experts

2026-05-30 · Shaohua Li, Xiuchao Sui, Xiaobing Sun, Yuhang Wu 외 arxiv

SwiGLU has become a standard gated activation in modern Transformer MLPs, yet its gate sharpness -- the smoothness and selectivity of the gating function -- is typically fixed throughout training. In this work, we propos…

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…

Depth Registers Unlock W4A4 on SwiGLU: A Reader/Generator Decomposition

2026-04-20 · Ziyang Liu arxiv

We study post-training W4A4 quantization in a controlled 300M-parameter SwiGLU decoder-only language model trained on 5B tokens of FineWeb-Edu, and ask which input-activation sites dominate the error. Naive round-to-near…

More Expressive Feedforward Layers: Part I. Token-Adaptive Mixing of Activations

2026-05-26 · Mingze Wang, Jinbo Wang, Yikuan Xia, Kai Shen 외 arxiv

Feedforward network (FFN) layers account for a large fraction of parameters and nonlinear expressivity in Transformer-based large language models (LLMs). Despite the evolution from ReLU and GELU to gated variants such as…