CVDec 17, 2025

GateFusion: Hierarchical Gated Cross-Modal Fusion for Active Speaker Detection

arXiv:2512.15707v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of robustly identifying speakers in unconstrained video scenarios, representing a strong incremental advance over existing methods.

The paper tackles the problem of active speaker detection in videos by introducing GateFusion, a novel architecture that improves cross-modal fusion, achieving state-of-the-art results such as 77.8% mAP (+9.4%) on Ego4D-ASD and 86.1% mAP (+2.9%) on UniTalk.

Active Speaker Detection (ASD) aims to identify who is currently speaking in each frame of a video. Most state-of-the-art approaches rely on late fusion to combine visual and audio features, but late fusion often fails to capture fine-grained cross-modal interactions, which can be critical for robust performance in unconstrained scenarios. In this paper, we introduce GateFusion, a novel architecture that combines strong pretrained unimodal encoders with a Hierarchical Gated Fusion Decoder (HiGate). HiGate enables progressive, multi-depth fusion by adaptively injecting contextual features from one modality into the other at multiple layers of the Transformer backbone, guided by learnable, bimodally-conditioned gates. To further strengthen multimodal learning, we propose two auxiliary objectives: Masked Alignment Loss (MAL) to align unimodal outputs with multimodal predictions, and Over-Positive Penalty (OPP) to suppress spurious video-only activations. GateFusion establishes new state-of-the-art results on several challenging ASD benchmarks, achieving 77.8% mAP (+9.4%), 86.1% mAP (+2.9%), and 96.1% mAP (+0.5%) on Ego4D-ASD, UniTalk, and WASD benchmarks, respectively, and delivering competitive performance on AVA-ActiveSpeaker. Out-of-domain experiments demonstrate the generalization of our model, while comprehensive ablations show the complementary benefits of each component.

Foundations

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

Your Notes