paper-with-me

홈 › Papers

Implicit Regularization Effects of Unbiased Random Label Noises with SGD

2021-01-01 · Haoyi Xiong, Xuhong LI, Boyang Yu, Dejing Dou, Dongrui Wu, Zhanxing Zhu

Random label noises (or observational noises) widely exist in practical machinelearning settings. we analyze the learning dynamics of stochastic gradient descent(SGD) over the quadratic loss with unbiased label noises, and investigate a newnoise term of dynamics, which is dynamized and influenced by mini-batch sam-pling and random label noises, as an implicit regularizer. Our theoretical analysisfinds such implicit regularizer would favor some convergence points that could stabilize model outputs against perturbation of parameters. To validate our analy-sis, we use our theorems to estimate the closed-form solution of the implicit reg-ularizer over continuous-time SGD dynamics for Ordinary Least-Square (OLS), where the numerical simulation backups our estimates. We further extend our proposals to interpret the newly-fashioned noisy self-distillation tricks for deep learning, where the implicit regularizer demonstrates a unique capacity of selecting models with improved output stability through learning from well-trained teach-ers with additive unbiased random label noises

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Doubly Stochastic Models: Learning with Unbiased Label Noises and Inference Stability

2023-04-01 · Haoyi Xiong, Xuhong LI, Boyang Yu, Zhanxing Zhu 외

Random label noises (or observational noises) widely exist in practical machine learning settings. While previous studies primarily focus on the affects of label noises to the performance of learning, our work intends to…

The Implicit Length Bias of Label Smoothing on Beam Search Decoding

2022-05-02 · Bowen Liang, Pidong Wang, Yuan Cao

Label smoothing is ubiquitously applied in Neural Machine Translation (NMT) training. While label smoothing offers a desired regularization effect during model training, in this paper we demonstrate that it nevertheless …

Machine TranslationNMTTranslation

Estimating Implicit Regularization in Deep Learning

2026-05-06 · Joseph H. Rudoler, Kevin Tan, Giles Hooker, Konrad P. Kording arxiv

Deep learning systems are known to exhibit implicit regularization (alt. implicit bias), favoring simple solutions instead of merely minimizing the loss function. In some cases, we can analytically derive the implicit re…

Unbiased Recommender Learning from Missing-Not-At-Random Implicit Feedback

2019-09-09 · Yuta Saito, Suguru Yaginuma, Yuta Nishino, Hayato Sakata 외

Recommender systems widely use implicit feedback such as click data because of its general availability. Although the presence of clicks signals the users' preference to some extent, the lack of such clicks does not nece…

Causal InferenceRecommendation Systems

Unbiased Learning to Rank: Counterfactual and Online Approaches

2019-07-16 · Harrie Oosterhuis, Rolf Jagerman, Maarten de Rijke

This tutorial covers and contrasts the two main methodologies in unbiased Learning to Rank (LTR): Counterfactual LTR and Online LTR. There has long been an interest in LTR from user interactions, however, this form of im…

counterfactualLearning-To-Rank