paper-with-me

홈 › Papers

Efficient Transfer Learning in Diffusion Models via Adversarial Noise

2023-08-23 · Xiyu Wang, Baijiong Lin, Daochang Liu, Chang Xu

Diffusion Probabilistic Models (DPMs) have demonstrated substantial promise in image generation tasks but heavily rely on the availability of large amounts of training data. Previous works, like GANs, have tackled the limited data problem by transferring pre-trained models learned with sufficient data. However, those methods are hard to be utilized in DPMs since the distinct differences between DPM-based and GAN-based methods, showing in the unique iterative denoising process integral and the need for many timesteps with no-targeted noise in DPMs. In this paper, we propose a novel DPMs-based transfer learning method, TAN, to address the limited data problem. It includes two strategies: similarity-guided training, which boosts transfer with a classifier, and adversarial noise selection which adaptive chooses targeted noise based on the input image. Extensive experiments in the context of few-shot image generation tasks demonstrate that our method is not only efficient but also excels in terms of image quality and diversity when compared to existing GAN-based and DDPM-based methods.

📄 PDF Abstract BibTeX arXiv:2308.11948

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingDiversityImage GenerationTransfer Learning

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

Adversarial Defense

TRAIL: Transferable Robust Adversarial Images via Latent diffusion

2025-05-22 · Yuhao Xue, Zhifei Zhang, Xinyang Jiang, Yifei Shen 외

Adversarial attacks exploiting unrestricted natural perturbations present severe security risks to deep learning systems, yet their transferability across models remains limited due to distribution mismatches between gen…

DenoisingTest-time Adaptation

Towards more transferable adversarial attack in black-box manner

2025-05-23 · Chun Tong Lei, Zhongliang Guo, Hon Chung Lee, Minh Quoc Duong 외

Adversarial attacks have become a well-explored domain, frequently serving as evaluation baselines for model robustness. Among these, black-box attacks based on transferability have received significant attention due to …

Adversarial AttackAdversarial PurificationDenoisingInductive Bias+1

DiffusionGuard: A Robust Defense Against Malicious Diffusion-based Image Editing

2024-10-08 · June Suk Choi, Kyungmin Lee, Jongheon Jeong, Saining Xie 외

Recent advances in diffusion models have introduced a new era of text-guided image manipulation, enabling users to create realistic edited images with simple textual prompts. However, there is significant concern about t…

Image Manipulation

Instruct2Attack: Language-Guided Semantic Adversarial Attacks

2023-11-27 · Jiang Liu, Chen Wei, Yuxiang Guo, Heng Yu 외

We propose Instruct2Attack (I2A), a language-guided semantic attack that generates semantically meaningful perturbations according to free-form language instructions. We make use of state-of-the-art latent diffusion mode…