paper-with-me

Papers

ColorEdit: Training-free Image-Guided Color editing with diffusion model

2024-11-15 · Xingxi Yin, Zhi Li, Jingfeng Zhang, Chenglin Li, Yin Zhang

Text-to-image (T2I) diffusion models, with their impressive generative capabilities, have been adopted for image editing tasks, demonstrating remarkable efficacy. However, due to attention leakage and collision between the cross-attention map of the object and the new color attribute from the text prompt, text-guided image editing methods may fail to change the color of an object, resulting in a misalignment between the resulting image and the text prompt. In this paper, we conduct an in-depth analysis on the process of text-guided image synthesizing and what semantic information different cross-attention blocks have learned. We observe that the visual representation of an object is determined in the up-block of the diffusion model in the early stage of the denoising process, and color adjustment can be achieved through value matrices alignment in the cross-attention layer. Based on our findings, we propose a straightforward, yet stable, and effective image-guided method to modify the color of an object without requiring any additional fine-tuning or training. Lastly, we present a benchmark dataset called COLORBENCH, the first benchmark to evaluate the performance of color change methods. Extensive experiments validate the effectiveness of our method in object-level color editing and surpass the performance of popular text-guided image editing approaches in both synthesized and real images.

📄 PDF Abstract BibTeX arXiv:2411.10232

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDenoisingObjecttext-guided-image-editing

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

Training-Free Text-Guided Color Editing with Multi-Modal Diffusion Transformer

2025-08-12 · Zixin Yin, Xili Dai, Ling-Hao Chen, Deyu Zhou 외 arxiv

Text-guided color editing in images and videos is a fundamental yet unsolved problem, requiring fine-grained manipulation of color attributes, including albedo, light source color, and ambient lighting, while preserving …

Image Generation

Leveraging the Powerful Attention of a Pre-trained Diffusion Model for Exemplar-based Image Colorization

2025-05-21 · Satoshi Kosugi

Exemplar-based image colorization aims to colorize a grayscale image using a reference color image, ensuring that reference colors are applied to corresponding input regions based on their semantic similarity. To achieve…

ColorizationImage ColorizationSemantic SimilaritySemantic Textual Similarity

SPColor: Semantic Prior Guided Exemplar-based Image Colorization

2023-04-13 · Siqi Chen, Xueming Li, Xianlin Zhang, Mingdao Wang 외

Exemplar-based image colorization aims to colorize a target grayscale image based on a color reference image, and the key is to establish accurate pixel-level semantic correspondence between these two images. Previous me…

ColorizationImage ColorizationSemantic correspondence

Ghost-free multi exposure image fusion technique using dense SIFT descriptor and guided filter

2019-07-01 · journal 2019 7 · Naila Hayat, Muhammad Imran

A ghost-free multi-exposure image fusion technique using the dense SIFT descriptor and the guided filter is proposed in this paper. The results suggest that the presented scheme produces high-quality images using ordinar…

Multi-Exposure Image Fusion

FreeLit: Paired-Free Indoor Relighting via Physics-Guided Diffusion

2026-07-15 · Chi-En Yen, Duy-Khanh Ngo, Wen-Wei Tang, Huu-Phu Do 외 arxiv

Image-based indoor scene relighting remains challenging due to the complex interplay between cluttered geometry and local illumination, requiring precise modeling of light position, color, and intensity. Existing data-dr…