TL;DR
This paper explores noise injection during training to enhance the robustness of deep learning models for image recognition, especially for COVID-19 detection from chest X-rays, against out-of-distribution data shifts.
Contribution
It demonstrates that fundamental noise injection techniques can significantly improve OOD generalization in limited datasets, reducing performance gaps.
Findings
Noise injection reduces OOD performance gap from 0.10-0.20 to 0.01-0.06
Techniques tested include Gaussian, Speckle, Poisson, Salt and Pepper noise
Source code is publicly available at https://github.com/Duongmai127/Noisy-ood
Abstract
Deep learned (DL) models for image recognition have been shown to fail to generalize to data from different devices, populations, etc. COVID-19 detection from Chest X-rays (CXRs), in particular, has been shown to fail to generalize to out-of-distribution (OOD) data from new clinical sources not covered in the training set. This occurs because models learn to exploit shortcuts - source-specific artifacts that do not translate to new distributions - rather than reasonable biomarkers to maximize performance on in-distribution (ID) data. Rendering the models more robust to distribution shifts, our study investigates the use of fundamental noise injection techniques (Gaussian, Speckle, Poisson, and Salt and Pepper) during training. Our empirical results demonstrate that this technique can significantly reduce the performance gap between ID and OOD evaluation from 0.10-0.20 to 0.01-0.06,…
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.
