paper-with-me

Papers

DiffEditor: Boosting Accuracy and Flexibility on Diffusion-based Image Editing

2024-02-04 · CVPR 2024 1 · Chong Mou, Xintao Wang, Jiechong Song, Ying Shan, Jian Zhang

Large-scale Text-to-Image (T2I) diffusion models have revolutionized image generation over the last few years. Although owning diverse and high-quality generation capabilities, translating these abilities to fine-grained image editing remains challenging. In this paper, we propose DiffEditor to rectify two weaknesses in existing diffusion-based image editing: (1) in complex scenarios, editing results often lack editing accuracy and exhibit unexpected artifacts; (2) lack of flexibility to harmonize editing operations, e.g., imagine new content. In our solution, we introduce image prompts in fine-grained image editing, cooperating with the text prompt to better describe the editing content. To increase the flexibility while maintaining content consistency, we locally combine stochastic differential equation (SDE) into the ordinary differential equation (ODE) sampling. In addition, we incorporate regional score-based gradient guidance and a time travel strategy into the diffusion sampling, further improving the editing quality. Extensive experiments demonstrate that our method can efficiently achieve state-of-the-art performance on various fine-grained image editing tasks, including editing within a single image (e.g., object moving, resizing, and content dragging) and across images (e.g., appearance replacing and object pasting). Our source code is released at https://github.com/MC-E/DragonDiffusion.

📄 PDF Abstract BibTeX arXiv:2402.02583

Code (2)

mc-e/dragondiffusion 공식 구현 pytorch
LiyaoJiang1998/PixelMan pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Travel 설명 없음
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 제목 키워드 기반

DiffEditor: Enhancing Speech Editing with Semantic Enrichment and Acoustic Consistency

2024-09-19 · Yang Chen, Yuhang Jia, Shiwan Zhao, Ziyue Jiang 외

As text-based speech editing becomes increasingly prevalent, the demand for unrestricted free-text editing continues to grow. However, existing speech editing techniques encounter significant challenges, particularly in …

Language ModelingLanguage ModellingWord Embeddings

High-Resolution Image Synthesis with Latent Diffusion Models

2021-12-20 · CVPR 2022 1 · Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser 외

By decomposing the image formation process into a sequential application of denoising autoencoders, diffusion models (DMs) achieve state-of-the-art synthesis results on image data and beyond. Additionally, their formulat…

DenoisingGPUImage GenerationImage Inpainting+6

EquiBoost: An Equivariant Boosting Approach to Molecular Conformation Generation

2025-01-09 · Yixuan Yang, Xingyu Fang, Zhaowen Cheng, Pengju Yan 외

Molecular conformation generation plays key roles in computational drug design. Recently developed deep learning methods, particularly diffusion models have reached competitive performance over traditional cheminformatic…

DiversityDrug Design

DiffusionGAN3D: Boosting Text-guided 3D Generation and Domain Adaptation by Combining 3D GANs and Diffusion Priors

2023-12-28 · CVPR 2024 1 · Biwen Lei, Kai Yu, Mengyang Feng, Miaomiao Cui 외

Text-guided domain adaptation and generation of 3D-aware portraits find many applications in various fields. However, due to the lack of training data and the challenges in handling the high variety of geometry and appea…

3D GenerationDomain Adaptation

Statistical Inference for Gradient Boosting Regression

2025-09-27 · Haimo Fang, Kevin Tan, Giles Hooker arxiv

Gradient boosting is widely popular due to its flexibility and predictive accuracy. However, statistical inference and uncertainty quantification for gradient boosting remain challenging and under-explored. We propose a …