paper-with-me

홈 › Papers

Capacity Overflow: A Blind Spot for Backdoor Attacks in Vision MoE

2026-08-26 · Xiaocheng Zou, Tiancheng Zheng, Xiaolin Xu, Ruyi Ding arxiv

Mixture-of-Experts (MoE) has become a prevalent paradigm for scaling Vision Transformers efficiently. To ensure computational scalability and prevent expert overload, Vision MoE architectures employ a capacity-bounded token dispatch mechanism, where each expert's processing budget depends on the inference batch size. This work identifies this batch-dependent behavior as an overlooked attack surface, and proposes a stealthy supply-chain backdoor attack that exploits this property through a three-phase framework. First, we inject a backdoor into an early MoE layer. Second, we train a neutralizer in a deeper MoE layer that suppresses the backdoor under normal capacity. Third, we configure a batch-adaptive capacity factor that preserves high capacity for small batches while reducing it for large batches, naturally disabling the neutralizer via token overflow at deployment-scale batch sizes. The attack remains in dormant mode during small-batch security audits and enters activation mode during large-batch deployment. Experiments on V-MoE and Swin-MoE across ImageNet-100 and GTSRB demonstrate activation-mode attack success rates of 76-87% with dormant-mode ASR below 9%, while evading Neural Cleanse, STRIP, Fine-Pruning, and Activation Clustering. Our findings reveal a fundamental security risk arising from batch-dependent execution in scalable Vision MoE architectures.

📄 PDF Abstract BibTeX arXiv:2608.25371

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SteganoBackdoor: Stealthy and Data-Efficient Backdoor Attacks on Language Models

2025-11-18 · Eric Xue, Ruiyi Zhang, Pengtao Xie arxiv

Modern language models remain vulnerable to backdoor attacks via poisoned data, where training inputs containing a trigger are paired with a target output, causing the model to reproduce that behavior whenever the trigge…

Towards Backdoor Stealthiness in Model Parameter Space

2025-01-10 · Xiaoyun Xu, Zhuoran Liu, Stefanos Koffas, Stjepan Picek

Recent research on backdoor stealthiness focuses mainly on indistinguishable triggers in input space and inseparable backdoor representations in feature space, aiming to circumvent backdoor defenses that examine these re…

backdoor defensemodel

Bias Busters: Robustifying DL-based Lithographic Hotspot Detectors Against Backdooring Attacks

2020-04-26 · Kang Liu, Benjamin Tan, Gaurav Rajavendra Reddy, Siddharth Garg 외

Deep learning (DL) offers potential improvements throughout the CAD tool-flow, one promising application being lithographic hotspot detection. However, DL techniques have been shown to be especially vulnerable to inferen…

Data Augmentation

Beware Untrusted Simulators -- Reward-Free Backdoor Attacks in Reinforcement Learning

2026-02-04 · Ethan Rathbun, Wo Wei Lin, Alina Oprea, Christopher Amato arxiv

Simulated environments are a key piece in the success of Reinforcement Learning (RL), allowing practitioners and researchers to train decision making agents without running expensive experiments on real hardware. Simulat…

Reinforcement LearningDecision Making

Persistent Backdoor Attacks in Continual Learning

2024-09-20 · Zhen Guo, Abhinav Kumar, Reza Tourani

Backdoor attacks pose a significant threat to neural networks, enabling adversaries to manipulate model outputs on specific inputs, often with devastating consequences, especially in critical applications. While backdoor…

Continual Learning