paper-with-me

Papers

Beyond Gradient-Based Attacks: Adversarial Robustness and Explainability Stability in Cybersecurity Classifiers

2026-07-02 · Mona Rajhans, Vishal Khawarey arxiv

Adversarial attacks on cybersecurity classifiers pose a dual threat: degrading predictions and destabilising the SHAP-based explanations that security analysts rely on to understand and triage alerts. We extend our prior MLP conference study to Random Forest and XGBoost across four tabular security datasets (phishing URLs, UNSW-NB15, NF-ToN-IoT, HIKARI-2021), evaluating five attacks including three black-box methods applicable to non-differentiable tree models. We introduce the Explainability Stability Index (ESI), a scalar metric computed from TreeSHAP attribution drift under adversarial perturbation, reported on the same [0,1] scale as the Robustness Index (RI). A key finding is that gradient-based black-box attacks (ZOO) produce degenerate results against XGBoost (apparent RI ~0.98) due to piecewise-constant prediction surfaces, while score-based Square Attack reveals genuine vulnerability (RI ~0.36). These degenerate perturbations still drive substantial attribution drift: XGBoost ESI ~0.06-0.16 despite near-perfect ZOO robustness, versus 0.14-0.29 for RF, showing that prediction robustness and explanation stability are distinct axes requiring joint measurement. A two-axis framework (gradient dependence, query efficiency) explains the observed attack ranking and yields practical guidance for tree ensemble evaluation. A step-size ablation explains a counterintuitive PGD anomaly on z-score normalised tabular data.

📄 PDF Abstract BibTeX arXiv:2607.01679

Code (1)

arxivsub/arXivSub_daily_arxiv ★ 2

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Beyond Explainability: Leveraging Interpretability for Improved Adversarial Learning

2019-04-21 · Devinder Kumar, Ibrahim Ben-Daya, Kanav Vats, Jeffery Feng 외

In this study, we propose the leveraging of interpretability for tasks beyond purely the purpose of explainability. In particular, this study puts forward a novel strategy for leveraging gradient-based interpretability i…

Explainability-Guided Adversarial Attacks on Transformer-Based Malware Detectors Using Control Flow Graphs

2026-04-04 · Andrew Wheeler, Kshitiz Aryal, Maanak Gupta arxiv

Transformer-based malware detection systems operating on graph modalities such as control flow graphs (CFGs) achieve strong performance by modeling structural relationships in program behavior. However, their robustness …

Malware Detection

Impact of Adversarial Attacks on Deep Learning Model Explainability

2024-12-15 · Gazi Nazia Nur, Mohammad Ahnaf Sadat

In this paper, we investigate the impact of adversarial attacks on the explainability of deep learning models, which are commonly criticized for their black-box nature despite their capacity for autonomous feature extrac…

Decision MakingDeep Learning

Counterfactual Image Generation for adversarially robust and interpretable Classifiers

2023-10-01 · Rafael Bischof, Florian Scheidegger, Michael A. Kraus, A. Cristiano I. Malossi

Neural Image Classifiers are effective but inherently hard to interpret and susceptible to adversarial attacks. Solutions to both problems exist, among others, in the form of counterfactual examples generation to enhance…

counterfactualDescriptiveImage GenerationImage-to-Image Translation+1

Algebraic Adversarial Attacks on Integrated Gradients

2024-07-23 · Lachlan Simpson, Federico Costanza, Kyle Millar, Adriel Cheng 외

Adversarial attacks on explainability models have drastic consequences when explanations are used to understand the reasoning of neural networks in safety critical systems. Path methods are one such class of attribution …