The devil is in the fine-grained details: Evaluating open-vocabulary object detectors for fine-grained understanding
Lorenzo Bianchi, Fabio Carrara, Nicola Messina, Claudio Gennaro, Fabrizio Falchi
TL;DR
The paper addresses whether state-of-the-art open-vocabulary detectors can understand fine-grained object properties by introducing FG-OVD, a benchmark built on per-object dynamic vocabularies with positive captions and attribute-based negatives. It uses LLM-generated captions from a PACO-derived dataset and an evaluation protocol that includes per-object vocabularies, post-processing with class-agnostic NMS, and metrics such as mAP and Median Rank. The experiments reveal that most detectors struggle with hard negatives and fine-grained attributes, with color being easier and other attributes like pattern or transparency proving challenging; OWL and ViLD often perform best in hard settings, while Detic excels on LVIS without translating to FG-OVD. The authors propose future work including few-shot contrastive fine-tuning and exploring latent attribute representations, and provide data and code to foster further research in fine-grained open-vocabulary understanding ($N$-caption dynamic evaluation framework).
Abstract
Recent advancements in large vision-language models enabled visual object detection in open-vocabulary scenarios, where object classes are defined in free-text formats during inference. In this paper, we aim to probe the state-of-the-art methods for open-vocabulary object detection to determine to what extent they understand fine-grained properties of objects and their parts. To this end, we introduce an evaluation protocol based on dynamic vocabulary generation to test whether models detect, discern, and assign the correct fine-grained description to objects in the presence of hard-negative classes. We contribute with a benchmark suite of increasing difficulty and probing different properties like color, pattern, and material. We further enhance our investigation by evaluating several state-of-the-art open-vocabulary object detectors using the proposed protocol and find that most existing solutions, which shine in standard open-vocabulary benchmarks, struggle to accurately capture and distinguish finer object details. We conclude the paper by highlighting the limitations of current methodologies and exploring promising research directions to overcome the discovered drawbacks. Data and code are available at https://lorebianchi98.github.io/FG-OVD/.
