LGMay 11

A new initialisation to Control Gradients in Sinusoidal Neural network

arXiv:2512.0642710.1h-index: 1
Predicted impact top 91% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners training deep sinusoidal networks, this initialization mitigates gradient explosion/vanishing and improves generalization, offering a principled alternative to the original SIREN scheme.

The paper proposes a new initialization strategy for sinusoidal neural networks (SIREN) that controls gradient scaling with depth, derived from closed-form fixed-point analysis of pre-activation distributions and Jacobian variances. The method consistently outperforms original SIREN and other baselines on function fitting and image reconstruction tasks, including physics-informed neural networks.

Proper initialisation strategy is of primary importance to mitigate gradient explosion or vanishing when training neural networks. Yet, the impact of initialisation parameters still lacks a precise theoretical understanding for several well-established architectures. Here, we propose a new initialisation for networks with sinusoidal activation functions such as \texttt{SIREN}, focusing on gradients control, their scaling with network depth, their impact on training and on generalization. To achieve this, we identify a closed-form expression for the initialisation of the parameters, differing from the original \texttt{SIREN} scheme. This expression is derived from fixed points obtained through the convergence of pre-activation distribution and the variance of Jacobian sequences. Controlling both gradients and targeting vanishing pre-activation helps preventing the emergence of inappropriate frequencies during estimation, thereby improving generalization. We further show that this initialisation strongly influences training dynamics through the Neural Tangent Kernel framework (NTK). Finally, we benchmark \texttt{SIREN} with the proposed initialisation against the original scheme and other baselines on function fitting and image reconstruction. The new initialisation consistently outperforms state-of-the-art methods across a wide range of reconstruction tasks, including those involving physics-informed neural networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes