From Prompts to Deployment: Auto-Curated Domain-Specific Dataset Generation via Diffusion Models
Dongsik Yoon, Jongeun Kim
TL;DR
The paper tackles deployment distribution shift by enabling domain-specific dataset creation through diffusion models. It introduces a three-stage pipeline: Stage 1 synthesizes target objects into domain backgrounds via inpainting with multi-modal screening using $S_{det}$, $S_{aes}$, $IoU(B_{det}, M)$, and $S_{vlm}$, Stage 2 trains a DINOv2+ConvNeXt preference classifier to encode user criteria, and Stage 3 constructs the final dataset by combining these components. On an elevator CCTV domain with dogs, the approach achieves high-quality synthetic data, with the proposed classifier attaining the best F1-score of $0.8427$ among tested backbones. The work reduces data collection costs and enables deployment-ready datasets while noting limitations such as cross-domain generalization and dependency on pre-trained detectors.
Abstract
In this paper, we present an automated pipeline for generating domain-specific synthetic datasets with diffusion models, addressing the distribution shift between pre-trained models and real-world deployment environments. Our three-stage framework first synthesizes target objects within domain-specific backgrounds through controlled inpainting. The generated outputs are then validated via a multi-modal assessment that integrates object detection, aesthetic scoring, and vision-language alignment. Finally, a user-preference classifier is employed to capture subjective selection criteria. This pipeline enables the efficient construction of high-quality, deployable datasets while reducing reliance on extensive real-world data collection.
