paper-with-me

Papers

Exploiting Explanations for Model Inversion Attacks

2021-04-26 · ICCV 2021 10 · Xuejun Zhao, Wencan Zhang, Xiaokui Xiao, Brian Y. Lim

The successful deployment of artificial intelligence (AI) in many domains from healthcare to hiring requires their responsible use, particularly in model explanations and privacy. Explainable artificial intelligence (XAI) provides more information to help users to understand model decisions, yet this additional knowledge exposes additional risks for privacy attacks. Hence, providing explanation harms privacy. We study this risk for image-based model inversion attacks and identified several attack architectures with increasing performance to reconstruct private image data from model explanations. We have developed several multi-modal transposed CNN architectures that achieve significantly higher inversion performance than using the target model prediction only. These XAI-aware inversion models were designed to exploit the spatial knowledge in image explanations. To understand which explanations have higher privacy risk, we analyzed how various explanation types and factors influence inversion performance. In spite of some models not providing explanations, we further demonstrate increased inversion performance even for non-explainable target models by exploiting explanations of surrogate models through attention transfer. This method first inverts an explanation from the target prediction, then reconstructs the target image. These threats highlight the urgent and significant privacy risks of explanations and calls attention for new privacy preservation techniques that balance the dual-requirement for AI explainability and privacy.

📄 PDF Abstract BibTeX arXiv:2104.12669

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)model

Similar Papers 제목 키워드 기반

AUTOLYCUS: Exploiting Explainable AI (XAI) for Model Extraction Attacks against Interpretable Models

2023-02-04 · Abdullah Caglar Oksuz, Anisa Halimi, Erman Ayday

Explainable Artificial Intelligence (XAI) aims to uncover the decision-making processes of AI models. However, the data used for such explanations can pose security and privacy risks. Existing literature identifies attac…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Inference Attack+2

Beyond Gradients: Exploiting Adversarial Priors in Model Inversion Attacks

2022-03-01 · Dmitrii Usynin, Daniel Rueckert, Georgios Kaissis

Collaborative machine learning settings like federated learning can be susceptible to adversarial interference and attacks. One class of such attacks is termed model inversion attacks, characterised by the adversary reve…

Federated Learning

Plug & Play Attacks: Towards Robust and Flexible Model Inversion Attacks

2022-01-28 · Lukas Struppek, Dominik Hintersdorf, Antonio De Almeida Correia, Antonia Adler 외

Model inversion attacks (MIAs) aim to create synthetic images that reflect the class-wise characteristics from a target classifier's private training data by exploiting the model's learned knowledge. Previous research ha…

A Closer Look at GAN Priors: Exploiting Intermediate Features for Enhanced Model Inversion Attacks

2024-07-18 · Yixiang Qiu, Hao Fang, Hongyao Yu, Bin Chen 외

Model Inversion (MI) attacks aim to reconstruct privacy-sensitive training data from released models by utilizing output information, raising extensive concerns about the security of Deep Neural Networks (DNNs). Recent a…

Inferring Sensitive Attributes from Model Explanations

2022-08-21 · Vasisht Duddu, Antoine Boutet

Model explanations provide transparency into a trained machine learning model's blackbox behavior to a model builder. They indicate the influence of different input attributes to its corresponding model prediction. The d…

AttributeInference Attackmodel