paper-with-me

Papers

FreezeAsGuard: Mitigating Illegal Adaptation of Diffusion Models via Selective Tensor Freezing

2024-05-24 · Kai Huang, Haoming Wang, Wei Gao

Text-to-image diffusion models can be fine-tuned in custom domains to adapt to specific user preferences, but such adaptability has also been utilized for illegal purposes, such as forging public figures' portraits, duplicating copyrighted artworks and generating explicit contents. Existing work focused on detecting the illegally generated contents, but cannot prevent or mitigate illegal adaptations of diffusion models. Other schemes of model unlearning and reinitialization, similarly, cannot prevent users from relearning the knowledge of illegal model adaptation with custom data. In this paper, we present FreezeAsGuard, a new technique that addresses these limitations and enables irreversible mitigation of illegal adaptations of diffusion models. Our approach is that the model publisher selectively freezes tensors in pre-trained diffusion models that are critical to illegal model adaptations, to mitigate the fine-tuned model's representation power in illegal adaptations, but minimize the impact on other legal adaptations. Experiment results in multiple text-to-image application domains show that FreezeAsGuard provides 37% stronger power in mitigating illegal model adaptations compared to competitive baselines, while incurring less than 5% impact on legal model adaptations. The source code is available at: https://github.com/pittisl/FreezeAsGuard.

📄 PDF Abstract BibTeX arXiv:2405.17472

Code (1)

pittisl/freezeasguard 공식 구현 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 제목 키워드 기반

DiffuseTrace: A Transparent and Flexible Watermarking Scheme for Latent Diffusion Model

2024-05-04 · Liangqi Lei, Keke Gai, Jing Yu, Liehuang Zhu

Latent Diffusion Models (LDMs) enable a wide range of applications but raise ethical concerns regarding illegal utilization. Adding watermarks to generative model outputs is a vital technique employed for copyright track…

Source-Prior-Driven Selective Adaptation for Efficient Diffusion Model Finetuning

2026-07-23 · Yi Xiong, Yuan-Yuan Cheng, Xiao-Ming Fu arxiv

Fine-tuning large diffusion models for new domains or styles involves a trade-off: improving target-specific generation often degrades the pretrained model's broad generative capability. Existing full and parameter-effic…

parameter-efficient fine-tuning

Parameter-Selective Continual Test-Time Adaptation

2024-07-02 · Jiaxu Tian, Fan Lyu

Continual Test-Time Adaptation (CTTA) aims to adapt a pretrained model to ever-changing environments during the test time under continuous domain shifts. Most existing CTTA approaches are based on the Mean Teacher (MT) s…

Test-time Adaptation

Bi-Erasing: A Bidirectional Framework for Concept Removal in Diffusion Models

2025-12-15 · Hao Chen, Yiwei Wang, Songze Li arxiv

Concept erasure, which fine-tunes diffusion models to remove undesired or harmful visual concepts, has become a mainstream approach to mitigating unsafe or illegal image generation in text-to-image models.However, existi…

Image Generation

Target-Guided Selective Reweighting for Physics-Informed Neural Network Inverse Problems: A Transfer Learning Approach

2026-07-06 · Qian Hu, Bin Fan, Yao Xiao, Zhicheng Lin 외 arxiv

Physics-informed neural networks (PINNs) encounter ill-posed optimization, loss competition, and parameter compensation in partial differential equation (PDE) inverse problems. Transfer learning can reuse representations…

Transfer Learning