CVAILGMar 3, 2025

ClipGrader: Leveraging Vision-Language Models for Robust Label Quality Assessment in Object Detection

arXiv:2503.02897v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This provides a scalable AI-assisted tool for improving annotation quality control in object detection datasets, which is incremental as it adapts existing models to a specific bottleneck.

The paper tackles the problem of ensuring accurate bounding box annotations in object detection by introducing ClipGrader, a method that uses vision-language models to assess label quality, achieving 91% accuracy on COCO with a 1.8% false positive rate and scaling to 79% accuracy across 1,203 classes on LVIS.

High-quality annotations are essential for object detection models, but ensuring label accuracy - especially for bounding boxes - remains both challenging and costly. This paper introduces ClipGrader, a novel approach that leverages vision-language models to automatically assess the accuracy of bounding box annotations. By adapting CLIP (Contrastive Language-Image Pre-training) to evaluate both class label correctness and spatial precision of bounding box, ClipGrader offers an effective solution for grading object detection labels. Tested on modified object detection datasets with artificially disturbed bounding boxes, ClipGrader achieves 91% accuracy on COCO with a 1.8% false positive rate. Moreover, it maintains 87% accuracy with a 2.1% false positive rate when trained on just 10% of the COCO data. ClipGrader also scales effectively to larger datasets such as LVIS, achieving 79% accuracy across 1,203 classes. Our experiments demonstrate ClipGrader's ability to identify errors in existing COCO annotations, highlighting its potential for dataset refinement. When integrated into a semi-supervised object detection (SSOD) model, ClipGrader readily improves the pseudo label quality, helping achieve higher mAP (mean Average Precision) throughout the training process. ClipGrader thus provides a scalable AI-assisted tool for enhancing annotation quality control and verifying annotations in large-scale object detection datasets.

Foundations

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

Your Notes