paper-with-me

Papers

Exposing Functional Fusion: A New Class of Strategic Backdoor in Dynamic Prompt Architectures

2026-05-19 · Zeyao Liu, Zhendong Zhao, Xiaojun Chen, Xin Zhao, Yuexin Xuan, Xiaoshuang Ji arxiv

Existing ViT backdoor attacks based on backbone-overwriting full-tuning are computationally expensive and inflict performance degradation. This has forced adversaries towards the Visual Parameter-Efficient Fine-Tuning (PEFT) paradigm, dominated by adapter-based (e.g., LoRA) and prompt-based (e.g., VPT) approaches. While adapter security has seen initial study, the risks of the burgeoning prompt-based ecosystem remain critically unexplored. We fill this critical gap, exposing how the evolution of VPT towards dynamic and context-aware architectures can facilitate a far more dangerous and emergent threat. This vulnerability arises even though these dynamic modules unlock superior benign performance. We propose VIPER, an attack framework built on a lightweight, dynamic Visual Prompt Generator (VPG) that demonstrates this vulnerability. Critically, this dynamic architecture enables Functional Fusion: an emergent phenomenon where malicious logic and benign task utility are tightly fused into the same sparse, high-magnitude parameter core. This fusion creates a formidable ``hostage" dilemma, as pruning the attack necessarily destroys the benign performance. Comprehensive evaluations show VIPER effectively addresses the attacker's trilemma: VIPER not only achieves state-of-the-art performance on clean data, but also maintains near-100% ASR even under 90% VPG-module pruning (where LoRA attacks collapse), while adding only an imperceptible 0.06ms (1.16%) of inference latency. VIPER's results, driven by Functional Fusion, expose a new, paradigm-level risk in dynamic prompt architectures.

📄 PDF Abstract BibTeX arXiv:2605.19478

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Unlearn to Relearn Backdoors: Deferred Backdoor Functionality Attacks on Deep Learning Models

2024-11-10 · Jeongjin Shin, Sangdon Park

Deep learning models are vulnerable to backdoor attacks, where adversaries inject malicious functionality during training that activates on trigger inputs at inference time. Extensive research has focused on developing s…

Backdoor Attack

Explanation-Guided Backdoor Poisoning Attacks Against Malware Classifiers

2020-03-02 · Giorgio Severi, Jim Meyer, Scott Coull, Alina Oprea

Training pipelines for machine learning (ML) based malware classification often rely on crowdsourced threat feeds, exposing a natural attack injection point. In this paper, we study the susceptibility of feature-based ML…

BIG-bench Machine LearningGeneral ClassificationMalware Classification

Get Rid Of Your Trail: Remotely Erasing Backdoors in Federated Learning

2023-04-20 · Manaar Alam, Hithem Lamri, Michail Maniatakos

Federated Learning (FL) enables collaborative deep learning training across multiple participants without exposing sensitive personal data. However, the distributed nature of FL and the unvetted participants' data makes …

Federated Learningimage-classificationImage ClassificationMachine Unlearning

Securing Federated Learning against Backdoor Threats with Foundation Model Integration

2024-10-23 · Xiaohuan Bi, Xi Li

Federated Learning (FL) enables decentralized model training while preserving privacy. Recently, the integration of Foundation Models (FMs) into FL has enhanced performance but introduced a novel backdoor attack mechanis…

Backdoor AttackFederated Learning

DEFUSE: Generalizable Backdoor Defense for Self-Supervised Encoders with Generative Priors

2026-08-26 · Tuo Chen, Jie Gui, Minjing Dong, Lanting Fang 외 arxiv

Self-supervised learning (SSL) encoders are vulnerable to backdoor attacks, posing threats to both visual SSL encoders and vision-language encoders. Existing defenses are typically designed for only one of these paradigm…

Self-Supervised Learning