paper-with-me

홈 › Papers

DiffusionEngine: Diffusion Model is Scalable Data Engine for Object Detection

2023-09-07 · Manlin Zhang, Jie Wu, Yuxi Ren, Ming Li, Jie Qin, Xuefeng Xiao, Wei Liu, Rui Wang, Min Zheng, Andy J. Ma

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.

📄 PDF Abstract BibTeX arXiv:2309.03893

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

T-SCEND: Test-time Scalable MCTS-enhanced Diffusion Model

2025-02-04 · Tao Zhang, Jia-Shu Pan, Ruiqi Feng, Tailin Wu

We introduce Test-time Scalable MCTS-enhanced Diffusion Model (T-SCEND), a novel framework that significantly improves diffusion model's reasoning capabilities with better energy-based training and scaling up test-time c…

Contrastive LearningDenoising

One Policy but Many Worlds: A Scalable Unified Policy for Versatile Humanoid Locomotion

2025-05-24 · Yahao Fan, Tianxiang Gui, Kaiyang Ji, Shutong Ding 외

Humanoid locomotion faces a critical scalability challenge: traditional reinforcement learning (RL) methods require task-specific rewards and struggle to leverage growing datasets, even as more training terrains are intr…

Humanoid ControlMotion SynthesisReinforcement Learning (RL)

Scalable Many-Objective Pathfinding Benchmark Suite

2020-10-09 · Jens Weise, Sanaz Mostaghim

Route planning also known as pathfinding is one of the key elements in logistics, mobile robotics and other applications, where engineers face many conflicting objectives. However, most of the current route planning algo…

SpotLight: Shadow-Guided Object Relighting via Diffusion

2024-11-27 · Frédéric Fortier-Chouinard, Zitian Zhang, Louis-Etienne Messier, Mathieu Garon 외

Recent work has shown that diffusion models can serve as powerful neural rendering engines that can be leveraged for inserting virtual objects into images. However, unlike typical physics-based renderers, these neural re…

Image RelightingNeural RenderingObject

HiddenObjects: Scalable Diffusion-Distilled Spatial Priors for Object Placement

2026-04-12 · Marco Schouten, Ioannis Siglidis, Serge Belongie, Dim P. Papadopoulos arxiv

We propose a method to learn explicit, class-conditioned spatial priors for object placement in natural scenes by distilling the implicit placement knowledge encoded in text-conditioned diffusion models. Prior work relie…

Image Editing