paper-with-me

Papers

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 can make profits by imitating non-authorized human-created paintings with DMs. Recent researches suggest that various adversarial examples for diffusion models can be effective tools against these copyright infringements. However, current adversarial examples show weakness in transferability over different painting-imitating methods and robustness under straightforward adversarial defense, for example, noise purification. We surprisingly find that the transferability of adversarial examples can be significantly enhanced by exploiting a fused and modified adversarial loss term under consistent parameters. In this work, we comprehensively evaluate the cross-method transferability of adversarial examples. The experimental observation shows that our method generates more transferable adversarial examples with even stronger robustness against the simple adversarial defense.

📄 PDF Abstract BibTeX arXiv:2305.12683

Code (1)

mist-project/mist 공식 구현 pytorch

Tasks

Adversarial Defense

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

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

2023-02-09 · Chumeng Liang, Xiaoyu Wu, Yang Hua, Jiaru Zhang 외

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 add…

VENOM: Text-driven Unrestricted Adversarial Example Generation with Diffusion Models

2025-01-14 · Hui Kuurila-Zhang, Haoyu Chen, Guoying Zhao

Adversarial attacks have proven effective in deceiving machine learning models by subtly altering input images, motivating extensive research in recent years. Traditional methods constrain perturbations within $l_p$-norm…

Evaluating and Enhancing the Robustness of Neural Network-based Dependency Parsing Models with Adversarial Examples

2020-07-01 · ACL 2020 6 · Xiaoqing Zheng, Jiehang Zeng, Yi Zhou, Cho-Jui Hsieh 외

Despite achieving prominent performance on many important tasks, it has been reported that neural networks are vulnerable to adversarial examples. Previously studies along this line mainly focused on semantic tasks such …

Dependency ParsingQuestion AnsweringReading ComprehensionSentence+1

When adversarial examples are excusable

2022-04-25 · Pieter-Jan Kindermans, Charles Staats

Neural networks work remarkably well in practice and theoretically they can be universal approximators. However, they still make mistakes and a specific type of them called adversarial errors seem inexcusable to humans. …

Adversarial Examples that Fool both Computer Vision and Time-Limited Humans

2018-02-22 · NeurIPS 2018 12 · Gamaleldin F. Elsayed, Shreya Shankar, Brian Cheung, Nicolas Papernot 외

Machine learning models are vulnerable to adversarial examples: small changes to images can cause computer vision models to make mistakes such as identifying a school bus as an ostrich. However, it is still an open quest…

BIG-bench Machine LearningOpen-Ended Question Answering