English

VeLU: Variance-enhanced Learning Unit for Deep Neural Networks

Machine Learning 2025-12-03 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Activation functions play a critical role in deep neural networks by shaping gradient flow, optimization stability, and generalization. While ReLU remains widely used due to its simplicity, it suffers from gradient sparsity and dead-neuron issues and offers no adaptivity to input statistics. Smooth alternatives such as Swish and GELU improve gradient propagation but still apply a fixed transformation regardless of the activation distribution. In this paper, we propose VeLU, a Variance-enhanced Learning Unit that introduces variance-aware and distributionally aligned nonlinearity through a principled combination of ArcTan-ArcSin transformations, adaptive scaling, and Wasserstein-2 regularization (Optimal Transport). This design enables VeLU to modulate its response based on local activation variance, mitigate internal covariate shift at the activation level, and improve training stability without adding learnable parameters or architectural overhead. Extensive experiments across six deep neural networks show that VeLU outperforms ReLU, ReLU6, Swish, and GELU on 12 vision benchmarks. The implementation of VeLU is publicly available in GitHub.

Keywords

Cite

@article{arxiv.2504.15051,
  title  = {VeLU: Variance-enhanced Learning Unit for Deep Neural Networks},
  author = {Ashkan Shakarami and Yousef Yeganeh and Azade Farshad and Lorenzo Nicolè and Stefano Ghidoni and Nassir Navab},
  journal= {arXiv preprint arXiv:2504.15051},
  year   = {2025}
}

Comments

16 pages, 5 figures

R2 v1 2026-06-28T23:05:39.239Z