English

Moderate Adaptive Linear Units (MoLU)

Machine Learning 2025-07-16 v7 Artificial Intelligence Computer Science and Game Theory Neural and Evolutionary Computing

Abstract

We propose the Moderate Adaptive Linear Unit (MoLU), a novel activation function for deep neural networks, defined analytically as: f(x)=x \times (1+tanh(x))/2. MoLU combines mathematical elegance with empirical effectiveness, exhibiting superior performance in terms of prediction accuracy, convergence speed, and computational efficiency. Due to its C-infinity smoothness, i.e. infinite differentiability and analyticity, MoLU is expected to mitigate issues such as vanishing or exploding gradients, making it suitable for a broad range of architectures and applications, including large language models (LLMs), Neural Ordinary Differential Equations (Neural ODEs), Physics-Informed Neural Networks (PINNs), and Convolutional Neural Networks (CNNs). Empirical evaluations show that MoLU consistently achieves faster convergence and improved final accuracy relative to widely used activation functions such as GeLU, SiLU, and Mish. These properties position MoLU as a promising and robust candidate for general-purpose activation across diverse deep learning paradigms.

Keywords

Cite

@article{arxiv.2302.13696,
  title  = {Moderate Adaptive Linear Units (MoLU)},
  author = {Hankyul Koh and Joon-hyuk Ko and Wonho Jhe},
  journal= {arXiv preprint arXiv:2302.13696},
  year   = {2025}
}

Comments

8 pages, 10 figures

R2 v1 2026-06-28T08:50:25.102Z