CVAIAug 1, 2024

A Simple Background Augmentation Method for Object Detection with Diffusion Model

arXiv:2408.00350v123 citationsh-index: 15
Originality Synthesis-oriented
AI Analysis

This work addresses dataset enhancement for object detection and instance segmentation, offering an incremental improvement by leveraging existing generative models without new annotations.

The paper tackles the problem of limited data diversity impairing model performance in computer vision by proposing a simple data augmentation method using Stable Diffusion for background augmentation, which significantly improves robustness and generalization on benchmarks like COCO.

In computer vision, it is well-known that a lack of data diversity will impair model performance. In this study, we address the challenges of enhancing the dataset diversity problem in order to benefit various downstream tasks such as object detection and instance segmentation. We propose a simple yet effective data augmentation approach by leveraging advancements in generative models, specifically text-to-image synthesis technologies like Stable Diffusion. Our method focuses on generating variations of labeled real images, utilizing generative object and background augmentation via inpainting to augment existing training data without the need for additional annotations. We find that background augmentation, in particular, significantly improves the models' robustness and generalization capabilities. We also investigate how to adjust the prompt and mask to ensure the generated content comply with the existing annotations. The efficacy of our augmentation techniques is validated through comprehensive evaluations of the COCO dataset and several other key object detection benchmarks, demonstrating notable enhancements in model performance across diverse scenarios. This approach offers a promising solution to the challenges of dataset enhancement, contributing to the development of more accurate and robust computer vision models.

Foundations

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

Your Notes