Residual Cross-Modal Fusion Networks for Audio-Visual Navigation
Yi Wang, Yinfeng Yu, Bin Ren
TL;DR
The paper tackles audio-visual navigation by addressing cross-modal fusion weaknesses that cause modal imbalance and poor cross-domain generalization. It introduces the Cross-Modal Residual Fusion Network (CRFN), which enforces bidirectional residual interactions between visual and audio streams and couples them with a lightweight Fusion Controller that uses learnable residual scaling factors $\beta_v$ and $\beta_a$ to adaptively regulate modality contributions. The interaction vector $h_{interact}$, computed as $\frac{1}{2}(U_v(v_t) + U_a(a_t))$, enables fine-grained reciprocal refinement while preserving modality independence, with normalization and tanh activation for stability. Empirical results on Replica and Matterport3D show CRFN outperforms baselines and generalizes across domains, and analysis reveals a dynamic modality-dependence phenomenon: visual dominance in synthetic environments and cross-modal complementarity in real-world scenes, offering new insights into multimodal collaboration in embodied agents.
Abstract
Audio-visual embodied navigation aims to enable an agent to autonomously localize and reach a sound source in unseen 3D environments by leveraging auditory cues. The key challenge of this task lies in effectively modeling the interaction between heterogeneous features during multimodal fusion, so as to avoid single-modality dominance or information degradation, particularly in cross-domain scenarios. To address this, we propose a Cross-Modal Residual Fusion Network, which introduces bidirectional residual interactions between audio and visual streams to achieve complementary modeling and fine-grained alignment, while maintaining the independence of their representations. Unlike conventional methods that rely on simple concatenation or attention gating, CRFN explicitly models cross-modal interactions via residual connections and incorporates stabilization techniques to improve convergence and robustness. Experiments on the Replica and Matterport3D datasets demonstrate that CRFN significantly outperforms state-of-the-art fusion baselines and achieves stronger cross-domain generalization. Notably, our experiments also reveal that agents exhibit differentiated modality dependence across different datasets. The discovery of this phenomenon provides a new perspective for understanding the cross-modal collaboration mechanism of embodied agents.
