Uniform Attention Maps: Boosting Image Fidelity in Reconstruction and Editing
Wenyi Mo, Tianyu Zhang, Yalong Bai, Bing Su, Ji-Rong Wen
TL;DR
The paper tackles the fidelity gap in tuning-free diffusion-based image editing by diagnosing non-uniform cross-attention as a key source of reconstruction errors during DDIM inversion. It introduces Uniform Cross-attention Maps to stabilize semantic guidance and an adaptive mask-guided editing scheme that blends auxiliary and target branches to preserve detail while enacting edits. Empirical results across reconstruction, composition, and editing tasks demonstrate improved fidelity and robustness, with ablations validating critical hyperparameters. The approach offers a practical, tuning-free pathway to higher-quality diffusion-based image processing, with strong implications for real-world editing and composition workflows. The method achieves high faithfulness to input images and coherent, targeted edits, underscoring the potential of uniform attention as a general technique in diffusion models.
Abstract
Text-guided image generation and editing using diffusion models have achieved remarkable advancements. Among these, tuning-free methods have gained attention for their ability to perform edits without extensive model adjustments, offering simplicity and efficiency. However, existing tuning-free approaches often struggle with balancing fidelity and editing precision. Reconstruction errors in DDIM Inversion are partly attributed to the cross-attention mechanism in U-Net, which introduces misalignments during the inversion and reconstruction process. To address this, we analyze reconstruction from a structural perspective and propose a novel approach that replaces traditional cross-attention with uniform attention maps, significantly enhancing image reconstruction fidelity. Our method effectively minimizes distortions caused by varying text conditions during noise prediction. To complement this improvement, we introduce an adaptive mask-guided editing technique that integrates seamlessly with our reconstruction approach, ensuring consistency and accuracy in editing tasks. Experimental results demonstrate that our approach not only excels in achieving high-fidelity image reconstruction but also performs robustly in real image composition and editing scenarios. This study underscores the potential of uniform attention maps to enhance the fidelity and versatility of diffusion-based image processing methods. Code is available at https://github.com/Mowenyii/Uniform-Attention-Maps.
