Search papers, labs, and topics across Lattice.
This paper introduces TAIHRI, a Vision-Language Model (VLM) designed for precise 3D human keypoint localization in close-range Human-Robot Interaction (HRI). TAIHRI quantizes 3D keypoints into a finite interaction space and uses next token prediction to reason about 2D keypoints, enabling metric-scale spatial localization of task-relevant body parts from an egocentric perspective. Experiments on HRI benchmarks demonstrate that TAIHRI achieves improved accuracy in estimating the location of task-critical body parts compared to existing methods.
Robots can now focus on the *right* body parts for interaction, thanks to a new vision-language model that understands human motion commands and precisely localizes task-relevant 3D keypoints.
Accurate 3D human keypoints localization is a critical technology enabling robots to achieve natural and safe physical interaction with users. Conventional 3D human keypoints estimation methods primarily focus on the whole-body reconstruction quality relative to the root joint. However, in practical human-robot interaction (HRI) scenarios, robots are more concerned with the precise metric-scale spatial localization of task-relevant body parts under the egocentric camera 3D coordinate. We propose TAIHRI, the first Vision-Language Model (VLM) tailored for close-range HRI perception, capable of understanding users' motion commands and directing the robot's attention to the most task-relevant keypoints. By quantizing 3D keypoints into a finite interaction space, TAIHRI precisely localize the 3D spatial coordinates of critical body parts by 2D keypoint reasoning via next token prediction, and seamlessly adapt to downstream tasks such as natural language control or global space human mesh recovery. Experiments on egocentric interaction benchmarks demonstrate that TAIHRI achieves superior estimation accuracy for task-critical body parts. We believe TAIHRI opens new research avenues in the field of embodied human-robot interaction. Code is available at: https://github.com/Tencent/TAIHRI.