Natural Multimodal Fusion-Based Human-Robot Interaction: Application With Voice and Deictic Posture via Large Language Model
Yuzhi Lai, Shenghai Yuan, Youssef Nassar, Mingyu Fan, Atmaraaj Gopal, Arihiro Yorita, Naoyuki Kubota, Matthias Rätsch
TL;DR
This work tackles intuitive HRI for elderly care by fusing voice commands with deictic postures to ground object references. It introduces NMM-HRI, a parallel multimodal framework where verbal and gestural cues are translated into object and action intents and then into executable action sequences via an LLM (GPT-4) with safety constraints. Key innovations include open-vocabulary object detection with YOLO-World, deictic POSTURE grounding, and LLM-guided, collision-checked task generation, achieving faster and more robust interactions. The approach is validated on a UR3e manipulator across diverse real-world scenarios, and the code is released as open-source for community use.
Abstract
Translating human intent into robot commands is crucial for the future of service robots in an aging society. Existing Human-Robot Interaction (HRI) systems relying on gestures or verbal commands are impractical for the elderly due to difficulties with complex syntax or sign language. To address the challenge, this paper introduces a multi-modal interaction framework that combines voice and deictic posture information to create a more natural HRI system. The visual cues are first processed by the object detection model to gain a global understanding of the environment, and then bounding boxes are estimated based on depth information. By using a large language model (LLM) with voice-to-text commands and temporally aligned selected bounding boxes, robot action sequences can be generated, while key control syntax constraints are applied to avoid potential LLM hallucination issues. The system is evaluated on real-world tasks with varying levels of complexity using a Universal Robots UR3e manipulator. Our method demonstrates significantly better performance in HRI in terms of accuracy and robustness. To benefit the research community and the general public, we will make our code and design open-source.
