GateFusion: Hierarchical Gated Cross-Modal Fusion for Active Speaker Detection
Yu Wang, Juhyung Ha, Frangil M. Ramirez, Yuchen Wang, David J. Crandall
TL;DR
GateFusion tackles active speaker detection by implementing Hierarchical Gated Fusion (HiGate) that enables progressive, layer-wise cross-modal injections between audio and visual streams. It leverages strong pretrained encoders (AV-HuBERT for video, Whisper for audio) and augments them with MAL and OPP auxiliary losses to promote unimodal–multimodal alignment and suppress visual false positives. The method achieves state-of-the-art or competitive results across Ego4D-ASD, UniTalk, WASD, and AVA-ActiveSpeaker, and demonstrates strong out-of-domain generalization. Ablations confirm that HiGate together with MAL and OPP yields robust performance, with four strategically chosen fusion layers offering the best trade-off between accuracy and efficiency, indicating the broad applicability of hierarchical gated fusion for multimodal understanding.
Abstract
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.
