Search papers, labs, and topics across Lattice.
This paper introduces Fast-SDE, a novel single-microphone framework for sound source distance estimation (SDE) that addresses the limitations of multi-microphone systems in terms of hardware synchronization and computational demands. By utilizing a subband-based backbone, Fast-SDE efficiently decomposes the frequency spectrum into manageable subbands, allowing for effective mapping of acoustic features to distance estimates. Extensive simulations and real-world tests validate its performance, showcasing its potential for deployment in resource-constrained robotic platforms.
Fast-SDE achieves accurate sound source distance estimation using just a single microphone, overcoming the limitations of traditional multi-microphone setups.
Sound source distance estimation (SDE) is a critical capability in human-robot interaction. An inappropriate interaction distance not only reduces the reliability of speech acquisition and understanding, but also compromises the naturalness and comfort of the interaction. Most existing SDE methods rely on microphone arrays, however, multi-microphone systems typically require careful hardware synchronization, geometric calibration, and additional space and computational resources, which limits applicability to size-constrained and computability-limited embodied platforms. To alleviate these issues, we propose Fast-SDE, a lightweight single-microphone SDE framework that is suited for deployment on robot platforms with limited computational resources and strict size constraints. Specifically, Fast-SDE employs a subband-based backbone that decomposes the frequency axis into multiple subbands, rather than processing the entire spectrum with a wide full-band backbone. A shared subband encoder then maps each subband to a compact latent representation and learns the relationship between acoustic structure and time-frequency patterns. Finally, a lightweight regression head converts the fused subband representations into the estimated distance. Extensive simulation and real-world experiments demonstrate the merits of the proposed method. To benefit the broader research community, we have open-sourced our code at https://github.com/JiangWAV/FAST-SDE.