LADDER: Multi-objective Backdoor Attack via Evolutionary Algorithm
Dazhuang Liu, Yanqi Qiao, Rui Wang, Kaitai Liang, Georgios Smaragdakis
TL;DR
LADDER reframes backdoor trigger design in black-box CNNs as a multi-objective optimization problem over $O_1$ (attack effectiveness), $O_2$ (spectral perturbation magnitude), and $O_3$ (dual-domain spectral robustness). It employs a gradient-free MOEA (NSGA-II style) with non-dominated sorting and a preference-based selection to evolve triggers in the low-frequency spectral domain, achieving simultaneous stealthiness in both spatial and spectral domains and robustness to preprocessing. By using a heterogeneous surrogate model for evaluation, LADDER avoids gradients from the victim model yet maintains high ASR ($>99\\%$) with minimal ACC loss and strong defense resilience across five datasets. The work provides a concrete, scalable approach to multi-objective trigger design and highlights the need for defenses that monitor spectral-domain anomalies to mitigate dual-domain backdoors.
Abstract
Current black-box backdoor attacks in convolutional neural networks formulate attack objective(s) as single-objective optimization problems in single domain. Designing triggers in single domain harms semantics and trigger robustness as well as introduces visual and spectral anomaly. This work proposes a multi-objective black-box backdoor attack in dual domains via evolutionary algorithm (LADDER), the first instance of achieving multiple attack objectives simultaneously by optimizing triggers without requiring prior knowledge about victim model. In particular, we formulate LADDER as a multi-objective optimization problem (MOP) and solve it via multi-objective evolutionary algorithm (MOEA). MOEA maintains a population of triggers with trade-offs among attack objectives and uses non-dominated sort to drive triggers toward optimal solutions. We further apply preference-based selection to MOEA to exclude impractical triggers. We state that LADDER investigates a new dual-domain perspective for trigger stealthiness by minimizing the anomaly between clean and poisoned samples in the spectral domain. Lastly, the robustness against preprocessing operations is achieved by pushing triggers to low-frequency regions. Extensive experiments comprehensively showcase that LADDER achieves attack effectiveness of at least 99%, attack robustness with 90.23% (50.09% higher than state-of-the-art attacks on average), superior natural stealthiness (1.12x to 196.74x improvement) and excellent spectral stealthiness (8.45x enhancement) as compared to current stealthy attacks by the average $l_2$-norm across 5 public datasets.
