StereoDiffusion: Training-Free Stereo Image Generation Using Latent Diffusion Models
Lezhong Wang, Jeppe Revall Frisvad, Mark Bo Jensen, Siavash Arjomand Bigdeli
TL;DR
StereoDiffusion presents a training-free approach to stereo image generation by directly manipulating the latent space of a Stable Diffusion model. By guiding a disparity map-derived Stereo Pixel Shift during early denoising and enforcing left-right coherence through Symmetric Pixel Shift Masking Denoise and Self-Attention modifications, it achieves end-to-end T2SI, D2SI, and I2SI without fine-tuning. The method demonstrates state-of-the-art quantitative results on Middlebury and KITTI, along with favorable user evaluations, while emphasizing practical advantages such as integration simplicity and speed. Its reliance on disparity inputs from depth models enables flexible, scalable stereo content generation suitable for XR/VR applications, with clear limitations tied to depth accuracy and potential inpainting artifacts.
Abstract
The demand for stereo images increases as manufacturers launch more XR devices. To meet this demand, we introduce StereoDiffusion, a method that, unlike traditional inpainting pipelines, is trainning free, remarkably straightforward to use, and it seamlessly integrates into the original Stable Diffusion model. Our method modifies the latent variable to provide an end-to-end, lightweight capability for fast generation of stereo image pairs, without the need for fine-tuning model weights or any post-processing of images. Using the original input to generate a left image and estimate a disparity map for it, we generate the latent vector for the right image through Stereo Pixel Shift operations, complemented by Symmetric Pixel Shift Masking Denoise and Self-Attention Layers Modification methods to align the right-side image with the left-side image. Moreover, our proposed method maintains a high standard of image quality throughout the stereo generation process, achieving state-of-the-art scores in various quantitative evaluations.
