paper-with-me

홈 › Papers

RDI: An adversarial robustness evaluation metric for deep neural networks based on model statistical features

2025-04-16 · Jialei Song, Xingquan Zuo, Feiyang Wang, Hai Huang, Tianle Zhang

Deep neural networks (DNNs) are highly susceptible to adversarial samples, raising concerns about their reliability in safety-critical tasks. Currently, methods of evaluating adversarial robustness are primarily categorized into attack-based and certified robustness evaluation approaches. The former not only relies on specific attack algorithms but also is highly time-consuming, while the latter due to its analytical nature, is typically difficult to implement for large and complex models. A few studies evaluate model robustness based on the model's decision boundary, but they suffer from low evaluation accuracy. To address the aforementioned issues, we propose a novel adversarial robustness evaluation metric, Robustness Difference Index (RDI), which is based on model statistical features. RDI draws inspiration from clustering evaluation by analyzing the intra-class and inter-class distances of feature vectors separated by the decision boundary to quantify model robustness. It is attack-independent and has high computational efficiency. Experiments show that, RDI demonstrates a stronger correlation with the gold-standard adversarial robustness metric of attack success rate (ASR). The average computation time of RDI is only 1/30 of the evaluation method based on the PGD attack. Our open-source code is available at: https://github.com/BUPTAIOC/RDI.

📄 PDF Abstract BibTeX arXiv:2504.18556

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessComputational Efficiency

Similar Papers 제목 키워드 기반

Adversarial Framework with Certified Robustness for Time-Series Domain via Statistical Features

2022-07-09 · Taha Belkhouja, Janardhan Rao Doppa

Time-series data arises in many real-world applications (e.g., mobile health) and deep neural networks (DNNs) have shown great success in solving them. Despite their success, little is known about their robustness to adv…

Time SeriesTime Series Analysis

Adversarial Robustness of Neural-Statistical Features in Detection of Generative Transformers

2022-03-02 · Evan Crothers, Nathalie Japkowicz, Herna Viktor, Paula Branco

The detection of computer-generated text is an area of rapidly increasing significance as nascent generative models allow for efficient creation of compelling human-like text, which may be abused for the purposes of spam…

Adversarial RobustnessAdversarial Text

A Curious Case of Searching for the Correlation between Training Data and Adversarial Robustness of Transformer Textual Models

2024-02-18 · Cuong Dang, Dung D. Le, Thai Le

Existing works have shown that fine-tuned textual transformer models achieve state-of-the-art prediction performances but are also vulnerable to adversarial text perturbations. Traditional adversarial evaluation is often…

Adversarial RobustnessAdversarial Text

ROBY: Evaluating the Robustness of a Deep Model by its Decision Boundaries

2020-12-18 · Jinyin Chen, Zhen Wang, Haibin Zheng, Jun Xiao 외

With the successful application of deep learning models in many real-world tasks, the model robustness becomes more and more critical. Often, we evaluate the robustness of the deep models by attacking them with purposely…

A Robust Adversarial Ensemble with Causal (Feature Interaction) Interpretations for Image Classification

2024-12-28 · Chunheng Zhao, Pierluigi Pisu, Gurcan Comert, Negash Begashaw 외

Deep learning-based discriminative classifiers, despite their remarkable success, remain vulnerable to adversarial examples that can mislead model predictions. While adversarial training can enhance robustness, it fails …

Adversarial Robustnesscounterfactualimage-classificationImage Classification