A Novel Data Augmentation Technique for Out-of-Distribution Sample Detection using Compounded Corruptions
Ramya S. Hebbalaguppe, Soumya Suvra Goshal, Jatin Prakash, Harshad, Khadilkar, Chetan Arora

TL;DR
This paper introduces CnC, a novel data augmentation method using compounded corruptions to improve out-of-distribution sample detection in neural networks, without requiring hold-out data or complex inference procedures.
Contribution
The authors propose CnC, a new data augmentation technique that enhances OOD detection accuracy and inference speed without needing additional hold-out data or test-time ensembling.
Findings
CnC outperforms 20 recent methods in OOD detection accuracy.
CnC does not require hold-out data or backpropagation at test time.
The method results in tighter ID class boundaries and higher sample diversity.
Abstract
Modern deep neural network models are known to erroneously classify out-of-distribution (OOD) test data into one of the in-distribution (ID) training classes with high confidence. This can have disastrous consequences for safety-critical applications. A popular mitigation strategy is to train a separate classifier that can detect such OOD samples at the test time. In most practical settings OOD examples are not known at the train time, and hence a key question is: how to augment the ID data with synthetic OOD samples for training such an OOD detector? In this paper, we propose a novel Compounded Corruption technique for the OOD data augmentation termed CnC. One of the major advantages of CnC is that it does not require any hold-out data apart from the training set. Further, unlike current state-of-the-art (SOTA) techniques, CnC does not require backpropagation or ensembling at the test…
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
TopicsAdversarial Robustness in Machine Learning · Machine Learning and Data Classification · Anomaly Detection Techniques and Applications
MethodsTest
