paper-with-me

홈 › Papers

Viewset Diffusion: (0-)Image-Conditioned 3D Generative Models from 2D Data

2023-06-13 · ICCV 2023 1 · Stanislaw Szymanowicz, Christian Rupprecht, Andrea Vedaldi

We present Viewset Diffusion, a diffusion-based generator that outputs 3D objects while only using multi-view 2D data for supervision. We note that there exists a one-to-one mapping between viewsets, i.e., collections of several 2D views of an object, and 3D models. Hence, we train a diffusion model to generate viewsets, but design the neural network generator to reconstruct internally corresponding 3D models, thus generating those too. We fit a diffusion model to a large number of viewsets for a given category of objects. The resulting generator can be conditioned on zero, one or more input views. Conditioned on a single view, it performs 3D reconstruction accounting for the ambiguity of the task and allowing to sample multiple solutions compatible with the input. The model performs reconstruction efficiently, in a feed-forward manner, and is trained using only rendering losses using as few as three views per viewset. Project page: szymanowiczs.github.io/viewset-diffusion.

📄 PDF Abstract BibTeX arXiv:2306.07881

Code (1)

szymanowiczs/viewset-diffusion pytorch

Tasks

3D ReconstructionSingle-View 3D Reconstruction

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

Generative Phomosaic with Structure-Aligned and Personalized Diffusion

2026-04-08 · Jaeyoung Chung, Hyunjin Son, Kyoung Mu Lee arxiv

We present the first generative approach to photomosaic creation. Traditional photomosaic methods rely on a large number of tile images and color-based matching, which limits both diversity and structural consistency. Ou…

Rethinking Real-world Image Deraining via An Unpaired Degradation-Conditioned Diffusion Model

2023-01-23 · Yiyang Shen, Mingqiang Wei, Yongzhen Wang, Xueyang Fu 외

Recent diffusion models have exhibited great potential in generative modeling tasks. Part of their success can be attributed to the ability of training stable on huge sets of paired synthetic data. However, adapting thes…

Rain RemovalTranslation

Simultaneous Image-to-Zero and Zero-to-Noise: Diffusion Models with Analytical Image Attenuation

2023-06-23 · Yuhang Huang, Zheng Qin, Xinwang Liu, Kai Xu

Recent studies have demonstrated that the forward diffusion process is crucial for the effectiveness of diffusion models in terms of generative quality and sampling efficiency. We propose incorporating an analytical imag…

DenoisingEdge DetectionImage GenerationImage Inpainting+2

3DShape2VecSet: A 3D Shape Representation for Neural Fields and Generative Diffusion Models

2023-01-26 · Biao Zhang, Jiapeng Tang, Matthias Niessner, Peter Wonka

We introduce 3DShape2VecSet, a novel shape representation for neural fields designed for generative diffusion models. Our shape representation can encode 3D shapes given as surface models or point clouds, and represents …

3D Shape RepresentationPoint Cloud Completion

Accelerating Score-based Generative Models with Preconditioned Diffusion Sampling

2022-07-05 · Hengyuan Ma, Li Zhang, Xiatian Zhu, Jianfeng Feng

Score-based generative models (SGMs) have recently emerged as a promising class of generative models. However, a fundamental limitation is that their inference is very slow due to a need for many (e.g., 2000) iterations …

DiversityImage Generation