paper-with-me

Papers

DragDiffusion: Harnessing Diffusion Models for Interactive Point-based Image Editing

2023-06-26 · CVPR 2024 1 · Yujun Shi, Chuhui Xue, Jun Hao Liew, Jiachun Pan, Hanshu Yan, Wenqing Zhang, Vincent Y. F. Tan, Song Bai

Accurate and controllable image editing is a challenging task that has attracted significant attention recently. Notably, DragGAN is an interactive point-based image editing framework that achieves impressive editing results with pixel-level precision. However, due to its reliance on generative adversarial networks (GANs), its generality is limited by the capacity of pretrained GAN models. In this work, we extend this editing framework to diffusion models and propose a novel approach DragDiffusion. By harnessing large-scale pretrained diffusion models, we greatly enhance the applicability of interactive point-based editing on both real and diffusion-generated images. Our approach involves optimizing the diffusion latents to achieve precise spatial control. The supervision signal of this optimization process is from the diffusion model's UNet features, which are known to contain rich semantic and geometric information. Moreover, we introduce two additional techniques, namely LoRA fine-tuning and latent-MasaCtrl, to further preserve the identity of the original image. Lastly, we present a challenging benchmark dataset called DragBench -- the first benchmark to evaluate the performance of interactive point-based image editing methods. Experiments across a wide range of challenging cases (e.g., images with multiple objects, diverse object categories, various styles, etc.) demonstrate the versatility and generality of DragDiffusion. Code: https://github.com/Yujun-Shi/DragDiffusion.

📄 PDF Abstract BibTeX arXiv:2306.14435

Code (4)

Yujun-Shi/DragDiffusion 공식 구현 pytorch
HimariO/DragDiffusion-diffusers pytorch
MICV-yonsei/DragText pytorch
tony-lowe/rotationdrag pytorch

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

Reproducing DragDiffusion: Interactive Point-Based Editing with Diffusion Models

2026-02-12 · Ali Subhan, Ashir Raza arxiv

DragDiffusion is a diffusion-based method for interactive point-based image editing that enables users to manipulate images by directly dragging selected points. The method claims that accurate spatial control can be ach…

Image Editing

EasyDrag: Efficient Point-based Manipulation on Diffusion Models

2024-01-01 · CVPR 2024 1 · Xingzhong Hou, Boxiao Liu, Yi Zhang, Jihao Liu 외

Generative models are gaining increasing popularity and the demand for precisely generating images is on the rise. However generating an image that perfectly aligns with users' expectations is extremely challenging. …

Image Manipulation

Drag Your Noise: Interactive Point-based Editing via Diffusion Semantic Propagation

2024-04-01 · CVPR 2024 1 · Haofeng Liu, Chenshu Xu, Yifei Yang, Lihua Zeng 외

Point-based interactive editing serves as an essential tool to complement the controllability of existing generative models. A concurrent work, DragDiffusion, updates the diffusion latent map in response to user inputs, …

Denoising

RegionDrag: Fast Region-Based Image Editing with Diffusion Models

2024-07-25 · Jingyi Lu, Xinghui Li, Kai Han

Point-drag-based image editing methods, like DragDiffusion, have attracted significant attention. However, point-drag-based approaches suffer from computational overhead and misinterpretation of user intentions due to th…

RotationDrag: Point-based Image Editing with Rotated Diffusion Features

2024-01-12 · Minxing Luo, Wentao Cheng, Jian Yang

A precise and user-friendly manipulation of image content while preserving image fidelity has always been crucial to the field of image editing. Thanks to the power of generative models, recent point-based image editing …