paper-with-me

Papers

BrightDreamer: Generic 3D Gaussian Generative Framework for Fast Text-to-3D Synthesis

2024-03-17 · Lutao Jiang, Xu Zheng, Yuanhuiyi Lyu, Jiazhou Zhou, Lin Wang

Text-to-3D synthesis has recently seen intriguing advances by combining the text-to-image priors with 3D representation methods, e.g., 3D Gaussian Splatting (3D GS), via Score Distillation Sampling (SDS). However, a hurdle of existing methods is the low efficiency, per-prompt optimization for a single 3D object. Therefore, it is imperative for a paradigm shift from per-prompt optimization to feed-forward generation for any unseen text prompts, which yet remains challenging. An obstacle is how to directly generate a set of millions of 3D Gaussians to represent a 3D object. This paper presents BrightDreamer, an end-to-end feed-forward approach that can achieve generalizable and fast (77 ms) text-to-3D generation. Our key idea is to formulate the generation process as estimating the 3D deformation from an anchor shape with predefined positions. For this, we first propose a Text-guided Shape Deformation (TSD) network to predict the deformed shape and its new positions, used as the centers (one attribute) of 3D Gaussians. To estimate the other four attributes (i.e., scaling, rotation, opacity, and SH), we then design a novel Text-guided Triplane Generator (TTG) to generate a triplane representation for a 3D object. The center of each Gaussian enables us to transform the spatial feature into the four attributes. The generated 3D Gaussians can be finally rendered at 705 frames per second. Extensive experiments demonstrate the superiority of our method over existing methods. Also, BrightDreamer possesses a strong semantic understanding capability even for complex text prompts. The code is available in the project page.

📄 PDF Abstract BibTeX arXiv:2403.11273

Code (1)

lutao2021/BrightDreamer 공식 구현 pytorch

Tasks

3D GenerationText to 3D

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Instant3dit: Multiview Inpainting for Fast Editing of 3D Objects

2024-11-30 · CVPR 2025 1 · Amir Barda, Matheus Gadelha, Vladimir G. Kim, Noam Aigerman 외

We propose a generative technique to edit 3D shapes, represented as meshes, NeRFs, or Gaussian Splats, in approximately 3 seconds, without the need for running an SDS type of optimization. Our key insight is to cast 3D e…

Image Inpainting

latentSplat: Autoencoding Variational Gaussians for Fast Generalizable 3D Reconstruction

2024-03-24 · Christopher Wewer, Kevin Raj, Eddy Ilg, Bernt Schiele 외

We present latentSplat, a method to predict semantic Gaussians in a 3D latent space that can be splatted and decoded by a light-weight generative 2D architecture. Existing methods for generalizable 3D reconstruction eith…

3D ReconstructionDecoder

Learning Generic Diffusion Processes for Image Restoration

2018-07-17 · Peng Qiao, Yong Dou, Yunjin Chen, Wensen Feng

Image restoration problems are typical ill-posed problems where the regularization term plays an important role. The regularization term learned via generative approaches is easy to transfer to various image restoration,…

DenoisingImage Restoration

PINGS: Physics-Informed Neural Network for Fast Generative Sampling

2025-09-14 · Achmad Ardani Prasha, Clavino Ourizqi Rachmadi, Muhamad Fauzan Ibnu Syahlan, Naufal Rahfi Anugerah 외 arxiv

We introduce PINGS (Physics-Informed Neural Network for Fast Generative Sampling), a framework that amortizes diffusion sampling by training a physics-informed network to approximate reverse-time probability-flow dynamic…

ELITE: Efficient Gaussian Head Avatar from a Monocular Video via Learned Initialization and TEst-time Generative Adaptation

2026-01-15 · Kim Youwang, Lee Hyoseok, Subin Park, Gerard Pons-Moll 외 arxiv

We introduce ELITE, an Efficient Gaussian head avatar synthesis from a monocular video via Learned Initialization and TEst-time generative adaptation. Prior works rely either on a 3D data prior or a 2D generative prior t…