Adaptive Regularization of Labels
Qianggang Ding, Sifan Wu, Hao Sun, Jiadong Guo, Shu-Tao Xia

TL;DR
This paper introduces an adaptive label regularization method that allows neural networks to learn from label errors and update labels online, improving performance across image and text classification tasks.
Contribution
The proposed method is a novel adaptive label regularization technique that updates label representations during training without requiring a teacher network.
Findings
Significant accuracy improvements on CIFAR-10, CIFAR-100, ImageNet, AGNews, Yahoo, and Yelp-Full datasets.
Requires minimal additional parameters compared to knowledge distillation.
Effective in both image recognition and text classification tasks.
Abstract
Recently, a variety of regularization techniques have been widely applied in deep neural networks, such as dropout, batch normalization, data augmentation, and so on. These methods mainly focus on the regularization of weight parameters to prevent overfitting effectively. In addition, label regularization techniques such as label smoothing and label disturbance have also been proposed with the motivation of adding a stochastic perturbation to labels. In this paper, we propose a novel adaptive label regularization method, which enables the neural network to learn from the erroneous experience and update the optimal label representation online. On the other hand, compared with knowledge distillation, which learns the correlation of categories using teacher network, our proposed method requires only a minuscule increase in parameters without cumbersome teacher network. Furthermore, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Human Pose and Action Recognition
MethodsLabel Smoothing
