paper-with-me

홈 › Papers

Consistent-1-to-3: Consistent Image to 3D View Synthesis via Geometry-aware Diffusion Models

2023-10-04 · Jianglong Ye, Peng Wang, Kejie Li, Yichun Shi, Heng Wang

Zero-shot novel view synthesis (NVS) from a single image is an essential problem in 3D object understanding. While recent approaches that leverage pre-trained generative models can synthesize high-quality novel views from in-the-wild inputs, they still struggle to maintain 3D consistency across different views. In this paper, we present Consistent-1-to-3, which is a generative framework that significantly mitigates this issue. Specifically, we decompose the NVS task into two stages: (i) transforming observed regions to a novel view, and (ii) hallucinating unseen regions. We design a scene representation transformer and view-conditioned diffusion model for performing these two stages respectively. Inside the models, to enforce 3D consistency, we propose to employ epipolor-guided attention to incorporate geometry constraints, and multi-view attention to better aggregate multi-view information. Finally, we design a hierarchy generation paradigm to generate long sequences of consistent views, allowing a full 360-degree observation of the provided object image. Qualitative and quantitative evaluation over multiple datasets demonstrates the effectiveness of the proposed mechanisms against state-of-the-art approaches. Our project page is at https://jianglongye.com/consistent123/

📄 PDF Abstract BibTeX arXiv:2310.03020

Code (0)

등록된 구현이 없습니다.

Tasks

Image to 3DNovel View Synthesis

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Multi-View Consistent Generative Adversarial Networks for 3D-aware Image Synthesis

2022-04-13 · CVPR 2022 1 · Xuanmeng Zhang, Zhedong Zheng, Daiheng Gao, Bang Zhang 외

3D-aware image synthesis aims to generate images of objects from multiple views by learning a 3D representation. However, one key challenge remains: existing approaches lack geometry constraints, hence usually fail to ge…

3D-Aware Image Synthesis3D geometryImage Generation

Geometry-guided Online 3D Video Synthesis with Multi-View Temporal Consistency

2025-05-25 · CVPR 2025 1 · Hyunho Ha, Lei Xiao, Christian Richardt, Thu Nguyen-Phuoc 외

We introduce a novel geometry-guided online video view synthesis method with enhanced view and temporal consistency. Traditional approaches achieve high-quality synthesis from dense multi-view camera setups but require s…

Novel View Synthesis

StructNeRF: Neural Radiance Fields for Indoor Scenes with Structural Hints

2022-09-12 · Zheng Chen, Chen Wang, Yuan-Chen Guo, Song-Hai Zhang

Neural Radiance Fields (NeRF) achieve photo-realistic view synthesis with densely captured input images. However, the geometry of NeRF is extremely under-constrained given sparse views, resulting in significant degradati…

Depth EstimationNeRFNovel View Synthesis

GeoFace: Consistent Multi-View Face Generation with Geometry-Constrained Diffusion

2026-06-26 · Yeji Choi, Jinhyeok Choi, Jaewon Min, Minkyung Kwon 외 arxiv

We present GeoFace, a geometry-constrained multi-view diffusion framework for consistent face generation from a single input. % While recent multi-view diffusion models achieve photorealistic synthesis at the per-view le…

3D Reconstruction

Consistent123: Improve Consistency for One Image to 3D Object Synthesis

2023-10-12 · Haohan Weng, Tianyu Yang, Jianan Wang, Yu Li 외

Large image diffusion models enable novel view synthesis with high quality and excellent zero-shot capability. However, such models based on image-to-image translation have no guarantee of view consistency, limiting the …

3D Generation3D ReconstructionImage to 3DImage-to-Image Translation+1