Regularizing Neural Network Training via Identity-wise Discriminative Feature Suppression
Avraham Chapman, Lingqiao Liu

TL;DR
This paper introduces ASIF, an adversarial training method that suppresses identity-specific features in neural networks to improve generalization, especially with small or noisy datasets.
Contribution
It proposes a novel adversarial framework to suppress instance-specific features, enhancing neural network robustness and generalization in challenging data scenarios.
Findings
Improves accuracy on small datasets
Reduces overfitting with noisy labels
Enhances generalization performance
Abstract
It is well-known that a deep neural network has a strong fitting capability and can easily achieve a low training error even with randomly assigned class labels. When the number of training samples is small, or the class labels are noisy, networks tend to memorize patterns specific to individual instances to minimize the training error. This leads to the issue of overfitting and poor generalisation performance. This paper explores a remedy by suppressing the network's tendency to rely on instance-specific patterns for empirical error minimisation. The proposed method is based on an adversarial training framework. It suppresses features that can be utilized to identify individual instances among samples within each class. This leads to classifiers only using features that are both discriminative across classes and common within each class. We call our method Adversarial Suppression of…
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 · Face and Expression Recognition
