CVMay 21, 2025

Image-to-Image Translation with Diffusion Transformers and CLIP-Based Image Conditioning

arXiv:2505.16001v111 citationsh-index: 4
Originality Incremental advance
AI Analysis

This provides a promising alternative to GAN-based models for paired image-to-image translation tasks, such as style transfer and domain adaptation.

The paper tackled image-to-image translation by adapting Diffusion Transformers with CLIP-based image conditioning, achieving high-quality and semantically faithful translations on benchmark datasets like face2comics and edges2shoes.

Image-to-image translation aims to learn a mapping between a source and a target domain, enabling tasks such as style transfer, appearance transformation, and domain adaptation. In this work, we explore a diffusion-based framework for image-to-image translation by adapting Diffusion Transformers (DiT), which combine the denoising capabilities of diffusion models with the global modeling power of transformers. To guide the translation process, we condition the model on image embeddings extracted from a pre-trained CLIP encoder, allowing for fine-grained and structurally consistent translations without relying on text or class labels. We incorporate both a CLIP similarity loss to enforce semantic consistency and an LPIPS perceptual loss to enhance visual fidelity during training. We validate our approach on two benchmark datasets: face2comics, which translates real human faces to comic-style illustrations, and edges2shoes, which translates edge maps to realistic shoe images. Experimental results demonstrate that DiT, combined with CLIP-based conditioning and perceptual similarity objectives, achieves high-quality, semantically faithful translations, offering a promising alternative to GAN-based models for paired image-to-image translation tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes