paper-with-me

Papers

Sinusoidal Initialization, Time for a New Start

2025-05-19 · Alberto Fernández-Hernández, Jose I. Mestre, Manuel F. Dolz, Jose Duato, Enrique S. Quintana-Ortí

Initialization plays a critical role in Deep Neural Network training, directly influencing convergence, stability, and generalization. Common approaches such as Glorot and He initializations rely on randomness, which can produce uneven weight distributions across layer connections. In this paper, we introduce the Sinusoidal initialization, a novel deterministic method that employs sinusoidal functions to construct structured weight matrices expressly to improve the spread and balance of weights throughout the network while simultaneously fostering a more uniform, well-conditioned distribution of neuron activation states from the very first forward pass. Because Sinusoidal initialization begins with weights and activations that are already evenly and efficiently utilized, it delivers consistently faster convergence, greater training stability, and higher final accuracy across a wide range of models, including convolutional neural networks, vision transformers, and large language models. On average, our experiments show an increase of 4.9% in final validation accuracy and 20.9% in convergence speed. By replacing randomness with structure, this initialization provides a stronger and more reliable foundation for Deep Learning systems.

📄 PDF Abstract BibTeX arXiv:2505.12909

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

JA-SIREN: Deterministic Initialization for Sinusoidal Networks via Spectral Matching

2026-06-04 · Mohammed Alsakabi, Kejia Hu, John M. Dolan, Ozan K. Tonguz arxiv

Existing implicit neural representation (INR) approaches suffer from stochastic initialization that does not guarantee consistent or high-quality performance across runs, with variations reaching more than 2.5 dB (78%) i…

Simple initialization and parametrization of sinusoidal networks via their kernel bandwidth

2022-11-26 · Filipe de Avila Belbute-Peres, J. Zico Kolter

Neural networks with sinusoidal activations have been proposed as an alternative to networks with traditional activation functions. Despite their promise, particularly for learning implicit models, their training behavio…

Tuning the Frequencies: Robust Training for Sinusoidal Neural Networks

2025-01-01 · CVPR 2025 1 · Tiago Novello, Diana Aldana, Andre Araujo, Luiz Velho

Sinusoidal neural networks have been shown effective as implicit neural representations (INRs) of low-dimensional signals, due to their smoothness and high representation capacity. However, initializing and training …

Fast Training of Sinusoidal Neural Fields via Scaling Initialization

2024-10-07 · Taesun Yeom, Sangyoon Lee, Jaeho Lee

Neural fields are an emerging paradigm that represent data as continuous functions parameterized by neural networks. Despite many advantages, neural fields often have a high training cost, which prevents a broader adopti…

Understanding Sinusoidal Neural Networks

2022-12-04 · Tiago Novello

In this work, we investigate the structure and representation capacity of sinusoidal MLPs - multilayer perceptron networks that use sine as the activation function. These neural networks (known as neural fields) have bec…