Robust Dual-Modal Speech Keyword Spotting for XR Headsets
Zhuojiang Cai, Yuhan Ma, Feng Lu
TL;DR
The paper tackles robust keyword spotting for XR headsets by fusing vocal speech and ultrasonic echo cues into a dual-modal KWS system. It implements two fusion strategies—reliability-based and MLP-based—on a HoloLens 2-based prototype with lightweight CNNs and an optimized echoic network using FMCW echoes. Through experiments across noisy environments, silent speech, and nearby-speaker interference, the dual-modal approach consistently outperforms single-modal vocal KWS and retains strong performance in silence, expanding practical XR interaction scenarios. The work demonstrates real-time viability, provides ablation studies on model efficiency, and releases open-source code to facilitate adoption and further improvements.
Abstract
While speech interaction finds widespread utility within the Extended Reality (XR) domain, conventional vocal speech keyword spotting systems continue to grapple with formidable challenges, including suboptimal performance in noisy environments, impracticality in situations requiring silence, and susceptibility to inadvertent activations when others speak nearby. These challenges, however, can potentially be surmounted through the cost-effective fusion of voice and lip movement information. Consequently, we propose a novel vocal-echoic dual-modal keyword spotting system designed for XR headsets. We devise two different modal fusion approches and conduct experiments to test the system's performance across diverse scenarios. The results show that our dual-modal system not only consistently outperforms its single-modal counterparts, demonstrating higher precision in both typical and noisy environments, but also excels in accurately identifying silent utterances. Furthermore, we have successfully applied the system in real-time demonstrations, achieving promising results. The code is available at https://github.com/caizhuojiang/VE-KWS.
