LGDec 23, 2025

Defending against adversarial attacks using mixture of experts

arXiv:2512.20821v1h-index: 30
Originality Incremental advance
AI Analysis

This addresses the vulnerability of ML models to adversarial threats, which is a critical security issue for AI applications, but the approach appears incremental as it builds on existing adversarial training and mixture-of-experts methods.

The paper tackles the problem of adversarial attacks on machine learning models by proposing a defense system that integrates adversarial training within a mixture-of-experts architecture, resulting in outperforming state-of-the-art defense systems and plain classifiers with more complex architectures.

Machine learning is a powerful tool enabling full automation of a huge number of tasks without explicit programming. Despite recent progress of machine learning in different domains, these models have shown vulnerabilities when they are exposed to adversarial threats. Adversarial threats aim to hinder the machine learning models from satisfying their objectives. They can create adversarial perturbations, which are imperceptible to humans' eyes but have the ability to cause misclassification during inference. Moreover, they can poison the training data to harm the model's performance or they can query the model to steal its sensitive information. In this paper, we propose a defense system, which devises an adversarial training module within mixture-of-experts architecture to enhance its robustness against adversarial threats. In our proposed defense system, we use nine pre-trained experts with ResNet-18 as their backbone. During end-to-end training, the parameters of expert models and gating mechanism are jointly updated allowing further optimization of the experts. Our proposed defense system outperforms state-of-the-art defense systems and plain classifiers, which use a more complex architecture than our model's backbone.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes