SyncDreamer: Generating Multiview-consistent Images from a Single-view Image

TL;DR

SyncDreamer employs a multiview-synchronized diffusion framework to generate consistent multi-view images from a single view, achieving superior 3D reconstruction.

cs.CV 🔴 Advanced 2023-09-07 37 views
Yuan Liu Cheng Lin Zijiao Zeng Xiaoxiao Long Lingjie Liu Taku Komura Wenping Wang
multiview synthesis diffusion models single-view reconstruction 3D generation deep learning

Key Findings

Methodology

SyncDreamer builds upon pretrained Zero123 diffusion models, introducing a multiview synchronization mechanism. It employs multiple shared noise predictors, utilizing a 3D-aware feature attention mechanism to synchronize intermediate states across views during each reverse diffusion step. The process involves constructing a shared spatial feature volume, projecting view-specific features via frustum interpolation, and integrating depth-wise attention layers within a UNet architecture. The model is trained on datasets like Objaverse and Google scanned objects, demonstrating high multiview consistency and accurate 3D shape reconstruction.

Key Results

  • On the Google scanned object dataset, SyncDreamer achieves a PSNR of 20.05, SSIM of 0.798, and LPIPS of 0.146 in novel view synthesis, outperforming Zero123 and RealFusion by significant margins. The COLMAP-based multiview reconstruction yields 1123 points, indicating superior geometric consistency. In single-view reconstruction, it attains a Chamfer distance of 0.0261 and IoU of 0.5421, surpassing baseline methods, reflecting detailed and smooth surface reconstructions.
  • Results demonstrate that SyncDreamer significantly improves multiview image consistency and 3D shape fidelity, especially in complex and stylized scenarios, establishing a new benchmark for single-view to 3D content generation.

Significance

This work advances the field by addressing the longstanding challenge of generating multiview-consistent images from a single view, crucial for applications in AR/VR, digital content creation, and industrial design. The multiview synchronization mechanism effectively preserves geometric and color coherence, enabling reliable 3D shape reconstruction without complex post-processing. It bridges the gap between 2D diffusion models and 3D content generation, opening new avenues for automated, high-quality 3D modeling from minimal input data.

Technical Contribution

The paper introduces a novel multiview diffusion framework with synchronized noise predictors, leveraging 3D-aware feature attention to enforce consistency. The shared UNet architecture, combined with view frustum projection and depth-wise attention layers, allows the model to perceive and correlate features across views dynamically. This approach enhances the generative diversity while maintaining geometric coherence, representing a significant step beyond existing conditional or post-hoc consistency methods. The training strategy employs joint optimization of multiple views, ensuring robust multiview alignment.

Novelty

This is the first work to incorporate a synchronized multiview diffusion process explicitly designed to enforce geometric and color consistency across generated views. Unlike prior methods relying on conditional inputs or external constraints, SyncDreamer models the joint distribution of multiple views directly, using a unified attention mechanism. Its innovative use of 3D-aware feature correlation within a diffusion framework sets it apart as a pioneering approach in multiview 3D content synthesis.

Limitations

  • The model's performance depends heavily on high-quality multi-view datasets; insufficient data may reduce effectiveness.
  • Computational complexity is high, especially during training and inference at high resolutions and multiple views.
  • Handling extreme view angles or highly complex scenes remains challenging, with occasional inconsistencies observed.

Future Work

Future directions include optimizing the model architecture for efficiency, reducing computational costs, and improving robustness in complex scenarios. Exploring semi-supervised or self-supervised training to lessen data dependency is also promising. Extending the framework to dynamic scenes and video sequences could further broaden its application scope, fostering more immersive AR/VR experiences and automated 3D content pipelines.

AI Executive Summary

SyncDreamer introduces a pioneering multiview-synchronized diffusion framework capable of generating highly consistent multi-view images from a single input view. Traditional single-view 3D reconstruction methods often struggle to maintain geometric and color coherence across different perspectives, limiting their practical utility. Addressing this, SyncDreamer leverages a joint probability modeling approach, where multiple noise predictors operate in tandem, sharing information through a 3D-aware feature attention mechanism.

The core innovation lies in synchronizing the intermediate states of all generated views at each reverse diffusion step, ensuring that the geometric and appearance attributes are coherently preserved. The model constructs a shared spatial feature volume, projects view-specific features via frustum interpolation, and employs depth-wise attention layers within a UNet backbone. This design allows the network to perceive and relate features across views dynamically, significantly enhancing multiview consistency.

Experimental results on datasets like Objaverse and Google scanned objects demonstrate that SyncDreamer outperforms existing methods such as Zero123 and RealFusion. It achieves a PSNR of 20.05, SSIM of 0.798, and LPIPS of 0.146 in novel view synthesis, with COLMAP reconstruction points reaching 1123. In single-view shape reconstruction, it attains a Chamfer distance of 0.0261 and IoU of 0.5421, indicating high geometric fidelity and surface smoothness.

These advances have broad implications for 3D content creation, virtual reality, and industrial design, enabling automatic, high-quality shape reconstruction from minimal input. Despite its strengths, the approach faces challenges related to data requirements and computational costs. Future work aims to optimize efficiency, extend to dynamic scenes, and further improve robustness, promising a transformative impact on 3D AI applications.

Deep Dive

Abstract

In this paper, we present a novel diffusion model called that generates multiview-consistent images from a single-view image. Using pretrained large-scale 2D diffusion models, recent work Zero123 demonstrates the ability to generate plausible novel views from a single-view image of an object. However, maintaining consistency in geometry and colors for the generated images remains a challenge. To address this issue, we propose a synchronized multiview diffusion model that models the joint probability distribution of multiview images, enabling the generation of multiview-consistent images in a single reverse process. SyncDreamer synchronizes the intermediate states of all the generated images at every step of the reverse process through a 3D-aware feature attention mechanism that correlates the corresponding features across different views. Experiments show that SyncDreamer generates images with high consistency across different views, thus making it well-suited for various 3D generation tasks such as novel-view-synthesis, text-to-3D, and image-to-3D.

cs.CV cs.AI cs.GR