Iterative Residual Cross-Attention Mechanism: An Integrated Approach for Audio-Visual Navigation Tasks
Hailong Zhang, Yinfeng Yu, Liejun Wang, Fuchun Sun, Wendong Zheng
TL;DR
The paper tackles audiovisual navigation by replacing traditional modular fusion and GRU-based sequence modeling with an end-to-end Iterative Residual Cross-Attention Module (IRCAM). The proposed IRCAM-AVN unifies feature fusion and temporal modeling via multi-level residual cross-attention, improving bias robustness and stability. Empirical evaluations on Replica and Matterport3D show state-of-the-art improvements across SR, SPL, and SNA, with ablations confirming the importance of the RT, PE, and EN components, and visualizations illustrating deeper cross-modal integration. This approach advances robust, efficient navigation in complex 3D environments and has practical implications for real-world audio-visual embodied agents.
Abstract
Audio-visual navigation represents a significant area of research in which intelligent agents utilize egocentric visual and auditory perceptions to identify audio targets. Conventional navigation methodologies typically adopt a staged modular design, which involves first executing feature fusion, then utilizing Gated Recurrent Unit (GRU) modules for sequence modeling, and finally making decisions through reinforcement learning. While this modular approach has demonstrated effectiveness, it may also lead to redundant information processing and inconsistencies in information transmission between the various modules during the feature fusion and GRU sequence modeling phases. This paper presents IRCAM-AVN (Iterative Residual Cross-Attention Mechanism for Audiovisual Navigation), an end-to-end framework that integrates multimodal information fusion and sequence modeling within a unified IRCAM module, thereby replacing the traditional separate components for fusion and GRU. This innovative mechanism employs a multi-level residual design that concatenates initial multimodal sequences with processed information sequences. This methodological shift progressively optimizes the feature extraction process while reducing model bias and enhancing the model's stability and generalization capabilities. Empirical results indicate that intelligent agents employing the iterative residual cross-attention mechanism exhibit superior navigation performance.
