paper-with-me

홈 › Papers

MetaCloak-JPEG: JPEG-Robust Adversarial Perturbation for Preventing Unauthorized DreamBooth-Based Deepfake Generation

2026-04-20 · Tanjim Rahaman Fardin, S M Zunaid Alam, Mahadi Hasan Fahim, Md Faysal Mahfuz arxiv

The rapid progress of subject-driven text-to-image synthesis, and in particular DreamBooth, has enabled a consent-free deepfake pipeline: an adversary needs only 4-8 publicly available face images to fine-tune a personalized diffusion model and produce photorealistic harmful content. Current adversarial face-protection systems -- PhotoGuard, Anti-DreamBooth, and MetaCloak -- perturb user images to disrupt surrogate fine-tuning, but all share a structural blindness: none backpropagates gradients through the JPEG compression pipeline that every major social-media platform applies before adversary access. Because JPEG quantization relies on round(), whose derivative is zero almost everywhere, adversarial energy concentrates in high-frequency DCT bands that JPEG discards, eliminating 60-80% of the protective signal. We introduce MetaCloak-JPEG, which closes this gap by inserting a Differentiable JPEG (DiffJPEG) layer built on the Straight-Through Estimator (STE): the forward pass applies standard JPEG compression, while the backward pass replaces round() with the identity. DiffJPEG is embedded in a JPEG-aware EOT distribution (~70% of augmentations include DiffJPEG) and a curriculum quality-factor schedule (QF: 95 to 50) inside a bilevel meta-learning loop. Under an l-inf perturbation budget of eps=8/255, MetaCloak-JPEG attains 32.7 dB PSNR, a 91.3% JPEG survival rate, and outperforms PhotoGuard on all 9 evaluated JPEG quality factors (9/9 wins, mean denoising-loss gain +0.125) within a 4.1 GB training-memory budget.

📄 PDF Abstract BibTeX arXiv:2604.18537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

JPEG Compressed Images Can Bypass Protections Against AI Editing

2023-04-05 · Pedro Sandoval-Segura, Jonas Geiping, Tom Goldstein

Recently developed text-to-image diffusion models make it easy to edit or create high-quality images. Their ease of use has raised concerns about the potential for malicious editing or deepfake creation. Imperceptible pe…

Face Swapping

Improving the JPEG-resistance of Adversarial Attacks on Face Recognition by Interpolation Smoothing

2024-02-26 · Kefu Guo, Fengfan Zhou, Hefei Ling, Ping Li 외

JPEG compression can significantly impair the performance of adversarial face examples, which previous adversarial attacks on face recognition (FR) have not adequately addressed. Considering this challenge, we propose a …

Adversarial AttackFace Recognition

Keeping the Bad Guys Out: Protecting and Vaccinating Deep Learning with JPEG Compression

2017-05-08 · Nilaksh Das, Madhuri Shanbhogue, Shang-Tse Chen, Fred Hohman 외

Deep neural networks (DNNs) have achieved great success in solving a variety of machine learning (ML) problems, especially in the domain of image recognition. However, recent research showed that DNNs can be highly vulne…

JPEG-resistant Adversarial Images

2017-12-08 · NIPS 2017 Workshop on Machine Learning and Computer Security 2017 12 · Richard Shin, Dawn Song

Several papers have explored the use of JPEG compression as a defense against adversarial images. In this work, we show that we can generate adversarial images which survive JPEG compression, by including a differentiabl…

The Effects of JPEG and JPEG2000 Compression on Attacks using Adversarial Examples

2018-03-28 · Ayse Elvan Aydemir, Alptekin Temizel, Tugba Taskaya Temizel

Adversarial examples are known to have a negative effect on the performance of classifiers which have otherwise good performance on undisturbed images. These examples are generated by adding non-random noise to the testi…

BlockingImage Compression