TLDR: This research introduces the first framework using Large Language Models (LLMs) for acoustic gesture recognition in Virtual Reality (VR) and Augmented Reality (AR) systems. By analyzing differential Channel Impulse Response (dCIR) data from inaudible acoustic signals, the system allows users to perform gestures without controllers or cameras. It achieves accuracy comparable to traditional machine learning methods in few-shot settings, without extensive retraining, and uniquely provides human-interpretable reasoning for its classifications, addressing key challenges in VR/AR interaction.
Virtual and augmented reality (VR/AR) systems are becoming increasingly common, moving beyond entertainment into fields like education and healthcare. However, a significant hurdle remains: creating natural, efficient, and private ways for users to interact with these virtual environments. Traditional methods, such as vision-based gesture recognition, often come with high computational costs, are sensitive to lighting, and raise privacy concerns. Controller-based inputs can be cumbersome, and voice commands are not always practical in public settings.
A promising alternative is emerging in the form of acoustic sensing. This technology works by emitting inaudible, high-frequency signals and then capturing their reflections. The way these signals bounce back, known as the channel impulse response (CIR), subtly changes as a user makes gestures, effectively encoding their movements in a low-cost and user-transparent manner. While CIR-based gesture recognition isn’t new, existing methods typically require extensive training on large, labeled datasets, which isn’t ideal for the dynamic, few-shot scenarios common in VR.
Researchers have now introduced a groundbreaking framework that leverages the power of large language models (LLMs) for CIR-based gesture recognition in VR/AR systems. This is the first time LLMs have been applied in this specific context. A key challenge with using LLMs for CIR gestures is that the raw acoustic features can be quite subtle, making few-shot and zero-shot learning difficult.
To overcome this, the researchers made two crucial innovations. First, instead of using original CIR data, they focused on collecting and processing differential CIR (dCIR) data. This differential approach enhances the subtle features, making them more discernible. Second, they built a real-world dataset by having 10 participants perform 15 different gestures—including digits (1-5), letters (A-E), and shapes (circle, diamond, triangle, check mark, cross)—with 10 repetitions for each gesture. This comprehensive dataset allowed for robust testing of their LLM-adopted classifier.
The proposed framework operates by first collecting acoustic signals from a smartphone placed near the user, which continuously emits and receives inaudible signals. These signals are then preprocessed to generate dCIR images. For classification, each dCIR image is converted to grayscale, resized, and flattened into a feature vector. A k-nearest neighbors (kNN) model is then used to retrieve the most similar dCIR images from a training library for each gesture class. Finally, a multimodal prompt, combining the test image, the retrieved similar images, their labels, and textual instructions, is sent to a powerful LLM. The LLM then analyzes these patterns to determine the gesture and provides a step-by-step reasoning for its decision.
Experimental results demonstrated that this LLM-based framework achieved accuracy comparable to classical machine learning baselines like kNN, random forests (RF), and support vector machines (SVM). Crucially, it did so without needing extensive domain-specific retraining, a significant advantage. The LLMs, including Gemini 2.5 Pro, ChatGPT-5, and Claude 4 Sonnet, showed strong capabilities in processing multimodal inputs and matching dCIR patterns to correct labels. Performance was particularly strong for “Shapes” and “Digits” categories, which involve more distinct and structured hand movements, making their dCIR patterns easier for LLMs to interpret. While recognizing “Letters” proved slightly more challenging due to more complex curves, the overall performance was satisfactory.
One of the most significant benefits of integrating LLMs into this system is their ability to generate detailed reasoning for their predictions. This enhances the interpretability of the gesture recognition process for human users, a feature largely absent in traditional machine learning methods. Although a performance gap still exists between LLMs and specialized ML approaches, LLMs are rapidly advancing and closing this gap, with potential for even broader applications through fine-tuning.
Also Read:
- A Novel System for Real-time Human Motion and Gesture Recognition
- AI Uncovers Hidden Subclasses in Time Series Data Using Saliency Maps and LLMs
This research marks a significant step towards more natural, low-cost, and privacy-preserving interactions in VR/AR environments, paving the way for future advancements where users can interact seamlessly through intuitive acoustic gestures. For more in-depth information, you can read the full research paper here.


