paper-with-me

Papers

CopyrightShield: Spatial Similarity Guided Backdoor Defense against Copyright Infringement in Diffusion Models

2024-12-02 · Zhixiang Guo, Siyuan Liang, Aishan Liu, DaCheng Tao

The diffusion model has gained significant attention due to its remarkable data generation ability in fields such as image synthesis. However, its strong memorization and replication abilities with respect to the training data also make it a prime target for copyright infringement attacks. This paper provides an in-depth analysis of the spatial similarity of replication in diffusion model and leverages this key characteristic to design a method for detecting poisoning data. By employing a joint assessment of spatial-level and feature-level information from the detected segments, we effectively identify covertly dispersed poisoned samples. Building upon detected poisoning data, we propose a novel defense method specifically targeting copyright infringement attacks by introducing a protection constraint term into the loss function to mitigate the impact of poisoning. Extensive experimental results demonstrate that our approach achieves an average F1 score of 0.709 in detecting copyright infringement backdoors, resulting in an average increase of 68.1% in First-Attack Epoch (FAE) and an average decrease of 51.4% in Copyright Infringement Rate (CIR) of the poisoned model, effectively defending against copyright infringement. Additionally, we introduce the concept of copyright feature inversion, which aids in determining copyright responsibility and expands the application scenarios of defense strategies.

📄 PDF Abstract BibTeX arXiv:2412.01528

Code (0)

등록된 구현이 없습니다.

Tasks

backdoor defenseImage GenerationMemorization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

CLIP-Guided Backdoor Defense through Entropy-Based Poisoned Dataset Separation

2025-07-07 · Binyan Xu, Fan Yang, Xilin Dai, Di Tang 외

Deep Neural Networks (DNNs) are susceptible to backdoor attacks, where adversaries poison training data to implant backdoor into the victim model. Current backdoor defenses on poisoned data often suffer from high computa…

backdoor defense

SATBA: An Invisible Backdoor Attack Based On Spatial Attention

2023-02-25 · Huasong Zhou, Xiaowei Xu, Xiaodong Wang, Leon Bevan Bullock

Backdoor attack has emerged as a novel and concerning threat to AI security. These attacks involve the training of Deep Neural Network (DNN) on datasets that contain hidden trigger patterns. Although the poisoned model b…

Backdoor Attackbackdoor defenseimage-classificationImage Classification

BadCLIP: Dual-Embedding Guided Backdoor Attack on Multimodal Contrastive Learning

2023-11-20 · CVPR 2024 1 · Siyuan Liang, Mingli Zhu, Aishan Liu, Baoyuan Wu 외

Studying backdoor attacks is valuable for model copyright protection and enhancing defenses. While existing backdoor attacks have successfully infected multimodal contrastive learning models such as CLIP, they can be eas…

Backdoor AttackContrastive Learning

Removing the Trigger, Not the Backdoor: Alternative Triggers and Latent Backdoors

2026-03-10 · Gorka Abad, Ermes Franch, Stefanos Koffas, Stjepan Picek arxiv

Current backdoor defenses assume that neutralizing a known trigger removes the backdoor. We show this trigger-centric view is incomplete: \emph{alternative triggers}, patterns perceptually distinct from training triggers…

Backdoor Defense via Adaptively Splitting Poisoned Dataset

2023-03-23 · CVPR 2023 1 · Kuofeng Gao, Yang Bai, Jindong Gu, Yong Yang 외

Backdoor defenses have been studied to alleviate the threat of deep neural networks (DNNs) being backdoor attacked and thus maliciously altered. Since DNNs usually adopt some external training data from an untrusted thir…

backdoor defense