SyncDreamer: Generating Multiview-Consistent Images from a Single-View Image

Abstract

In this paper, we present a novel diffusion model called SyncDreamer 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. Project page: https://liuyuan-pal.github.io/SyncDreamer/.

Cite

Text

Liu et al. "SyncDreamer: Generating Multiview-Consistent Images from a Single-View Image." International Conference on Learning Representations, 2024.

Markdown

[Liu et al. "SyncDreamer: Generating Multiview-Consistent Images from a Single-View Image." International Conference on Learning Representations, 2024.](https://mlanthology.org/iclr/2024/liu2024iclr-syncdreamer/)

BibTeX

@inproceedings{liu2024iclr-syncdreamer,
  title     = {{SyncDreamer: Generating Multiview-Consistent Images from a Single-View Image}},
  author    = {Liu, Yuan and Lin, Cheng and Zeng, Zijiao and Long, Xiaoxiao and Liu, Lingjie and Komura, Taku and Wang, Wenping},
  booktitle = {International Conference on Learning Representations},
  year      = {2024},
  url       = {https://mlanthology.org/iclr/2024/liu2024iclr-syncdreamer/}
}