paper-with-me

Papers

Improving Tuning-Free Real Image Editing with Proximal Guidance

2023-06-08 · Ligong Han, Song Wen, Qi Chen, Zhixing Zhang, Kunpeng Song, Mengwei Ren, Ruijiang Gao, Anastasis Stathopoulos, Xiaoxiao He, Yuxiao Chen, Di Liu, Qilong Zhangli, Jindong Jiang, Zhaoyang Xia, Akash Srivastava, Dimitris Metaxas

DDIM inversion has revealed the remarkable potential of real image editing within diffusion-based methods. However, the accuracy of DDIM reconstruction degrades as larger classifier-free guidance (CFG) scales being used for enhanced editing. Null-text inversion (NTI) optimizes null embeddings to align the reconstruction and inversion trajectories with larger CFG scales, enabling real image editing with cross-attention control. Negative-prompt inversion (NPI) further offers a training-free closed-form solution of NTI. However, it may introduce artifacts and is still constrained by DDIM reconstruction quality. To overcome these limitations, we propose proximal guidance and incorporate it to NPI with cross-attention control. We enhance NPI with a regularization term and reconstruction guidance, which reduces artifacts while capitalizing on its training-free nature. Additionally, we extend the concepts to incorporate mutual self-attention control, enabling geometry and layout alterations in the editing process. Our method provides an efficient and straightforward approach, effectively addressing real image editing tasks with minimal computational overhead.

📄 PDF Abstract BibTeX arXiv:2306.05414

Code (1)

phymhan/prompt-to-prompt 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Score-Guided Proximal Projection: A Unified Geometric Framework for Rectified Flow Editing

2026-03-05 · Vansh Bansal, James G Scott arxiv

Rectified Flow (RF) models achieve state-of-the-art generation quality, yet controlling them for precise tasks -- such as semantic editing or blind image recovery -- remains a challenge. Current approaches bifurcate into…

EditCrafter: Tuning-free High-Resolution Image Editing via Pretrained Diffusion Model

2026-04-11 · Kunho Kim, Sumin Seo, Yongjun Cho, Hyungjin Chung arxiv

We propose EditCrafter, a high-resolution image editing method that operates without tuning, leveraging pretrained text-to-image (T2I) diffusion models to process images at resolutions significantly exceeding those used …

Image Editing

MasaCtrl: Tuning-Free Mutual Self-Attention Control for Consistent Image Synthesis and Editing

2023-04-17 · ICCV 2023 1 · Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan 외

Despite the success in large-scale text-to-image generation and text-conditioned image editing, existing methods still struggle to produce consistent generation and editing results. For example, generation approaches usu…

Image GenerationText-based Image EditingText to Image GenerationText-to-Image Generation

LASPA: Latent Spatial Alignment for Fast Training-free Single Image Editing

2024-03-19 · Yazeed Alharbi, Peter Wonka

We present a novel, training-free approach for textual editing of real images using diffusion models. Unlike prior methods that rely on computationally expensive finetuning, our approach leverages LAtent SPatial Alignmen…

Dual-Schedule Inversion: Training- and Tuning-Free Inversion for Real Image Editing

2024-12-15 · Jiancheng Huang, Yi Huang, Jianzhuang Liu, Donghao Zhou 외

Text-conditional image editing is a practical AIGC task that has recently emerged with great commercial and academic value. For real image editing, most diffusion model-based methods use DDIM Inversion as the first stage…