paper-with-me

홈 › Papers

The Devil's Advocate: Shattering the Illusion of Unexploitable Data using Diffusion Models

2023-03-15 · Hadi M. Dolatabadi, Sarah Erfani, Christopher Leckie

Protecting personal data against exploitation of machine learning models is crucial. Recently, availability attacks have shown great promise to provide an extra layer of protection against the unauthorized use of data to train neural networks. These methods aim to add imperceptible noise to clean data so that the neural networks cannot extract meaningful patterns from the protected data, claiming that they can make personal data "unexploitable." This paper provides a strong countermeasure against such approaches, showing that unexploitable data might only be an illusion. In particular, we leverage the power of diffusion models and show that a carefully designed denoising process can counteract the effectiveness of the data-protecting perturbations. We rigorously analyze our algorithm, and theoretically prove that the amount of required denoising is directly related to the magnitude of the data-protecting perturbations. Our approach, called AVATAR, delivers state-of-the-art performance against a suite of recent availability attacks in various scenarios, outperforming adversarial training even under distribution mismatch between the diffusion model and the protected data. Our findings call for more research into making personal data unexploitable, showing that this goal is far from over. Our implementation is available at this repository: https://github.com/hmdolatabadi/AVATAR.

📄 PDF Abstract BibTeX arXiv:2303.08500

Code (1)

hmdolatabadi/avatar 공식 구현 pytorch

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Don't Just Translate, Agitate: Using Large Language Models as Devil's Advocates for AI Explanations

2025-04-16 · Ashley Suh, Kenneth Alperin, Harry Li, Steven R Gomez

This position paper highlights a growing trend in Explainable AI (XAI) research where Large Language Models (LLMs) are used to translate outputs from explainability techniques, like feature-attribution weights, into a na…

Learning to Generate Cross-Task Unexploitable Examples

2025-12-15 · Haoxuan Qu, Qiuchi Xiang, Yujun Cai, Yirui Wu 외 arxiv

Unexploitable example generation aims to transform personal images into their unexploitable (unlearnable) versions before they are uploaded online, thereby preventing unauthorized exploitation of online personal images. …

Devil’s Advocate: Novel Boosting Ensemble Method from Psychological Findings for Text Classification

2021-11-01 · Findings (EMNLP) 2021 11 · Hwiyeol Jo, Jaeseo Lim, Byoung-Tak Zhang

We present a new form of ensemble method–Devil’s Advocate, which uses a deliberately dissenting model to force other submodels within the ensemble to better collaborate. Our method consists of two different training sett…

text-classificationText Classification

DEBATE: Devil's Advocate-Based Assessment and Text Evaluation

2024-05-16 · Alex Kim, Keonwoo Kim, Sangwon Yoon

As natural language generation (NLG) models have become prevalent, systematically assessing the quality of machine-generated texts has become increasingly important. Recent studies introduce LLM-based evaluators that ope…

nlg evaluationText Generation

Meta-Learning Approaches for a One-Shot Collective-Decision Aggregation: Correctly Choosing how to Choose Correctly

2022-04-03 · Hilla Shinitzky, Yuval Shahar, Ortal Parpara, Michal Ezrets 외

Aggregating successfully the choices regarding a given decision problem made by the multiple collective members into a single solution is essential for exploiting the collective's intelligence and for effective crowdsour…

Decision MakingFeature EngineeringMeta-Learning