paper-with-me

Papers

Uniform Attention Maps: Boosting Image Fidelity in Reconstruction and Editing

2024-11-29 · Wenyi Mo, Tianyu Zhang, Yalong Bai, Bing Su, Ji-Rong Wen

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.

📄 PDF Abstract BibTeX arXiv:2411.19652

Code (1)

mowenyii/uniform-attention-maps 공식 구현 pytorch

Tasks

Image GenerationImage Reconstruction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
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 제목 키워드 기반

Improving Fine-Grained Visual Recognition in Low Data Regimes via Self-Boosting Attention Mechanism

2022-08-01 · Yangyang Shu, Baosheng Yu, HaiMing Xu, Lingqiao Liu

The challenge of fine-grained visual recognition often lies in discovering the key discriminative regions. While such regions can be automatically identified from a large-scale labeled dataset, a similar method might bec…

Fine-Grained Visual Recognition

Importance-Aware OBS Pruning for Diffusion Models

2026-07-22 · Ba-Thinh Lam, Srijan Das, Hieu Le arxiv

We propose importance-aware pruning for diffusion models, a training-free framework that prioritizes preserving parameters critical to semantically salient image regions. To do so, we incorporate spatial importance maps …

Boosting in Image Quality Assessment

2018-11-21 · Dogancan Temel, Ghassan AlRegib

In this paper, we analyze the effect of boosting in image quality assessment through multi-method fusion. Existing multi-method studies focus on proposing a single quality estimator. On the contrary, we investigate the g…

Image Quality Assessment

EEG-Driven Image Reconstruction with Saliency-Guided Diffusion Models

2025-10-30 · Igor Abramov, Ilya Makarov arxiv

Existing EEG-driven image reconstruction methods often overlook spatial attention mechanisms, limiting fidelity and semantic coherence. To address this, we propose a dual-conditioning framework that combines EEG embeddin…

Image ReconstructionImage Generation

Blur-Attention: A boosting mechanism for non-uniform blurred image restoration

2020-08-19 · Xiaoguang Li, Feifan Yang, Kin Man Lam, Li Zhuo 외

Dynamic scene deblurring is a challenging problem in computer vision. It is difficult to accurately estimate the spatially varying blur kernel by traditional methods. Data-driven-based methods usually employ kernel-free …

DeblurringImage RestorationSSIM