NeFut Logo NeFut
Admin Login

[CS.AI] Enhancing Anti-Spoofing: Self-Supervised Speech Models with Mixture-of-Experts

Published at: 2026-06-16 22:00 Last updated: 2026-06-17 01:38
#algorithm #AI #Machine Learning

Abstract

Recent advances in speech generation have significantly improved the naturalness of synthetic speech, making spoofing detection increasingly challenging. A key limitation of current anti-spoofing systems is their limited robustness to unseen synthesis methods. In this work, we transform a self-supervised speech representation model into a Mixture-of-Experts (MoE) architecture to improve generalization.

Feed-forward blocks in selected encoder layers are replaced by multiple expert networks controlled by a layer-wise gating mechanism, allowing experts to capture complementary acoustic patterns while preserving the representations learned during self-supervised pretraining.

We further analyze the architectural choices affecting the performance of this MoE conversion and investigate the activation behavior of the experts. The proposed approach is evaluated on 14 spoofing datasets and reduces the macro EER from 5.46% to 4.81%, corresponding to an 11.9% relative improvement over the baseline.

Blogger's Review: This paper effectively demonstrates how to enhance the performance of anti-spoofing systems when confronted with new synthetic speech challenges by integrating self-supervised learning with a Mixture-of-Experts architecture, providing significant practical value and research implications.

Original Source: https://arxiv.org/abs/2606.14639

[h] Back to Home