paper-with-me

홈 › Papers

Fool SHAP with Stealthily Biased Sampling

2022-05-30 · Gabriel Laberge, Ulrich Aïvodji, Satoshi Hara, Mario Marchand., Foutse khomh

SHAP explanations aim at identifying which features contribute the most to the difference in model prediction at a specific input versus a background distribution. Recent studies have shown that they can be manipulated by malicious adversaries to produce arbitrary desired explanations. However, existing attacks focus solely on altering the black-box model itself. In this paper, we propose a complementary family of attacks that leave the model intact and manipulate SHAP explanations using stealthily biased sampling of the data points used to approximate expectations w.r.t the background distribution. In the context of fairness audit, we show that our attack can reduce the importance of a sensitive feature when explaining the difference in outcomes between groups while remaining undetected. More precisely, experiments performed on real-world datasets showed that our attack could yield up to a 90\% relative decrease in amplitude of the sensitive feature attribution. These results highlight the manipulability of SHAP explanations and encourage auditors to treat them with skepticism.

📄 PDF Abstract BibTeX arXiv:2205.15419

Code (1)

gablabc/fool_shap 공식 구현

Tasks

Fairness

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

Faking Fairness via Stealthily Biased Sampling

2019-01-24 · Kazuto Fukuchi, Satoshi Hara, Takanori Maehara

Auditing fairness of decision-makers is now in high demand. To respond to this social demand, several fairness auditing tools have been developed. The focus of this study is to raise an awareness of the risk of malicious…

Fairness

Fooling LIME and SHAP: Adversarial Attacks on Post hoc Explanation Methods

2019-11-06 · Dylan Slack, Sophie Hilgard, Emily Jia, Sameer Singh 외

As machine learning black boxes are increasingly being deployed in domains such as healthcare and criminal justice, there is growing emphasis on building tools and techniques for explaining these black boxes in an interp…

Are CNNs biased towards texture rather than object shape?

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Although we are seeing so many exciting research papers with advancements in CNN architectures and their application domains, we still have little to no understanding as to why these systems decide as they do. That’s why…

Face RecognitionObject

SHLIME: Foiling adversarial attacks fooling SHAP and LIME

2025-08-14 · Sam Chauhan, Estelle Duguet, Karthik Ramakrishnan, Hugh Van Deventer 외 arxiv

Post hoc explanation methods, such as LIME and SHAP, provide interpretable insights into black-box classifiers and are increasingly used to assess model biases and generalizability. However, these methods are vulnerable …

Bias Detection

Black-Box Adversarial Attacks on LLM-Based Code Completion

2024-08-05 · Slobodan Jenko, Niels Mündler, Jingxuan He, Mark Vero 외

Modern code completion engines, powered by large language models (LLMs), assist millions of developers with their strong capabilities to generate functionally correct code. Due to this popularity, it is crucial to invest…

Code CompletionCode Generation