CVJan 4, 2024

An Open and Comprehensive Pipeline for Unified Object Grounding and Detection

arXiv:2401.02361v276 citationsh-index: 28Has Code
Originality Synthesis-oriented
AI Analysis

This provides an incremental improvement by offering a reproducible and user-friendly baseline for researchers working on open-set detection tasks like Open-Vocabulary Detection, Phrase Grounding, and Referring Expression Comprehension.

The authors tackled the lack of public technical details and training code for the Grounding-DINO model by developing MM-Grounding-DINO, an open-source pipeline that outperforms the baseline Grounding-DINO-Tiny in experiments on object grounding and detection benchmarks.

Grounding-DINO is a state-of-the-art open-set detection model that tackles multiple vision tasks including Open-Vocabulary Detection (OVD), Phrase Grounding (PG), and Referring Expression Comprehension (REC). Its effectiveness has led to its widespread adoption as a mainstream architecture for various downstream applications. However, despite its significance, the original Grounding-DINO model lacks comprehensive public technical details due to the unavailability of its training code. To bridge this gap, we present MM-Grounding-DINO, an open-source, comprehensive, and user-friendly baseline, which is built with the MMDetection toolbox. It adopts abundant vision datasets for pre-training and various detection and grounding datasets for fine-tuning. We give a comprehensive analysis of each reported result and detailed settings for reproduction. The extensive experiments on the benchmarks mentioned demonstrate that our MM-Grounding-DINO-Tiny outperforms the Grounding-DINO-Tiny baseline. We release all our models to the research community. Codes and trained models are released at https://github.com/open-mmlab/mmdetection/tree/main/configs/mm_grounding_dino.

Code Implementations2 repos
Foundations

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

Your Notes