paper-with-me

Papers

SDEdit: Guided Image Synthesis and Editing with Stochastic Differential Equations

2021-08-02 · ICLR 2022 4 · Chenlin Meng, Yutong He, Yang song, Jiaming Song, Jiajun Wu, Jun-Yan Zhu, Stefano Ermon

Guided image synthesis enables everyday users to create and edit photo-realistic images with minimum effort. The key challenge is balancing faithfulness to the user input (e.g., hand-drawn colored strokes) and realism of the synthesized image. Existing GAN-based methods attempt to achieve such balance using either conditional GANs or GAN inversions, which are challenging and often require additional training data or loss functions for individual applications. To address these issues, we introduce a new image synthesis and editing method, Stochastic Differential Editing (SDEdit), based on a diffusion model generative prior, which synthesizes realistic images by iteratively denoising through a stochastic differential equation (SDE). Given an input image with user guide of any type, SDEdit first adds noise to the input, then subsequently denoises the resulting image through the SDE prior to increase its realism. SDEdit does not require task-specific training or inversions and can naturally achieve the balance between realism and faithfulness. SDEdit significantly outperforms state-of-the-art GAN-based methods by up to 98.09% on realism and 91.72% on overall satisfaction scores, according to a human perception study, on multiple tasks, including stroke-based image synthesis and editing as well as image compositing.

📄 PDF Abstract BibTeX arXiv:2108.01073

Code (2)

ermongroup/SDEdit 공식 구현 pytorch
huage001/urae pytorch

Tasks

DenoisingImage Generation

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

Generic 3D Diffusion Adapter Using Controlled Multi-View Editing

2024-03-18 · Hansheng Chen, Ruoxi Shi, Yulin Liu, Bokui Shen 외

Open-domain 3D object synthesis has been lagging behind image synthesis due to limited data and higher computational complexity. To bridge this gap, recent works have investigated multi-view diffusion but often fall shor…

3D GenerationImage GenerationImage to 3DText to 3D+1

FoolSDEdit: Deceptively Steering Your Edits Towards Targeted Attribute-aware Distribution

2024-02-06 · Qi Zhou, Dongxia Wang, Tianlin Li, Zhihong Xu 외

Guided image synthesis methods, like SDEdit based on the diffusion model, excel at creating realistic images from user inputs such as stroke paintings. However, existing efforts mainly focus on image quality, often overl…

Adversarial AttackAttributeImage Generation

EdiText: Controllable Coarse-to-Fine Text Editing with Diffusion Language Models

2025-02-27 · Che Hyun Lee, Heeseung Kim, Jiheum Yeom, Sungroh Yoon

We propose EdiText, a controllable text editing method that modify the reference text to desired attributes at various scales. We integrate an SDEdit-based editing technique that allows for broad adjustments in the degre…

Pixel Is Not A Barrier: An Effective Evasion Attack for Pixel-Domain Diffusion Models

2024-08-21 · Chun-Yen Shih, Li-Xuan Peng, Jia-Wei Liao, Ernie Chu 외

Diffusion Models have emerged as powerful generative models for high-quality image synthesis, with many subsequent image editing techniques based on them. However, the ease of text-based image editing introduces signific…

DenoisingImage GenerationText-based Image Editing

MedEdit: Counterfactual Diffusion-based Image Editing on Brain MRI

2024-07-21 · Malek Ben Alaya, Daniel M. Lang, Benedikt Wiestler, Julia A. Schnabel 외

Denoising diffusion probabilistic models enable high-fidelity image synthesis and editing. In biomedicine, these models facilitate counterfactual image editing, producing pairs of images where one is edited to simulate h…

counterfactualDenoisingImage Generation