Generating Enhanced Negatives for Training Language-Based Object Detectors
Shiyu Zhao, Long Zhao, Vijay Kumar B. G, Yumin Suh, Dimitris N. Metaxas, Manmohan Chandraker, Samuel Schulter
TL;DR
This work tackles the challenge of training language-based object detectors under an open vocabulary by generating high-quality negatives automatically. It combines large language models to produce semantically related but contradictory negative texts and text-to-image diffusion models to create corresponding negative images, followed by targeted filtering to reduce noise. By integrating these negatives into detectors like GLIP and FIBER, the authors demonstrate systematic performance gains on OmniLabel and D$^3$xie benchmarks, highlighting the value of diverse, model-generated negatives for discriminative training. The approach provides practical recipes for leveraging generative models in detection pipelines and analyzes the contribution of text and image negatives to the improved performance.
Abstract
The recent progress in language-based open-vocabulary object detection can be largely attributed to finding better ways of leveraging large-scale data with free-form text annotations. Training such models with a discriminative objective function has proven successful, but requires good positive and negative samples. However, the free-form nature and the open vocabulary of object descriptions make the space of negatives extremely large. Prior works randomly sample negatives or use rule-based techniques to build them. In contrast, we propose to leverage the vast knowledge built into modern generative models to automatically build negatives that are more relevant to the original data. Specifically, we use large-language-models to generate negative text descriptions, and text-to-image diffusion models to also generate corresponding negative images. Our experimental analysis confirms the relevance of the generated negative data, and its use in language-based detectors improves performance on two complex benchmarks. Code is available at \url{https://github.com/xiaofeng94/Gen-Enhanced-Negs}.
