CVOct 30, 2023

A High-Resolution Dataset for Instance Detection with Multi-View Instance Capture

arXiv:2310.19257v15 citationsh-index: 7
Originality Synthesis-oriented
AI Analysis

This addresses the dataset scarcity issue for instance detection in robotics and computer vision, though it is incremental as it builds on existing methods with new data.

The paper tackles the problem of instance detection being overshadowed by object detection due to small-scale datasets, by introducing a new high-resolution dataset with 100 object instances and a realistic training setup, resulting in baseline methods using SAM and DINOv2 achieving over 10 AP better than repurposed object detectors.

Instance detection (InsDet) is a long-lasting problem in robotics and computer vision, aiming to detect object instances (predefined by some visual examples) in a cluttered scene. Despite its practical significance, its advancement is overshadowed by Object Detection, which aims to detect objects belonging to some predefined classes. One major reason is that current InsDet datasets are too small in scale by today's standards. For example, the popular InsDet dataset GMU (published in 2016) has only 23 instances, far less than COCO (80 classes), a well-known object detection dataset published in 2014. We are motivated to introduce a new InsDet dataset and protocol. First, we define a realistic setup for InsDet: training data consists of multi-view instance captures, along with diverse scene images allowing synthesizing training images by pasting instance images on them with free box annotations. Second, we release a real-world database, which contains multi-view capture of 100 object instances, and high-resolution (6k x 8k) testing images. Third, we extensively study baseline methods for InsDet on our dataset, analyze their performance and suggest future work. Somewhat surprisingly, using the off-the-shelf class-agnostic segmentation model (Segment Anything Model, SAM) and the self-supervised feature representation DINOv2 performs the best, achieving >10 AP better than end-to-end trained InsDet models that repurpose object detectors (e.g., FasterRCNN and RetinaNet).

Code Implementations1 repo
Foundations

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

Your Notes