paper-with-me

Papers

PrimDiffusion: Volumetric Primitives Diffusion for 3D Human Generation

2023-12-07 · NeurIPS 2023 11 · Zhaoxi Chen, Fangzhou Hong, Haiyi Mei, Guangcong Wang, Lei Yang, Ziwei Liu

We present PrimDiffusion, the first diffusion-based framework for 3D human generation. Devising diffusion models for 3D human generation is difficult due to the intensive computational cost of 3D representations and the articulated topology of 3D humans. To tackle these challenges, our key insight is operating the denoising diffusion process directly on a set of volumetric primitives, which models the human body as a number of small volumes with radiance and kinematic information. This volumetric primitives representation marries the capacity of volumetric representations with the efficiency of primitive-based rendering. Our PrimDiffusion framework has three appealing properties: 1) compact and expressive parameter space for the diffusion model, 2) flexible 3D representation that incorporates human prior, and 3) decoder-free rendering for efficient novel-view and novel-pose synthesis. Extensive experiments validate that PrimDiffusion outperforms state-of-the-art methods in 3D human generation. Notably, compared to GAN-based methods, our PrimDiffusion supports real-time rendering of high-quality 3D humans at a resolution of $512\times512$ once the denoising process is done. We also demonstrate the flexibility of our framework on training-free conditional generation such as texture transfer and 3D inpainting.

📄 PDF Abstract BibTeX arXiv:2312.04559

Code (1)

frozenburning/primdiffusion 공식 구현 pytorch

Tasks

3D InpaintingDecoderDenoising

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

Modeling and Driving Human Body Soundfields through Acoustic Primitives

2024-07-18 · Chao Huang, Dejan Markovic, Chenliang Xu, Alexander Richard

While rendering and animation of photorealistic 3D human body models have matured and reached an impressive quality over the past years, modeling the spatial audio associated with such full body models has been largely i…

Audio GenerationNeural Rendering

FLAT: Feedforward Latent Triangle Splatting for Geometrically Accurate Scene Generation

2026-06-23 · Orest Kupyn, Goutam Bhat, Philipp Henzler, Fabian Manhardt 외 arxiv

Generating explorable 3D scenes from a single image requires strong generative priors and accurate geometric representations suitable for downstream use. Current video diffusion models offer high-quality generation and i…

Scene Generation

Mixture of Volumetric Primitives for Efficient Neural Rendering

2021-03-02 · Stephen Lombardi, Tomas Simon, Gabriel Schwartz, Michael Zollhoefer 외

Real-time rendering and animation of humans is a core function in games, movies, and telepresence applications. Existing methods have a number of drawbacks we aim to address with our work. Triangle meshes have difficulty…

Neural Rendering

Combinatorial 3D Shape Generation via Sequential Assembly

2020-04-16 · Jungtaek Kim, Hyunsoo Chung, Jinhwi Lee, Minsu Cho 외

Sequential assembly with geometric primitives has drawn attention in robotics and 3D vision since it yields a practical blueprint to construct a target shape. However, due to its combinatorial property, a greedy method f…

3D Shape GenerationBayesian Optimization

LinPrim: Linear Primitives for Differentiable Volumetric Rendering

2025-01-27 · Nicolas von Lützow, Matthias Nießner

Volumetric rendering has become central to modern novel view synthesis methods, which use differentiable rendering to optimize 3D scene representations directly from observed views. While many recent works build on NeRF …

NeRFNovel View Synthesis