CVSep 22, 2022

MIDMs: Matching Interleaved Diffusion Models for Exemplar-based Image Translation

NVIDIAU of Toronto
arXiv:2209.11047v333 citationsh-index: 23
Originality Incremental advance
AI Analysis

This addresses image translation challenges for computer vision applications, but it is incremental as it builds on existing diffusion models.

The authors tackled the problem of exemplar-based image translation, where matching errors in cross-domain tasks like sketch-to-photo degrade results, by proposing a diffusion-based framework that interleaves matching and generation steps, leading to more plausible images than state-of-the-art methods.

We present a novel method for exemplar-based image translation, called matching interleaved diffusion models (MIDMs). Most existing methods for this task were formulated as GAN-based matching-then-generation framework. However, in this framework, matching errors induced by the difficulty of semantic matching across cross-domain, e.g., sketch and photo, can be easily propagated to the generation step, which in turn leads to degenerated results. Motivated by the recent success of diffusion models overcoming the shortcomings of GANs, we incorporate the diffusion models to overcome these limitations. Specifically, we formulate a diffusion-based matching-and-generation framework that interleaves cross-domain matching and diffusion steps in the latent space by iteratively feeding the intermediate warp into the noising process and denoising it to generate a translated image. In addition, to improve the reliability of the diffusion process, we design a confidence-aware process using cycle-consistency to consider only confident regions during translation. Experimental results show that our MIDMs generate more plausible images than state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes