Augmentation-induced Consistency Regularization for Classification
Jianhan Wu, Shijing Si, Jianzong Wang, Jing Xiao

TL;DR
This paper introduces CR-Aug, a consistency regularization method that enhances classification performance by enforcing output consistency across augmented data versions, addressing overfitting and inconsistency issues.
Contribution
The paper proposes a novel regularization framework, CR-Aug, that improves classification accuracy by enforcing consistency between outputs of augmented data in neural networks.
Findings
CR-Aug outperforms baseline methods significantly.
Effective in both image and audio classification.
Easily adaptable to various network architectures.
Abstract
Deep neural networks have become popular in many supervised learning tasks, but they may suffer from overfitting when the training dataset is limited. To mitigate this, many researchers use data augmentation, which is a widely used and effective method for increasing the variety of datasets. However, the randomness introduced by data augmentation causes inevitable inconsistency between training and inference, which leads to poor improvement. In this paper, we propose a consistency regularization framework based on data augmentation, called CR-Aug, which forces the output distributions of different sub models generated by data augmentation to be consistent with each other. Specifically, CR-Aug evaluates the discrepancy between the output distributions of two augmented versions of each sample, and it utilizes a stop-gradient operation to minimize the consistency loss. We implement CR-Aug…
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
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Data Classification · Advanced Neural Network Applications
