AugLoss: A Robust Augmentation-based Fine Tuning Methodology
Kyle Otstot, Andrew Yang, John Kevin Cava, Lalitha Sankar

TL;DR
AugLoss is a novel methodology that combines data augmentation and robust loss functions to improve deep learning model robustness against both noisy labels during training and feature distribution shifts during testing.
Contribution
It introduces a unified approach, AugLoss, that simultaneously addresses label noise and distribution shifts, advancing robustness in deep learning models.
Findings
Outperforms previous methods on real-world corrupted datasets
Enhances robustness against both training noise and test shifts
Demonstrates significant accuracy improvements in experiments
Abstract
Deep Learning (DL) models achieve great successes in many domains. However, DL models increasingly face safety and robustness concerns, including noisy labeling in the training stage and feature distribution shifts in the testing stage. Previous works made significant progress in addressing these problems, but the focus has largely been on developing solutions for only one problem at a time. For example, recent work has argued for the use of tunable robust loss functions to mitigate label noise, and data augmentation (e.g., AugMix) to combat distribution shifts. As a step towards addressing both problems simultaneously, we introduce AugLoss, a simple but effective methodology that achieves robustness against both train-time noisy labeling and test-time feature distribution shifts by unifying data augmentation and robust loss functions. We conduct comprehensive experiments in varied…
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
TopicsMachine Learning and Data Classification · Adversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
