paper-with-me

홈 › Papers

Simplicity Suffices for Parameter Noise Injection in Stochastic Gradient Descent

2026-06-10 · Benjamin Leblanc, Louis-Jacob Lebel, Teddy Kana, Richard Kamel arxiv

Injecting noise into the optimization process is a well-established technique for improving the training and generalization of deep neural networks. Yet, despite the breadth of existing approaches, it remains unclear which design choices truly matter in practice. In this work, we investigate parameter noise injection for stochastic gradient descent, focusing on two key questions: how to efficiently pair each training example with its own perturbation in mini-batch training, and whether sophisticated noise parameterizations or multi-sample gradient averaging yield meaningful gains over simpler alternatives. To address the first question, we leverage a distributional identity for linear layers that allows per-example noise injection without breaking batched computation. To address the second, we systematically compare several diagonal Gaussian parameterizations against an isotropic baseline across varying noise levels on CIFAR100. Our results consistently show that simple, lightweight strategies, isotropic noise with a single perturbed forward pass per update step, recover most of the benefit of more complex schemes. These findings suggest that simplicity suffices for parameter noise injection, and that practitioners need not resort to elaborate perturbation designs to reap the optimization and generalization benefits of noisy SGD.

📄 PDF Abstract BibTeX arXiv:2606.12054

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

S-SGD: Symmetrical Stochastic Gradient Descent with Weight Noise Injection for Reaching Flat Minima

2020-09-05 · Wonyong Sung, Iksoo Choi, Jinhwan Park, Seokhyun Choi 외

The stochastic gradient descent (SGD) method is most widely used for deep neural network (DNN) training. However, the method does not always converge to a flat minimum of the loss surface that can demonstrate high genera…

image-classificationImage ClassificationScheduling

Task complexity shapes internal representations and robustness in neural networks

2025-08-07 · Robert Jankowski, Filippo Radicchi, M. Ángeles Serrano, Marián Boguñá 외 arxiv

Neural networks excel across a wide range of tasks, yet remain black boxes. In particular, how their internal representations are shaped by the complexity of the input data and the problems they solve remains obscure. In…

Model Compression

Subsampling Suffices for Adaptive Data Analysis

2023-02-17 · Guy Blanc

Ensuring that analyses performed on a dataset are representative of the entire population is one of the central problems in statistics. Most classical techniques assume that the dataset is independent of the analyst's qu…

Controllable Probabilistic Forecasting with Stochastic Decomposition Layers

2025-12-21 · John S. Schreck, William E. Chapman, Charlie Becker, David John Gagne 외 arxiv

AI weather prediction ensembles with latent noise injection and optimized with the continuous ranked probability score (CRPS) have produced both accurate and well-calibrated predictions with far less computational cost c…

Transfer Learning

Scalable Natural Gradient Langevin Dynamics in Practice

2018-06-07 · Henri Palacci, Henry Hess

Stochastic Gradient Langevin Dynamics (SGLD) is a sampling scheme for Bayesian modeling adapted to large datasets and models. SGLD relies on the injection of Gaussian Noise at each step of a Stochastic Gradient Descent (…