ResearchPod Summary
Open-vocabulary object detectors, such as GroundingDINO and OWL-ViT, rely on vision-language foundation models like CLIP to identify objects based on text queries. These systems output a scalar confidence score representing the similarity between a visual region and a text embedding. This paper investigates whether these scores are reliable indicators of localization probability, or if they are systematically distorted by factors unrelated to the actual detection quality.
Using controlled experiments on the COCO and LVIS datasets, the authors analyze the confidence scores of three prominent foundation-model-based detectors. They decompose the confidence score into an additive model, identifying two primary sources of bias: scale bias (the tendency for large objects to receive higher scores) and semantic bias (the tendency for generic queries to receive lower scores than specific ones). The authors provide a theoretical derivation showing that these biases arise from the spatial pooling of features and the geometry of CLIP’s contrastive pretraining objective.
These findings demonstrate that confidence scores in current open-vocabulary detectors are not well-calibrated probability estimates. This has significant implications for downstream applications that rely on these scores for filtering or ranking, particularly in scenarios involving mixed-scale objects or diverse query types. The study provides a clear, actionable framework for practitioners to understand and partially mitigate these structural limitations.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.