paper-with-me

Papers

Adversarial Example Does Good: Preventing Painting Imitation from Diffusion Models via Adversarial Examples

2023-02-09 · Chumeng Liang, Xiaoyu Wu, Yang Hua, Jiaru Zhang, Yiming Xue, Tao Song, Zhengui Xue, Ruhui Ma, Haibing Guan

Recently, Diffusion Models (DMs) boost a wave in AI for Art yet raise new copyright concerns, where infringers benefit from using unauthorized paintings to train DMs to generate novel paintings in a similar style. To address these emerging copyright violations, in this paper, we are the first to explore and propose to utilize adversarial examples for DMs to protect human-created artworks. Specifically, we first build a theoretical framework to define and evaluate the adversarial examples for DMs. Then, based on this framework, we design a novel algorithm, named AdvDM, which exploits a Monte-Carlo estimation of adversarial examples for DMs by optimizing upon different latent variables sampled from the reverse process of DMs. Extensive experiments show that the generated adversarial examples can effectively hinder DMs from extracting their features. Therefore, our method can be a powerful tool for human artists to protect their copyright against infringers equipped with DM-based AI-for-Art applications. The code of our method is available on GitHub: https://github.com/mist-project/mist.git.

📄 PDF Abstract BibTeX arXiv:2302.04578

Code (2)

mist-project/mist 공식 구현 pytorch
zhengyuezhao/gridpure pytorch

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 제목 키워드 기반

Capture the Bot: Using Adversarial Examples to Improve CAPTCHA Robustness to Bot Attacks

2020-10-30 · Dorjan Hitaj, Briland Hitaj, Sushil Jajodia, Luigi V. Mancini

To this date, CAPTCHAs have served as the first line of defense preventing unauthorized access by (malicious) bots to web-based services, while at the same time maintaining a trouble-free experience for human visitors. H…

RGB-D Image Inpainting Using Generative Adversarial Network with a Late Fusion Approach

2021-10-14 · Ryo Fujii, Ryo Hachiuma, Hideo Saito

Diminished reality is a technology that aims to remove objects from video images and fills in the missing region with plausible pixels. Most conventional methods utilize the different cameras that capture the same scene …

Generative Adversarial NetworkImage Inpaintingobject-detectionObject Detection+1

AdvPaint: Protecting Images from Inpainting Manipulation via Adversarial Attention Disruption

2025-03-13 · Joonsung Jeon, Woo Jae Kim, Suhyeon Ha, Sooel Son 외

The outstanding capability of diffusion models in generating high-quality images poses significant threats when misused by adversaries. In particular, we assume malicious adversaries exploiting diffusion models for inpai…

Image Generation

Mist: Towards Improved Adversarial Examples for Diffusion Models

2023-05-22 · Chumeng Liang, Xiaoyu Wu

Diffusion Models (DMs) have empowered great success in artificial-intelligence-generated content, especially in artwork creation, yet raising new concerns in intellectual properties and copyright. For example, infringers…

Adversarial Defense

Immune Defense: A Novel Adversarial Defense Mechanism for Preventing the Generation of Adversarial Examples

2023-03-08 · Jinwei Wang, Hao Wu, Haihua Wang, Jiawei Zhang 외

The vulnerability of Deep Neural Networks (DNNs) to adversarial examples has been confirmed. Existing adversarial defenses primarily aim at preventing adversarial examples from attacking DNNs successfully, rather than pr…

Adversarial Defense