DF-MoE: Generalizable Deepfake Detection via Multimodal Sparse Mixture-of-Experts
Authors: Vlad Hondru, Florinel Alin Croitoru, Iuliana Georgescu, A. Sophia Koepke, Radu Tudor Ionescu
Published: 2026-08-24 15:13:08+00:00
Comment: Accepted at BMVC 2026
AI Summary
This paper introduces DF-MoE, a novel audio-visual deepfake detection framework that improves generalization across various deepfake generation methods. It achieves this by extracting a wide array of high-level multimodal cues using frozen pre-trained models and integrating them via a sparse Mixture-of-Experts (MoE) backbone. The framework, combined with a contractive-repulsive objective (CRO) loss, demonstrates superior performance in both in-domain and cross-domain deepfake detection benchmarks.
Abstract
Audio-visual deepfake detection is an actively studied topic, where one of the main challenges is to develop detectors able to generalize across deepfake generation methods. We conjecture that overfitting can be mitigated by extracting multiple high-level cues from the available audio and visual modalities via pre-trained models. We therefore assemble a wide variety of pre-trained models to extract features that encode mouth movements, face parsing, facial expressions, head pose, gaze tracking, heart rate, audio emotion and speech activity. We further integrate both unimodal and multimodal cues via a Mixture-of-Experts (MoE) backbone to detect deepfakes. We perform in-domain and cross-domain experiments on five benchmarks for deepfake detection (MAVOS-DD, AVLips, PolyGlotFake, BioDeepAV, FakeAVCeleb) to compare our framework (DF-MoE) with state-of-the-art methods. Our results indicate that DF-MoE obtains superior deepfake detection results, surpassing all competing methods. We release our code at https://github.com/vladhondru25/DF-MoE.