paper-with-me

Papers

Density-aware Sample-specific Attack

2026-05-27 · Qiyuan Wang, Yao Li, Raymond K. W. Wong arxiv

Despite recent progress in backdoor attacks, existing methods remain susceptible to post-training defenses that erase the backdoor through fine-tuning or pruning. We revisit the core objectives of backdoor attacks and derive principled criteria characterizing optimal sample-specific trigger construction under a Bayes-optimal model of the victim's training. Our analysis reveals that both attack success and clean-accuracy preservation are simultaneously optimized when triggered samples are steered into low-density regions of the clean data distribution, a distributional condition that controls all moments of the poisoned distribution at once rather than a handful of input-space summary statistics. We introduce a bilevel optimization framework that estimates density ratios via conditional time-score matching and optimizes a mixture-model objective to place triggered samples in these sparse regions. Extensive evaluations on MNIST, CIFAR-10, GTSRB, and TinyImageNet demonstrate that our method achieves above 99\% attack success rate before defense and retains 50--85 percentage points higher post-defense ASR than the strongest baselines under fine-tuning defenses. Against neuron-pruning defenses, the method exhibits complete immunity, with zero neurons identified for removal across all pruning thresholds. These results expose a fundamental gap in current defense paradigms and underscore the need for defenses that operate beyond the support of the clean distribution.

📄 PDF Abstract BibTeX arXiv:2605.27809

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimization

Similar Papers 제목 키워드 기반

Input-Aware Dynamic Backdoor Attack Against Quantum Neural Networks

2026-07-13 · Junrui Zhang, Zemin Chen, Lusi Li, Mohammad Ghasemigol 외 arxiv

Quantum Neural Networks (QNNs) are a promising framework for quantum machine learning on near-term quantum devices, but their security risks remain insufficiently understood. Studies have shown that QNNs are vulnerable t…

Quantum Machine LearningContrastive Learning

Universal Detection of Backdoor Attacks via Density-based Clustering and Centroids Analysis

2023-01-11 · Wei Guo, Benedetta Tondi, Mauro Barni

We propose a Universal Defence against backdoor attacks based on Clustering and Centroids Analysis (CCA-UD). The goal of the defence is to reveal whether a Deep Neural Network model is subject to a backdoor attack by ins…

Backdoor AttackClustering

Investigating the Adversarial Robustness of Density Estimation Using the Probability Flow ODE

2023-10-10 · Marius Arvinte, Cory Cornelius, Jason Martin, Nageen Himayat

Beyond their impressive sampling capabilities, score-based diffusion models offer a powerful analysis tool in the form of unbiased density estimation of a query sample under the training data distribution. In this work, …

Adversarial RobustnessDensity Estimation

Perturbation Towards Easy Samples Improves Targeted Adversarial Transferability

2024-06-08 · NeurIPS 2023 11 · Junqi Gao, Biqing Qi, Yao Li, Zhichang Guo 외

The transferability of adversarial perturbations provides an effective shortcut for black-box attacks. Targeted perturbations have greater practicality but are more difficult to transfer between models. In this paper, we…

Density Estimation

In Defense of Core-set: A Density-aware Core-set Selection for Active Learning

2022-06-10 · Yeachan Kim, Bonggun Shin

Active learning enables the efficient construction of a labeled dataset by labeling informative samples from an unlabeled dataset. In a real-world active learning scenario, considering the diversity of the selected sampl…

Active LearningDiversity