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

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

17 Mar 2024arXiv:2403.11273archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.11273")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lutao2021/BrightDreamer officialmentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 8 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
6ran
5unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lutao2021/BrightDreamer. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

RGB2SH lutao2021/BrightDreamer/generator/BrightDreamer.py official repository ran · honoured contract fingerprinted MIT (permissive) · 5a8b1e0eb5ec2789 · report
adjust_text_embeddings lutao2021/BrightDreamer/trainer.py official repository ran MIT (permissive) · cb3ad4e37c507940 · report
biased_softplus lutao2021/BrightDreamer/activation.py official repository ran fingerprinted MIT (permissive) · fb07704f3a4c0430 · report
gaussian_3d_coeff lutao2021/BrightDreamer/generator/gaussian_utils/gaussian_model.py official repository ran MIT (permissive) · 56a932cc407a8ecb · report
get_pos_neg_text_embeddings lutao2021/BrightDreamer/trainer.py official repository ran MIT (permissive) · 0f6ee172f484a171 · report
positional_encoding_2d lutao2021/BrightDreamer/generator/network_crossattn_generative.py official repository ran MIT (permissive) · 32ac24298457bdaf · report
safe_normalize lutao2021/BrightDreamer/trainer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 1c9cf033d080b2e0 · report
unflatten_with_named_tensor lutao2021/BrightDreamer/dpt.py official repository ran MIT (permissive) · f2952bdbf9446f24 · report
ask_yes_no lutao2021/BrightDreamer/dnnlib/util.py official repository unverified MIT (permissive) · 9d31d2c4cd16bb2d · report
format_time lutao2021/BrightDreamer/dnnlib/util.py official repository unverified MIT (permissive) · 053fc534bc6bb989 · report
format_time_brief lutao2021/BrightDreamer/dnnlib/util.py official repository unverified MIT (permissive) · 77f4aa0649e7f404 · report
forward_flex lutao2021/BrightDreamer/dpt.py official repository unverified MIT (permissive) · e243c3c7c7f3110a · report
forward_vit lutao2021/BrightDreamer/dpt.py official repository unverified MIT (permissive) · 47594f898e209e22 · report

Tasks

3D GenerationText to 3D

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections