paper-with-me

Papers

Dataset Diffusion: Diffusion-based Synthetic Dataset Generation for Pixel-Level Semantic Segmentation

2023-09-25 · Quang Nguyen, Truong Vu, Anh Tran, Khoi Nguyen

Preparing training data for deep vision models is a labor-intensive task. To address this, generative models have emerged as an effective solution for generating synthetic data. While current generative models produce image-level category labels, we propose a novel method for generating pixel-level semantic segmentation labels using the text-to-image generative model Stable Diffusion (SD). By utilizing the text prompts, cross-attention, and self-attention of SD, we introduce three new techniques: class-prompt appending, class-prompt cross-attention, and self-attention exponentiation. These techniques enable us to generate segmentation maps corresponding to synthetic images. These maps serve as pseudo-labels for training semantic segmenters, eliminating the need for labor-intensive pixel-wise annotation. To account for the imperfections in our pseudo-labels, we incorporate uncertainty regions into the segmentation, allowing us to disregard loss from those regions. We conduct evaluations on two datasets, PASCAL VOC and MSCOCO, and our approach significantly outperforms concurrent work. Our benchmarks and code will be released at https://github.com/VinAIResearch/Dataset-Diffusion

📄 PDF Abstract BibTeX arXiv:2309.14303

Code (1)

vinairesearch/dataset-diffusion 공식 구현 pytorch

Tasks

Dataset GenerationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Diffuse or Confuse: A Diffusion Deepfake Speech Dataset

2024-10-09 · Anton Firc, Kamil Malinka, Petr Hanáček

Advancements in artificial intelligence and machine learning have significantly improved synthetic speech generation. This paper explores diffusion models, a novel method for creating realistic synthetic speech. We creat…

DeepFake DetectionFace Swapping

SemCity: Semantic Scene Generation with Triplane Diffusion

2024-03-12 · CVPR 2024 1 · Jumin Lee, Sebin Lee, Changho Jo, Woobin Im 외

We present "SemCity," a 3D diffusion model for semantic scene generation in real-world outdoor environments. Most 3D diffusion models focus on generating a single object, synthetic indoor scenes, or synthetic outdoor sce…

Scene Generation

Diffusion-Based Approaches in Medical Image Generation and Analysis

2024-12-22 · Abdullah al Nomaan Nafi, Md. Alamgir Hossain, Rakib Hossain Rifat, Md Mahabub Uz Zaman 외

Data scarcity in medical imaging poses significant challenges due to privacy concerns. Diffusion models, a recent generative modeling technique, offer a potential solution by generating synthetic and realistic data. Howe…

Image GenerationMedical Image AnalysisMedical Image Generation

Stable Diffusion Dataset Generation for Downstream Classification Tasks

2024-05-04 · Eugenio Lomurno, Matteo D'Oria, Matteo Matteucci

Recent advances in generative artificial intelligence have enabled the creation of high-quality synthetic data that closely mimics real-world data. This paper explores the adaptation of the Stable Diffusion 2.0 model for…

ClassificationDataset GenerationTransfer Learning

Beware of diffusion models for synthesizing medical images -- A comparison with GANs in terms of memorizing brain MRI and chest x-ray images

2023-05-12 · Muhammad Usman Akbar, Wuhao Wang, Anders Eklund

Diffusion models were initially developed for text-to-image generation and are now being utilized to generate high quality synthetic images. Preceded by GANs, diffusion models have shown impressive results using various …

Image GenerationText to Image GenerationText-to-Image Generation