Cross-Modal Binary Attention: An Energy-Efficient Fusion Framework for Audio-Visual Learning
Mohamed Saleh, Zahra Ahmadi
TL;DR
The paper tackles the challenge of energy efficient, scalable cross modal fusion for audio visual data by introducing CMQKA, a cross modal Query-Key attention mechanism that achieves linear $O(N)$ complexity using binary spike operations. Built on CMQKA, the SNNergy framework implements a three stage hierarchical spiking transformer with a SPDS downsampling module, enabling multi scale cross modal interaction while preserving modality specific discriminative power through residual fusion. Empirical results on AVE, CREMA-D, and UrbanSound8K-AV demonstrate state of the art performance among SNN baselines and substantial efficiency benefits, validating linear complexity cross modal attention for hierarchical multimodal learning. The work highlights practical potential for real time edge deployment on neuromorphic hardware, offering a path toward energy efficient, high accuracy audio visual intelligence in resource constrained environments.
Abstract
Effective multimodal fusion requires mechanisms that can capture complex cross-modal dependencies while remaining computationally scalable for real-world deployment. Existing audio-visual fusion approaches face a fundamental trade-off: attention-based methods effectively model cross-modal relationships but incur quadratic computational complexity that prevents hierarchical, multi-scale architectures, while efficient fusion strategies rely on simplistic concatenation that fails to extract complementary cross-modal information. We introduce CMQKA, a novel cross-modal fusion mechanism that achieves linear O(N) complexity through efficient binary operations, enabling scalable hierarchical fusion previously infeasible with conventional attention. CMQKA employs bidirectional cross-modal Query-Key attention to extract complementary spatiotemporal features and uses learnable residual fusion to preserve modality-specific characteristics while enriching representations with cross-modal information. Building upon CMQKA, we present SNNergy, an energy-efficient multimodal fusion framework with a hierarchical architecture that processes inputs through progressively decreasing spatial resolutions and increasing semantic abstraction. This multi-scale fusion capability allows the framework to capture both local patterns and global context across modalities. Implemented with event-driven binary spike operations, SNNergy achieves remarkable energy efficiency while maintaining fusion effectiveness and establishing new state-of-the-art results on challenging audio-visual benchmarks, including CREMA-D, AVE, and UrbanSound8K-AV, significantly outperforming existing multimodal fusion baselines. Our framework advances multimodal fusion by introducing a scalable fusion mechanism that enables hierarchical cross-modal integration with practical energy efficiency for real-world audio-visual intelligence systems.
