LGAug 3, 2023

Feature Noise Boosts DNN Generalization under Label Noise

arXiv:2308.01609v16 citationsh-index: 31
Originality Highly original
AI Analysis

This addresses the issue of noisy labels degrading model performance for machine learning practitioners, offering an incremental improvement by optimizing feature noise to boost existing label noise methods.

The study tackled the problem of label noise impairing deep neural network generalization by introducing a feature noise method, which significantly enhanced generalization under label noise, as demonstrated through theoretical analyses and experiments on popular datasets.

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 directly adds noise to the features of training data, can enhance the generalization of DNNs under label noise. Specifically, we conduct theoretical analyses to reveal that label noise leads to weakened DNN generalization by loosening the PAC-Bayes generalization bound, and feature noise results in better DNN generalization by imposing an upper bound on the mutual information between the model weights and the features, which constrains the PAC-Bayes generalization bound. Furthermore, to ensure effective generalization of DNNs in the presence of label noise, we conduct application analyses to identify the optimal types and levels of feature noise to add for obtaining desirable label noise generalization. Finally, extensive experimental results on several popular datasets demonstrate the feature noise method can significantly enhance the label noise generalization of the state-of-the-art label noise method.

Code Implementations1 repo
Foundations

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

Your Notes