paper-with-me

Papers

Reinforcement Learning-Based Black-Box Model Inversion Attacks

2023-04-10 · CVPR 2023 1 · Gyojin Han, Jaehyun Choi, Haeil Lee, Junmo Kim

Model inversion attacks are a type of privacy attack that reconstructs private data used to train a machine learning model, solely by accessing the model. Recently, white-box model inversion attacks leveraging Generative Adversarial Networks (GANs) to distill knowledge from public datasets have been receiving great attention because of their excellent attack performance. On the other hand, current black-box model inversion attacks that utilize GANs suffer from issues such as being unable to guarantee the completion of the attack process within a predetermined number of query accesses or achieve the same level of performance as white-box attacks. To overcome these limitations, we propose a reinforcement learning-based black-box model inversion attack. We formulate the latent space search as a Markov Decision Process (MDP) problem and solve it with reinforcement learning. Our method utilizes the confidence scores of the generated images to provide rewards to an agent. Finally, the private data can be reconstructed using the latent vectors found by the agent trained in the MDP. The experiment results on various datasets and models demonstrate that our attack successfully recovers the private information of the target model by achieving state-of-the-art attack performance. We emphasize the importance of studies on privacy-preserving machine learning by proposing a more advanced black-box model inversion attack.

📄 PDF Abstract BibTeX arXiv:2304.04625

Code (1)

HanGyojin/RLB-MI 공식 구현 pytorch

Tasks

modelPrivacy Preservingreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

PPO-MI: Efficient Black-Box Model Inversion via Proximal Policy Optimization

2025-02-20 · Xinpeng Shou

Model inversion attacks pose a significant privacy risk by attempting to reconstruct private training data from trained models. Most of the existing methods either depend on gradient estimation or require white-box acces…

Model Inversion Attack against Transfer Learning: Inverting a Model without Accessing It

2022-03-13 · Dayong Ye, Huiqiang Chen, Shuai Zhou, Tianqing Zhu 외

Transfer learning is an important approach that produces pre-trained teacher models which can be used to quickly build specialized student models. However, recent research on transfer learning has found that it is vulner…

modelTransfer Learning

Label-Only Model Inversion Attacks via Boundary Repulsion

2022-03-03 · CVPR 2022 1 · Mostafa Kahla, Si Chen, Hoang Anh Just, Ruoxi Jia

Recent studies show that the state-of-the-art deep neural networks are vulnerable to model inversion attacks, in which access to a model is abused to reconstruct private training data of any given target class. Existing …

Face Recognitionmodel

GAMIN: An Adversarial Approach to Black-Box Model Inversion

2019-09-26 · Ulrich Aïvodji, Sébastien Gambs, Timon Ther

Recent works have demonstrated that machine learning models are vulnerable to model inversion attacks, which lead to the exposure of sensitive information contained in their training dataset. While some model inversion a…

Breaking the Black-Box: Confidence-Guided Model Inversion Attack for Distribution Shift

2024-02-28 · Xinhao Liu, Yingzhao Jiang, Zetao Lin

Model inversion attacks (MIAs) seek to infer the private training data of a target classifier by generating synthetic images that reflect the characteristics of the target class through querying the model. However, prior…

Generative Adversarial Network