ZeroKey: Point-Level Reasoning and Zero-Shot 3D Keypoint Detection from Large Language Models
Bingchen Gong, Diego Gomez, Abdullah Hamdi, Abdelrahman Eldesokey, Ahmed Abdelreheem, Peter Wonka, Maks Ovsjanikov
TL;DR
The paper tackles zero-shot 3D keypoint detection by leveraging Molmo’s pixel-level reasoning to extract and name salient 3D keypoints without any ground-truth annotations. It introduces ZeroKey, a pipeline that renders multiple views, prompts an MLLM to identify 2D keypoints, back-projects them into 3D, and stabilizes results through patch-based refinement and HDBSCAN clustering across views. Evaluations on KeypointNet show the approach achieving competitive IoU with supervised and few-shot methods while outperforming strong vision-language baselines, demonstrating the potential of integrating language models for localized 3D understanding. The work further demonstrates the utility of the approach via Schelling-point analysis and point describability studies, highlighting how language-enabled spatial reasoning can guide robust 3D shape understanding and manipulation.
Abstract
We propose a novel zero-shot approach for keypoint detection on 3D shapes. Point-level reasoning on visual data is challenging as it requires precise localization capability, posing problems even for powerful models like DINO or CLIP. Traditional methods for 3D keypoint detection rely heavily on annotated 3D datasets and extensive supervised training, limiting their scalability and applicability to new categories or domains. In contrast, our method utilizes the rich knowledge embedded within Multi-Modal Large Language Models (MLLMs). Specifically, we demonstrate, for the first time, that pixel-level annotations used to train recent MLLMs can be exploited for both extracting and naming salient keypoints on 3D models without any ground truth labels or supervision. Experimental evaluations demonstrate that our approach achieves competitive performance on standard benchmarks compared to supervised methods, despite not requiring any 3D keypoint annotations during training. Our results highlight the potential of integrating language models for localized 3D shape understanding. This work opens new avenues for cross-modal learning and underscores the effectiveness of MLLMs in contributing to 3D computer vision challenges.
