paper-with-me

홈 › Papers

Holistic Approach to Measure Sample-level Adversarial Vulnerability and its Utility in Building Trustworthy Systems

2022-05-05 · Gaurav Kumar Nayak, Ruchit Rawal, Rohit Lal, Himanshu Patil, Anirban Chakraborty

Adversarial attack perturbs an image with an imperceptible noise, leading to incorrect model prediction. Recently, a few works showed inherent bias associated with such attack (robustness bias), where certain subgroups in a dataset (e.g. based on class, gender, etc.) are less robust than others. This bias not only persists even after adversarial training, but often results in severe performance discrepancies across these subgroups. Existing works characterize the subgroup's robustness bias by only checking individual sample's proximity to the decision boundary. In this work, we argue that this measure alone is not sufficient and validate our argument via extensive experimental analysis. It has been observed that adversarial attacks often corrupt the high-frequency components of the input image. We, therefore, propose a holistic approach for quantifying adversarial vulnerability of a sample by combining these different perspectives, i.e., degree of model's reliance on high-frequency features and the (conventional) sample-distance to the decision boundary. We demonstrate that by reliably estimating adversarial vulnerability at the sample level using the proposed holistic metric, it is possible to develop a trustworthy system where humans can be alerted about the incoming samples that are highly likely to be misclassified at test time. This is achieved with better precision when our holistic metric is used over individual measures. To further corroborate the utility of the proposed holistic approach, we perform knowledge distillation in a limited-sample setting. We observe that the student network trained with the subset of samples selected using our combined metric performs better than both the competing baselines, viz., where samples are selected randomly or based on their distances to the decision boundary.

📄 PDF Abstract BibTeX arXiv:2205.02604

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Enhancing Neural Models with Vulnerability via Adversarial Attack

2020-12-01 · COLING 2020 8 · Rong Zhang, Qifei Zhou, Bo An, Weiping Li 외

Natural Language Sentence Matching (NLSM) serves as the core of many natural language processing tasks. 1) Most previous work develops a single specific neural model for NLSM tasks. 2) There is no previous work consideri…

Adversarial AttackSentence

Adversarial Neural Pruning with Latent Vulnerability Suppression

2019-08-12 · ICML 2020 1 · Divyam Madaan, Jinwoo Shin, Sung Ju Hwang

Despite the remarkable performance of deep neural networks on various computer vision tasks, they are known to be susceptible to adversarial perturbations, which makes it challenging to deploy them in real-world safety-c…

Adversarial Robustness

Adversarial Attacks on GMM i-vector based Speaker Verification Systems

2019-11-08 · Xu Li, Jinghua Zhong, Xixin Wu, Jianwei Yu 외

This work investigates the vulnerability of Gaussian Mixture Model (GMM) i-vector based speaker verification systems to adversarial attacks, and the transferability of adversarial samples crafted from GMM i-vector based …

Speaker Verification

Erosion Attack for Adversarial Training to Enhance Semantic Segmentation Robustness

2026-01-21 · Yufei Song, Ziqi Zhou, Menghao Deng, Yifan Hu 외 arxiv

Existing segmentation models exhibit significant vulnerability to adversarial attacks.To improve robustness, adversarial training incorporates adversarial examples into model training. However, existing attack methods co…

Semantic Segmentation

Towards Assessing the Synthetic-to-Measured Adversarial Vulnerability of SAR ATR

2024-01-30 · Bowen Peng, Bo Peng, Jingyuan Xia, Tianpeng Liu 외

Recently, there has been increasing concern about the vulnerability of deep neural network (DNN)-based synthetic aperture radar (SAR) automatic target recognition (ATR) to adversarial attacks, where a DNN could be easily…