paper-with-me

Papers

Regularization via Structural Label Smoothing

2020-01-07 · Weizhi Li, Gautam Dasarathy, Visar Berisha

Regularization is an effective way to promote the generalization performance of machine learning models. In this paper, we focus on label smoothing, a form of output distribution regularization that prevents overfitting of a neural network by softening the ground-truth labels in the training data in an attempt to penalize overconfident outputs. Existing approaches typically use cross-validation to impose this smoothing, which is uniform across all training data. In this paper, we show that such label smoothing imposes a quantifiable bias in the Bayes error rate of the training data, with regions of the feature space with high overlap and low marginal likelihood having a lower bias and regions of low overlap and high marginal likelihood having a higher bias. These theoretical results motivate a simple objective function for data-dependent smoothing to mitigate the potential negative consequences of the operation while maintaining its desirable properties as a regularizer. We call this approach Structural Label Smoothing (SLS). We implement SLS and empirically validate on synthetic, Higgs, SVHN, CIFAR-10, and CIFAR-100 datasets. The results confirm our theoretical insights and demonstrate the effectiveness of the proposed method in comparison to traditional label smoothing.

📄 PDF Abstract BibTeX arXiv:2001.01900

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Adaptive Label Smoothing with Self-Knowledge in Natural Language Generation

2022-10-22 · Dongkyu Lee, Ka Chun Cheung, Nevin L. Zhang

Overconfidence has been shown to impair generalization and calibration of a neural network. Previous studies remedy this issue by adding a regularization term to a loss function, preventing a model from making a peaked d…

Knowledge DistillationText Generation

Adaptive Label Smoothing with Self-Knowledge

2021-09-29 · Dongkyu Lee, Ka Chun Cheung, Nevin Zhang

Overconfidence has been shown to impair generalization and calibration of a neural network. Previous studies remedy this issue by adding a regularization term to a loss function, preventing a model from making a peaked d…

Knowledge DistillationMachine Translation

Generalized Entropy Regularization or: There's Nothing Special about Label Smoothing

2020-05-02 · ACL 2020 6 · Clara Meister, Elizabeth Salesky, Ryan Cotterell

Prior work has explored directly regularizing the output distributions of probabilistic models to alleviate peaky (i.e. over-confident) predictions, a common sign of overfitting. This class of techniques, of which label …

Text Generation

Random Smoothing Regularization in Kernel Gradient Descent Learning

2023-05-05 · Liang Ding, Tianyang Hu, Jiahang Jiang, Donghao Li 외

Random smoothing data augmentation is a unique form of regularization that can prevent overfitting by introducing noise to the input data, encouraging the model to learn more generalized features. Despite its success in …

Data Augmentation

Label Smoothing++: Enhanced Label Regularization for Training Neural Networks

2025-08-22 · Sachin Chhabra, Hemanth Venkateswara, Baoxin Li arxiv

Training neural networks with one-hot target labels often results in overconfidence and overfitting. Label smoothing addresses this issue by perturbing the one-hot target labels by adding a uniform probability vector to …