Coupled Diffusion Sampling for Training-Free Multi-View Image Editing
Hadi Alzayer, Yunzhi Zhang, Chen Geng, Jia-Bin Huang, Jiajun Wu
TL;DR
The paper tackles multi-view consistency in diffusion-based edits without training new 3D models. It introduces coupled diffusion sampling, a simple inference-time mechanism that jointly guides a 2D editing model and a pre-trained multi-view diffusion model via a coupling energy $U(x, x') = -\frac{\lambda}{2}\|x - x'\|_2^2$ to align outputs while preserving each model's prior. The approach is validated on spatial editing, stylization, and relighting, showing improved view coherence, identity preservation, and competitive per-image metrics across diverse backbones. This coupling framework offers a practical, training-free route to high-quality, multi-view edits with potential extensions to video and other conditional diffusion tasks.
Abstract
We present an inference-time diffusion sampling method to perform multi-view consistent image editing using pre-trained 2D image editing models. These models can independently produce high-quality edits for each image in a set of multi-view images of a 3D scene or object, but they do not maintain consistency across views. Existing approaches typically address this by optimizing over explicit 3D representations, but they suffer from a lengthy optimization process and instability under sparse view settings. We propose an implicit 3D regularization approach by constraining the generated 2D image sequences to adhere to a pre-trained multi-view image distribution. This is achieved through coupled diffusion sampling, a simple diffusion sampling technique that concurrently samples two trajectories from both a multi-view image distribution and a 2D edited image distribution, using a coupling term to enforce the multi-view consistency among the generated images. We validate the effectiveness and generality of this framework on three distinct multi-view image editing tasks, demonstrating its applicability across various model architectures and highlighting its potential as a general solution for multi-view consistent editing.
