BalancEdit stores edits in a discrete codebook and sets each edit's influence radius from a rephrased positive sample and a black-image negative sample, balancing generality and locality better than prior editing baselines on the new OKEDIT benchmark.
Backdoor in Seconds: Unlocking Vulnerabilities in Large Pre-trained Models via Model Editing
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Large pre-trained models have achieved notable success across a range of downstream tasks. However, recent research shows that a type of adversarial attack ($\textit{i.e.,}$ backdoor attack) can manipulate the behavior of machine learning models through contaminating their training dataset, posing significant threat in the real-world application of large pre-trained model, especially for those customized models. Therefore, addressing the unique challenges for exploring vulnerability of pre-trained models is of paramount importance. Through empirical studies on the capability for performing backdoor attack in large pre-trained models ($\textit{e.g.,}$ ViT), we find the following unique challenges of attacking large pre-trained models: 1) the inability to manipulate or even access large training datasets, and 2) the substantial computational resources required for training or fine-tuning these models. To address these challenges, we establish new standards for an effective and feasible backdoor attack in the context of large pre-trained models. In line with these standards, we introduce our EDT model, an \textbf{E}fficient, \textbf{D}ata-free, \textbf{T}raining-free backdoor attack method. Inspired by model editing techniques, EDT injects an editing-based lightweight codebook into the backdoor of large pre-trained models, which replaces the embedding of the poisoned image with the target image without poisoning the training dataset or training the victim model. Our experiments, conducted across various pre-trained models such as ViT, CLIP, BLIP, and stable diffusion, and on downstream tasks including image classification, image captioning, and image generation, demonstrate the effectiveness of our method. Our code is available in the supplementary material.
fields
cs.AI 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
BalancEdit: Dynamically Balancing the Generality-Locality Trade-off in Multi-modal Model Editing
BalancEdit stores edits in a discrete codebook and sets each edit's influence radius from a rephrased positive sample and a black-image negative sample, balancing generality and locality better than prior editing baselines on the new OKEDIT benchmark.