Self-Competitive Neural Networks
Iman Saberi, Fathiyeh Faghih

TL;DR
This paper introduces Self-Competitive Neural Networks (SCNN), a novel data augmentation method where a neural network generates adversarial samples to improve its own training, significantly boosting accuracy especially with limited data.
Contribution
The paper proposes a new self-competition approach for data augmentation, where the network iteratively generates and learns from adversarial samples to enhance generalization.
Findings
SCNN improves accuracy on MNIST from 94.26% to 98.25%.
Adversarial data augmentation enhances model robustness.
Method outperforms traditional augmentation techniques.
Abstract
Deep Neural Networks (DNNs) have improved the accuracy of classification problems in lots of applications. One of the challenges in training a DNN is its need to be fed by an enriched dataset to increase its accuracy and avoid it suffering from overfitting. One way to improve the generalization of DNNs is to augment the training data with new synthesized adversarial samples. Recently, researchers have worked extensively to propose methods for data augmentation. In this paper, we generate adversarial samples to refine the Domains of Attraction (DoAs) of each class. In this approach, at each stage, we use the model learned by the primary and generated adversarial data (up to that stage) to manipulate the primary data in a way that look complicated to the DNN. The DNN is then retrained using the augmented data and then it again generates adversarial data that are hard to predict for…
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.
