paper-with-me

홈 › Papers

Towards Adversarial Robustness of Model-Level Mixture-of-Experts Architectures for Semantic Segmentation

2024-12-16 · Svetlana Pavlitska, Enrico Eisen, J. Marius Zöllner

Vulnerability to adversarial attacks is a well-known deficiency of deep neural networks. Larger networks are generally more robust, and ensembling is one method to increase adversarial robustness: each model's weaknesses are compensated by the strengths of others. While an ensemble uses a deterministic rule to combine model outputs, a mixture of experts (MoE) includes an additional learnable gating component that predicts weights for the outputs of the expert models, thus determining their contributions to the final prediction. MoEs have been shown to outperform ensembles on specific tasks, yet their susceptibility to adversarial attacks has not been studied yet. In this work, we evaluate the adversarial vulnerability of MoEs for semantic segmentation of urban and highway traffic scenes. We show that MoEs are, in most cases, more robust to per-instance and universal white-box adversarial attacks and can better withstand transfer attacks. Our code is available at \url{https://github.com/KASTEL-MobilityLab/mixtures-of-experts/}.

📄 PDF Abstract BibTeX arXiv:2412.11608

Code (1)

kastel-mobilitylab/mixtures-of-experts 공식 구현 pytorch

Tasks

Adversarial RobustnessMixture-of-ExpertsSemantic Segmentation

Similar Papers 제목 키워드 기반

Robust Experts: the Effect of Adversarial Training on CNNs with Sparse Mixture-of-Experts Layers

2025-09-05 · Svetlana Pavlitska, Haixi Fan, Konstantin Ditschuneit, J. Marius Zöllner arxiv

Robustifying convolutional neural networks (CNNs) against adversarial attacks remains challenging and often requires resource-intensive countermeasures. We explore the use of sparse mixture-of-experts (MoE) layers to imp…

Exposing and Defending the Achilles' Heel of Video Mixture-of-Experts

2026-02-01 · Songping Wang, Qinglong Liu, Yueming Lyu, Ning Li 외 arxiv

Mixture-of-Experts (MoE) has demonstrated strong performance in video understanding tasks, yet its adversarial robustness remains underexplored. Existing attack methods often treat MoE as a unified architecture, overlook…

Adversarial Robustness

Robust Mixture-of-Expert Training for Convolutional Neural Networks

2023-08-19 · ICCV 2023 1 · Yihua Zhang, Ruisi Cai, Tianlong Chen, Guanhua Zhang 외

Sparsely-gated Mixture of Expert (MoE), an emerging deep model architecture, has demonstrated a great promise to enable high-accuracy and ultra-efficient model inference. Despite the growing popularity of MoE, little wor…

Adversarial Robustness

RoME: Robust Mixture of Low-Rank Experts against Multiple Adversarial Perturbations

2026-07-07 · Woo Jae Kim, Kyle Min, Suhyeon Ha, Joonsung Jeon 외 arxiv

Multi-perturbation adversarial training (MAT) aims to achieve robustness against multiple $\ell_p$ perturbations but suffers from robustness trade-offs between different threats. To address this, we employ a mixture of e…

RouteHijack: Routing-Aware Attack on Mixture-of-Experts LLMs

2026-05-01 · Zhiyuan Xu, Joseph Gardiner, Sana Belguith, Lichao Wu arxiv

Safety alignment is critical for the responsible deployment of large language models (LLMs). As Mixture-of-Experts (MoE) architectures are increasingly adopted to scale model capacity, understanding their safety robustne…