paper-with-me

Papers

Enhancing Adversarial Robustness via Uncertainty-Aware Distributional Adversarial Training

2024-11-05 · Junhao Dong, Xinghua Qu, Z. Jane Wang, Yew-Soon Ong

Despite remarkable achievements in deep learning across various domains, its inherent vulnerability to adversarial examples still remains a critical concern for practical deployment. Adversarial training has emerged as one of the most effective defensive techniques for improving model robustness against such malicious inputs. However, existing adversarial training schemes often lead to limited generalization ability against underlying adversaries with diversity due to their overreliance on a point-by-point augmentation strategy by mapping each clean example to its adversarial counterpart during training. In addition, adversarial examples can induce significant disruptions in the statistical information w.r.t. the target model, thereby introducing substantial uncertainty and challenges to modeling the distribution of adversarial examples. To circumvent these issues, in this paper, we propose a novel uncertainty-aware distributional adversarial training method, which enforces adversary modeling by leveraging both the statistical information of adversarial examples and its corresponding uncertainty estimation, with the goal of augmenting the diversity of adversaries. Considering the potentially negative impact induced by aligning adversaries to misclassified clean examples, we also refine the alignment reference based on the statistical proximity to clean examples during adversarial training, thereby reframing adversarial training within a distribution-to-distribution matching framework interacted between the clean and adversarial domains. Furthermore, we design an introspective gradient alignment approach via matching input gradients between these domains without introducing external models. Extensive experiments across four benchmark datasets and various network architectures demonstrate that our approach achieves state-of-the-art adversarial robustness and maintains natural performance.

📄 PDF Abstract BibTeX arXiv:2411.02871

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessDiversity

Similar Papers 제목 키워드 기반

DR-PETS: Learning-Based Control With Planning in Adversarial Environments

2025-03-26 · Hozefa Jesawada, Antonio Acernese, Giovanni Russo, Carmen Del Vecchio

Ensuring robustness against epistemic, possibly adversarial, perturbations is essential for reliable real-world decision-making. While the Probabilistic Ensembles with Trajectory Sampling (PETS) algorithm inherently hand…

Decision Making

Generalised Lipschitz Regularisation Equals Distributional Robustness

2020-02-11 · Zac Cranko, Zhan Shi, Xinhua Zhang, Richard Nock 외

The problem of adversarial examples has highlighted the need for a theory of regularisation that is general enough to apply to exotic function classes, such as universal approximators. In response, we give a very general…

USAD: Uncertainty-aware Statistical Adversarial Detection

2026-06-26 · Zhijian Zhou, Xunye Tian, Jiacheng Zhang, Zesheng Ye 외 arxiv

Statistical adversarial detection (SAD) treats detection as a two-sample test. Given a reference set of clean examples (CEs) and a batch of queries, potentially containing an unknown mixture of CEs and adversarial exampl…

Towards Fairness-Aware Adversarial Learning

2024-02-27 · CVPR 2024 1 · Yanghao Zhang, Tianle Zhang, Ronghui Mu, Xiaowei Huang 외

Although adversarial training (AT) has proven effective in enhancing the model's robustness, the recently revealed issue of fairness in robustness has not been well addressed, i.e. the robust accuracy varies significantl…

Fairness

Distributional Robustness with IPMs and links to Regularization and GANs

2020-06-08 · NeurIPS 2020 12 · Hisham Husain

Robustness to adversarial attacks is an important concern due to the fragility of deep neural networks to small perturbations and has received an abundance of attention in recent years. Distributionally Robust Optimizati…