Disturbing Target Values for Neural Network Regularization
Yongho Kim, Hanna Lukashonak, Paweena Tarepakdee, Klavdia Zavalich,, Mofassir ul Islam Arif

TL;DR
This paper introduces Directional DisturbLabel and other targeted regularization methods that leverage model confidence to improve neural network training, outperforming existing techniques in classification and regression tasks.
Contribution
It proposes novel regularization techniques that use class probabilities to selectively disturb labels and target values, enhancing model robustness and performance.
Findings
DDL outperforms traditional DisturbLabel in experiments.
Combining proposed methods with L2 or Dropout yields superior results.
Methods demonstrate robustness across multiple datasets.
Abstract
Diverse regularization techniques have been developed such as L2 regularization, Dropout, DisturbLabel (DL) to prevent overfitting. DL, a newcomer on the scene, regularizes the loss layer by flipping a small share of the target labels at random and training the neural network on this distorted data so as to not learn the training data. It is observed that high confidence labels during training cause the overfitting problem and DL selects disturb labels at random regardless of the confidence of labels. To solve this shortcoming of DL, we propose Directional DisturbLabel (DDL) a novel regularization technique that makes use of the class probabilities to infer the confident labels and using these labels to regularize the model. This active regularization makes use of the model behavior during training to regularize it in a more directed manner. To address regression problems, we also…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Neural Networks and Applications
MethodsDropout
