CVLGROMar 13

Show, Don't Tell: Detecting Novel Objects by Watching Human Videos

arXiv:2603.1275166.8
AI Analysis

This addresses the challenge of open-set object detection for robots in real-world tasks, offering a practical solution that eliminates the need for prompt engineering, though it is incremental in automating dataset creation.

The paper tackles the problem of robots identifying novel objects from human demonstrations without language descriptions, presenting a self-supervised system that trains object detectors on automatically created datasets, which significantly outperforms state-of-the-art methods and improves robot task completion.

How can a robot quickly identify and recognize new objects shown to it during a human demonstration? Existing closed-set object detectors frequently fail at this because the objects are out-of-distribution. While open-set detectors (e.g., VLMs) sometimes succeed, they often require expensive and tedious human-in-the-loop prompt engineering to uniquely recognize novel object instances. In this paper, we present a self-supervised system that eliminates the need for tedious language descriptions and expensive prompt engineering by training a bespoke object detector on an automatically created dataset, supervised by the human demonstration itself. In our approach, "Show, Don't Tell," we show the detector the specific objects of interest during the demonstration, rather than telling the detector about these objects via complex language descriptions. By bypassing language altogether, this paradigm enables us to quickly train bespoke detectors tailored to the relevant objects observed in human task demonstrations. We develop an integrated on-robot system to deploy our "Show, Don't Tell" paradigm of automatic dataset creation and novel object-detection on a real-world robot. Empirical results demonstrate that our pipeline significantly outperforms state-of-the-art detection and recognition methods for manipulated objects, leading to improved task completion for the robot.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes