FMG-Det: Foundation Model Guided Robust Object Detection
Darryl Hannan, Timothy Doster, Henry Kvinge, Adam Attarian, Yijing Watkins
TL;DR
FMG-Det addresses bounding box annotation noise in object detection by correcting noisy boxes with a zero-shot FMC pipeline that leverages SAM and CLIP, then training with MIL-based denoising and an instance interpolation module. The approach is detector-agnostic and offline in the correction stage, achieving state-of-the-art MAE reductions on VOC and COCO, and notable gains in few-shot settings. It demonstrates that pre-training-time label rectification can dramatically improve downstream robustness to labeling noise while keeping training costs low. This enables more reliable object detection in domains with weak or ambiguous annotations and supports practical deployment with limited data.
Abstract
Collecting high quality data for object detection tasks is challenging due to the inherent subjectivity in labeling the boundaries of an object. This makes it difficult to not only collect consistent annotations across a dataset but also to validate them, as no two annotators are likely to label the same object using the exact same coordinates. These challenges are further compounded when object boundaries are partially visible or blurred, which can be the case in many domains. Training on noisy annotations significantly degrades detector performance, rendering them unusable, particularly in few-shot settings, where just a few corrupted annotations can impact model performance. In this work, we propose FMG-Det, a simple, efficient methodology for training models with noisy annotations. More specifically, we propose combining a multiple instance learning (MIL) framework with a pre-processing pipeline that leverages powerful foundation models to correct labels prior to training. This pre-processing pipeline, along with slight modifications to the detector head, results in state-of-the-art performance across a number of datasets, for both standard and few-shot scenarios, while being much simpler and more efficient than other approaches.
