AI/ ai · computer-vision · robotics · research

OpenGround Helps AI Find Objects in 3D Scenes Without a Script

A new zero-shot framework lets AI locate objects in 3D spaces using plain language, without needing a predefined list of targets.

A research team has built a system that finds objects in 3D environments based on natural language descriptions — without being told in advance what objects to look for.

Current approaches to 3D visual grounding fall into two camps: supervised models that memorize specific scenes and struggle outside their training data, and zero-shot models that rely on a fixed Object Lookup Table — essentially a cheat sheet of known targets — before querying a vision-language model. OpenGround skips the cheat sheet. Instead, it uses "Task-Chain Planning" to break a complex query into a sequence of smaller sub-goals, then perceives novel objects on the fly as it works through each step. The team also released OpenTarget, a benchmark dataset of over 7,000 object-description pairs designed to test exactly these open-world conditions.

The practical gap this closes is real: in robotics, warehouse automation, or assistive tech, you cannot always know in advance what objects will be present. A system that can reason about an unfamiliar scene from a plain-language instruction — "the mug next to the laptop on the left" — is considerably more useful than one that only recognizes items on a predefined list. OpenGround posts a 17.6% improvement on OpenTarget and state-of-the-art results on ScanRefer, the field's standard benchmark.

The caveat is the familiar one for academic robotics research: benchmark gains and real-world deployment are different problems, and 7,000 test pairs is a modest sample for claiming open-world generalization. Still, moving 3D grounding away from lookup tables and toward on-the-fly reasoning is the right direction — the question is how far the gap narrows when the scene is a messy kitchen rather than a lab scan.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →