English

Robust Weight Initialization for Tanh Neural Networks with Fixed Point Analysis

Machine Learning 2025-03-04 v2 Artificial Intelligence

Abstract

As a neural network's depth increases, it can improve generalization performance. However, training deep networks is challenging due to gradient and signal propagation issues. To address these challenges, extensive theoretical research and various methods have been introduced. Despite these advances, effective weight initialization methods for tanh neural networks remain insufficiently investigated. This paper presents a novel weight initialization method for neural networks with tanh activation function. Based on an analysis of the fixed points of the function tanh(ax)\tanh(ax), the proposed method aims to determine values of aa that mitigate activation saturation. A series of experiments on various classification datasets and physics-informed neural networks demonstrates that the proposed method outperforms Xavier initialization methods~(with or without normalization) in terms of robustness across different network sizes, data efficiency, and convergence speed. Code is available at https://github.com/1HyunwooLee/Tanh-Init

Cite

@article{arxiv.2410.02242,
  title  = {Robust Weight Initialization for Tanh Neural Networks with Fixed Point Analysis},
  author = {Hyunwoo Lee and Hayoung Choi and Hyunju Kim},
  journal= {arXiv preprint arXiv:2410.02242},
  year   = {2025}
}

Comments

ICLR 2025

R2 v1 2026-06-28T19:06:34.198Z