paper-with-me

Papers

Label Augmentation for Neural Networks Robustness

2024-08-04 · Fatemeh Amerehi, Patrick Healy

Out-of-distribution generalization can be categorized into two types: common perturbations arising from natural variations in the real world and adversarial perturbations that are intentionally crafted to deceive neural networks. While deep neural networks excel in accuracy under the assumption of identical distributions between training and test data, they often encounter out-of-distribution scenarios resulting in a significant decline in accuracy. Data augmentation methods can effectively enhance robustness against common corruptions, but they typically fall short in improving robustness against adversarial perturbations. In this study, we develop Label Augmentation (LA), which enhances robustness against both common and intentional perturbations and improves uncertainty estimation. Our findings indicate a Clean error rate improvement of up to 23.29% when employing LA in comparisons to the baseline. Additionally, it enhances robustness under common corruptions benchmark by up to 24.23%. When tested against FGSM and PGD attacks, improvements in adversarial robustness are noticeable, with enhancements of up to 53.18% for FGSM and 24.46% for PGD attacks.

📄 PDF Abstract BibTeX arXiv:2408.01977

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessData AugmentationOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

A Study on the Impact of Data Augmentation for Training Convolutional Neural Networks in the Presence of Noisy Labels

2022-08-23 · Emeson Santana, Gustavo Carneiro, Filipe R. Cordeiro

Label noise is common in large real-world datasets, and its presence harms the training process of deep neural networks. Although several works have focused on the training strategies to address this problem, there are f…

Data Augmentation

Enhancing Effectiveness and Robustness in a Low-Resource Regime via Decision-Boundary-aware Data Augmentation

2024-03-22 · Kyohoon Jin, Junho Lee, Juhwan Choi, Sangmin Song 외

Efforts to leverage deep learning models in low-resource regimes have led to numerous augmentation studies. However, the direct application of methods such as mixup and cutout to text data, is limited due to their discre…

Data AugmentationDiversity

IPMix: Label-Preserving Data Augmentation Method for Training Robust Classifiers

2023-10-07 · NeurIPS 2023 11 · Zhenglin Huang, Xiaoan Bao, Na Zhang, Qingqi Zhang 외

Data augmentation has been proven effective for training high-accuracy convolutional neural network classifiers by preventing overfitting. However, building deep neural networks in real-world scenarios requires not only …

Anomaly DetectionData AugmentationDiversity

Improving Out-of-Domain Robustness with Targeted Augmentation in Frequency and Pixel Spaces

2025-05-18 · Ruoqi Wang, Haitao Wang, Shaojie Guo, Qiong Luo

Out-of-domain (OOD) robustness under domain adaptation settings, where labeled source data and unlabeled target data come from different distributions, is a key challenge in real-world applications. A common approach to …

Domain Adaptation

Combined Image Data Augmentations diminish the benefits of Adaptive Label Smoothing

2025-07-22 · Georg Siedel, Ekagra Gupta, Weijia Shao, Silvia Vock 외 arxiv

Soft augmentation regularizes the supervised learning process of image classifiers by reducing label confidence of a training sample based on the magnitude of random-crop augmentation applied to it. This paper extends th…

Data Augmentation