paper-with-me

홈 › Papers

Improving Generalization by Controlling Label-Noise Information in Neural Network Weights

2020-02-19 · ICML 2020 1 · Hrayr Harutyunyan, Kyle Reing, Greg Ver Steeg, Aram Galstyan

In the presence of noisy or incorrect labels, neural networks have the undesirable tendency to memorize information about the noise. Standard regularization techniques such as dropout, weight decay or data augmentation sometimes help, but do not prevent this behavior. If one considers neural network weights as random variables that depend on the data and stochasticity of training, the amount of memorized information can be quantified with the Shannon mutual information between weights and the vector of all training labels given inputs, $I(w ; \mathbf{y} \mid \mathbf{x})$. We show that for any training algorithm, low values of this term correspond to reduction in memorization of label-noise and better generalization bounds. To obtain these low values, we propose training algorithms that employ an auxiliary network that predicts gradients in the final layers of a classifier without accessing labels. We illustrate the effectiveness of our approach on versions of MNIST, CIFAR-10, and CIFAR-100 corrupted with various noise models, and on a large-scale dataset Clothing1M that has noisy labels.

📄 PDF Abstract BibTeX arXiv:2002.07933

Code (1)

hrayrhar/limit-label-memorization 공식 구현 pytorch

Tasks

Data AugmentationGeneralization BoundsLearning with noisy labelsMemorization

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Feature Noise Boosts DNN Generalization under Label Noise

2023-08-03 · Lu Zeng, Xuan Chen, Xiaoshuang Shi, Heng Tao Shen

The presence of label noise in the training data has a profound impact on the generalization of deep neural networks (DNNs). In this study, we introduce and theoretically demonstrate a simple feature noise method, which …

The activity-weight duality in feed forward neural networks: The geometric determinants of generalization

2022-03-21 · Yu Feng, Yuhai Tu

One of the fundamental problems in machine learning is generalization. In neural network models with a large number of weights (parameters), many solutions can be found to fit the training data equally well. The key ques…

On information captured by neural networks: connections with memorization and generalization

2023-06-28 · Hrayr Harutyunyan

Despite the popularity and success of deep learning, there is limited understanding of when, how, and why neural networks generalize to unseen examples. Since learning can be seen as extracting information from data, we …

InformativenessKnowledge DistillationMemorization

An Investigation of how Label Smoothing Affects Generalization

2020-10-23 · Blair Chen, Liu Ziyin, ZiHao Wang, Paul Pu Liang

It has been hypothesized that label smoothing can reduce overfitting and improve generalization, and current empirical evidence seems to corroborate these effects. However, there is a lack of mathematical understanding o…

SAP: Corrective Machine Unlearning with Scaled Activation Projection for Label Noise Robustness

2024-03-13 · Sangamesh Kodge, Deepak Ravikumar, Gobinda Saha, Kaushik Roy

Label corruption, where training samples are mislabeled due to non-expert annotation or adversarial attacks, significantly degrades model performance. Acquiring large, perfectly labeled datasets is costly, and retraining…

Machine Unlearning