CVAILGSep 7, 2023

DiffusionEngine: Diffusion Model is Scalable Data Engine for Object Detection

arXiv:2309.03893v139 citationsh-index: 44
Originality Highly original
AI Analysis

This addresses the costly and complex data scaling issues in object detection, offering a plug-and-play solution for various scenarios like data-sparse and cross-domain learning.

The paper tackles the problem of scaling up data for object detection by proposing DiffusionEngine, a method that uses a pre-trained diffusion model with a Detection-Adapter to generate high-quality training pairs in a single stage, resulting in improvements such as a 3.1% mAP increase on COCO, 7.6% on VOC, and 11.5% on Clipart.

Data is the cornerstone of deep learning. This paper reveals that the recently developed Diffusion Model is a scalable data engine for object detection. Existing methods for scaling up detection-oriented data often require manual collection or generative models to obtain target images, followed by data augmentation and labeling to produce training pairs, which are costly, complex, or lacking diversity. To address these issues, we presentDiffusionEngine (DE), a data scaling-up engine that provides high-quality detection-oriented training pairs in a single stage. DE consists of a pre-trained diffusion model and an effective Detection-Adapter, contributing to generating scalable, diverse and generalizable detection data in a plug-and-play manner. Detection-Adapter is learned to align the implicit semantic and location knowledge in off-the-shelf diffusion models with detection-aware signals to make better bounding-box predictions. Additionally, we contribute two datasets, i.e., COCO-DE and VOC-DE, to scale up existing detection benchmarks for facilitating follow-up research. Extensive experiments demonstrate that data scaling-up via DE can achieve significant improvements in diverse scenarios, such as various detection algorithms, self-supervised pre-training, data-sparse, label-scarce, cross-domain, and semi-supervised learning. For example, when using DE with a DINO-based adapter to scale up data, mAP is improved by 3.1% on COCO, 7.6% on VOC, and 11.5% on Clipart.

Foundations

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

Your Notes