paper-with-me

Papers

Contrastive Learning Guided Latent Diffusion Model for Image-to-Image Translation

2025-03-26 · Qi Si, Bo wang, Zhao Zhang

The diffusion model has demonstrated superior performance in synthesizing diverse and high-quality images for text-guided image translation. However, there remains room for improvement in both the formulation of text prompts and the preservation of reference image content. First, variations in target text prompts can significantly influence the quality of the generated images, and it is often challenging for users to craft an optimal prompt that fully captures the content of the input image. Second, while existing models can introduce desired modifications to specific regions of the reference image, they frequently induce unintended alterations in areas that should remain unchanged. To address these challenges, we propose pix2pix-zeroCon, a zero-shot diffusion-based method that eliminates the need for additional training by leveraging patch-wise contrastive loss. Specifically, we automatically determine the editing direction in the text embedding space based on the reference image and target prompts. Furthermore, to ensure precise content and structural preservation in the edited image, we introduce cross-attention guiding loss and patch-wise contrastive loss between the generated and original image embeddings within a pre-trained diffusion model. Notably, our approach requires no additional training and operates directly on a pre-trained text-to-image diffusion model. Extensive experiments demonstrate that our method surpasses existing models in image-to-image translation, achieving enhanced fidelity and controllability.

📄 PDF Abstract BibTeX arXiv:2503.20484

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningImage-to-Image TranslationTranslation

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

Contrastive Denoising Score for Text-guided Latent Diffusion Image Editing

2023-11-30 · CVPR 2024 1 · Hyelin Nam, Gihyun Kwon, Geon Yeong Park, Jong Chul Ye

With the remarkable advent of text-to-image diffusion models, image editing methods have become more diverse and continue to evolve. A promising recent approach in this realm is Delta Denoising Score (DDS) - an image edi…

Contrastive LearningDenoisingImage-to-Image TranslationNeRF+1

Instruct-CLIP: Improving Instruction-Guided Image Editing with Automated Data Refinement Using Contrastive Learning

2025-03-24 · CVPR 2025 1 · Sherry X. Chen, Misha Sra, Pradeep Sen

Although natural language instructions offer an intuitive way to guide automated image editing, deep-learning models often struggle to achieve high-quality results, largely due to challenges in creating large, high-quali…

Contrastive Learning

Zero-Shot Contrastive Loss for Text-Guided Diffusion Image Style Transfer

2023-03-15 · ICCV 2023 1 · Serin Yang, Hyunmin Hwang, Jong Chul Ye

Diffusion models have shown great promise in text-guided image style transfer, but there is a trade-off between style transformation and content preservation due to their stochastic nature. Existing methods require compu…

Image-to-Image TranslationStyle Transfer

Diverse Text-to-Image Generation via Contrastive Noise Optimization

2025-10-04 · Byungjun Kim, Soobin Um, Jong Chul Ye arxiv

Text-to-image (T2I) diffusion models have demonstrated impressive performance in generating high-fidelity images, largely enabled by text-guided inference. However, this advantage often comes with a critical drawback: li…

Text-to-Image Generation

Hierarchical Text-Conditional Image Generation with CLIP Latents

2022-04-13 · Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu 외

Contrastive models like CLIP have been shown to learn robust representations of images that capture both semantics and style. To leverage these representations for image generation, we propose a two-stage model: a prior …

Conditional Image GenerationDecoderDiversityImage Generation+2