NVP-HRI: Zero Shot Natural Voice and Posture-based Human-Robot Interaction via Large Language Model
Yuzhi Lai, Shenghai Yuan, Youssef Nassar, Mingyu Fan, Thomas Weber, Matthias Rätsch
TL;DR
NVP-HRI proposes a zero-shot, multi-modal HRI framework that fuses natural voice and deictic posture to interact with unknown objects. It integrates the Segment Anything Model (SAM) for zero-shot object representation with a constrained large language model (GPT-4-turbo) to generate collision-free action sequences, aided by a cross-check using swept-volume reasoning. The system demonstrates up to 59.2%–65.2% reductions in interaction time compared with gesture-, NLP-, and VLM-based baselines, and reports strong user acceptance, including >97% preference in wide-field surveys. This approach offers practical benefits for elderly and healthcare robotics by removing the need for memorized gestures and enabling robust interaction with novel objects, with code and methodology to be open-sourced.
Abstract
Effective Human-Robot Interaction (HRI) is crucial for future service robots in aging societies. Existing solutions are biased toward only well-trained objects, creating a gap when dealing with new objects. Currently, HRI systems using predefined gestures or language tokens for pretrained objects pose challenges for all individuals, especially elderly ones. These challenges include difficulties in recalling commands, memorizing hand gestures, and learning new names. This paper introduces NVP-HRI, an intuitive multi-modal HRI paradigm that combines voice commands and deictic posture. NVP-HRI utilizes the Segment Anything Model (SAM) to analyze visual cues and depth data, enabling precise structural object representation. Through a pre-trained SAM network, NVP-HRI allows interaction with new objects via zero-shot prediction, even without prior knowledge. NVP-HRI also integrates with a large language model (LLM) for multimodal commands, coordinating them with object selection and scene distribution in real time for collision-free trajectory solutions. We also regulate the action sequence with the essential control syntax to reduce LLM hallucination risks. The evaluation of diverse real-world tasks using a Universal Robot showcased up to 59.2\% efficiency improvement over traditional gesture control, as illustrated in the video https://youtu.be/EbC7al2wiAc. Our code and design will be openly available at https://github.com/laiyuzhi/NVP-HRI.git.
