paper-with-me

홈 › Papers

PDA: Progressive Data Augmentation for General Robustness of Deep Neural Networks

2019-09-11 · Hang Yu, Aishan Liu, Xianglong Liu, Gengchao Li, Ping Luo, Ran Cheng, Jichen Yang, Chongzhi Zhang

Adversarial images are designed to mislead deep neural networks (DNNs), attracting great attention in recent years. Although several defense strategies achieved encouraging robustness against adversarial samples, most of them fail to improve the robustness on common corruptions such as noise, blur, and weather/digital effects (e.g. frost, pixelate). To address this problem, we propose a simple yet effective method, named Progressive Data Augmentation (PDA), which enables general robustness of DNNs by progressively injecting diverse adversarial noises during training. In other words, DNNs trained with PDA are able to obtain more robustness against both adversarial attacks as well as common corruptions than the recent state-of-the-art methods. We also find that PDA is more efficient than prior arts and able to prevent accuracy drop on clean samples without being attacked. Furthermore, we theoretically show that PDA can control the perturbation bound and guarantee better generalization ability than existing work. Extensive experiments on many benchmarks such as CIFAR-10, SVHN, and ImageNet demonstrate that PDA significantly outperforms its counterparts in various experimental setups.

📄 PDF Abstract BibTeX arXiv:1909.04839

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Can we have it all? On the Trade-off between Spatial and Adversarial Robustness of Neural Networks

2020-02-26 · NeurIPS 2021 12 · Sandesh Kamath, Amit Deshpande, K V Subrahmanyam, Vineeth N Balasubramanian

(Non-)robustness of neural networks to small, adversarial pixel-wise perturbations, and as more recently shown, to even random spatial transformations (e.g., translations, rotations) entreats both theoretical and empiric…

Adversarial RobustnessAll

Invariance vs Robustness of Neural Networks

2019-09-25 · Sandesh Kamath, Amit Deshpande, K V Subrahmanyam

Neural networks achieve human-level accuracy on many standard datasets used in image classification. The next step is to achieve better generalization to natural (or non-adversarial) perturbations as well as known pixel-…

Adversarial Robustnessimage-classificationImage Classification

Progressive Generalization Augmentation with Deeply Coupled RND-PPO and Domain-Prioritized Noise Injection for Robust Crop Management Reinforcement Learning

2026-05-17 · Wu Yang arxiv

Our preliminary experiments on gym-DSSAT maize irrigation tasks revealed that +/-2 degrees C temperature noise causes an 11.9% reduction in economic returns for PPO policies trained under clean conditions - a systematic …

Reinforcement Learning

Mimicking Human Visual Development for Learning Robust Image Representations

2025-12-16 · Ankita Raj, Kaashika Prajaapat, Tapan Kumar Gandhi, Chetan Arora arxiv

The human visual system is remarkably adept at adapting to changes in the input distribution; a capability modern convolutional neural networks (CNNs) still struggle to match. Drawing inspiration from the developmental t…

Adversarial Robustness

MixPro: Data Augmentation with MaskMix and Progressive Attention Labeling for Vision Transformer

2023-04-24 · QiHao Zhao, Yangyu Huang, Wei Hu, Fan Zhang 외

The recently proposed data augmentation TransMix employs attention labels to help visual transformers (ViT) achieve better robustness and performance. However, TransMix is deficient in two aspects: 1) The image cropping …

Data AugmentationImage AugmentationImage ClassiData AugmentationficationImage Classification+5