Search papers, labs, and topics across Lattice.
This paper explores the use of Vision-Language Models (VLMs) for estimating 3D object positions from monocular RGB images in a human-robot interaction setting. The authors fine-tuned a VLM using QLoRA and a custom regression head on a newly collected dataset of 100,000+ images, incorporating robot state and natural language input. The resulting model demonstrates a median MAE of 13mm, a five-fold improvement over a baseline, and achieves interaction-level accuracy in 25% of cases.
VLMs can be fine-tuned to achieve surprisingly accurate 3D object position estimation from a single camera, opening new avenues for intuitive human-robot collaboration.
Pre-trained general-purpose Vision-Language Models (VLM) hold the potential to enhance intuitive human-machine interactions due to their rich world knowledge and 2D object detection capabilities. However, VLMs for 3D coordinates detection tasks are rare. In this work, we investigate interactive abilities of VLMs by returning 3D object positions given a monocular RGB image from a wrist-mounted camera, natural language input, and robot states. We collected and curated a heterogeneous dataset of more than 100,000 images and finetuned a VLM using QLoRA with a custom regression head. By implementing conditional routing, our model maintains its ability to process general visual queries while adding specialized 3D position estimation capabilities. Our results demonstrate robust predictive performance with a median MAE of 13 mm on the test set and a five-fold improvement over a simpler baseline without finetuning. In about 25% of the cases, predictions are within a range considered acceptable for the robot to interact with objects.