paper-with-me

Papers

How to Use Diffusion Priors under Sparse Views?

2024-12-03 · Qisen Wang, Yifan Zhao, Jiawei Ma, Jia Li

Novel view synthesis under sparse views has been a long-term important challenge in 3D reconstruction. Existing works mainly rely on introducing external semantic or depth priors to supervise the optimization of 3D representations. However, the diffusion model, as an external prior that can directly provide visual supervision, has always underperformed in sparse-view 3D reconstruction using Score Distillation Sampling (SDS) due to the low information entropy of sparse views compared to text, leading to optimization challenges caused by mode deviation. To this end, we present a thorough analysis of SDS from the mode-seeking perspective and propose Inline Prior Guided Score Matching (IPSM), which leverages visual inline priors provided by pose relationships between viewpoints to rectify the rendered image distribution and decomposes the original optimization objective of SDS, thereby offering effective diffusion visual guidance without any fine-tuning or pre-training. Furthermore, we propose the IPSM-Gaussian pipeline, which adopts 3D Gaussian Splatting as the backbone and supplements depth and geometry consistency regularization based on IPSM to further improve inline priors and rectified distribution. Experimental results on different public datasets show that our method achieves state-of-the-art reconstruction quality. The code is released at https://github.com/iCVTEAM/IPSM.

📄 PDF Abstract BibTeX arXiv:2412.02225

Code (1)

icvteam/ipsm 공식 구현 pytorch

Tasks

3D ReconstructionNovel 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 제목 키워드 기반

DreamSparse: Escaping from Plato's Cave with 2D Frozen Diffusion Model Given Sparse Views

2023-06-06 · Paul Yoo, Jiaxian Guo, Yutaka Matsuo, Shixiang Shane Gu

Synthesizing novel view images from a few views is a challenging but practical problem. Existing methods often struggle with producing high-quality results or necessitate per-object optimization in such few-view settings…

Image Generation

Sparse3D: Distilling Multiview-Consistent Diffusion for Object Reconstruction from Sparse Views

2023-08-27 · Zi-Xin Zou, Weihao Cheng, Yan-Pei Cao, Shi-Sheng Huang 외

Reconstructing 3D objects from extremely sparse views is a long-standing and challenging problem. While recent techniques employ image diffusion models for generating plausible images at novel viewpoints or for distillin…

3D ReconstructionNovel View SynthesisObject Reconstruction

DreamSparse: Escaping from Plato’s Cave with 2D Diffusion Model Given Sparse Views

2023-09-21 · NeurIPS 2023 11

Synthesizing novel view images from a few views is a challenging but practical problem. Existing methods often struggle with producing high-quality results or necessitate per-object optimization in such few-view settings…

Sp2360: Sparse-view 360 Scene Reconstruction using Cascaded 2D Diffusion Priors

2024-05-26 · Soumava Paul, Christopher Wewer, Bernt Schiele, Jan Eric Lenssen

We aim to tackle sparse-view reconstruction of a 360 3D scene using priors from latent diffusion models (LDM). The sparse-view setting is ill-posed and underconstrained, especially for scenes where the camera rotates 360…

3DGSNeRF

Toward General Object-level Mapping from Sparse Views with 3D Diffusion Priors

2024-10-07 · Ziwei Liao, Binbin Xu, Steven L. Waslander

Object-level mapping builds a 3D map of objects in a scene with detailed shapes and poses from multi-view sensor observations. Conventional methods struggle to build complete shapes and estimate accurate poses due to par…

Object