{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/brightdreamer-generic-3d-gaussian-generative","title":"BrightDreamer: Generic 3D Gaussian Generative Framework for Fast Text-to-3D Synthesis","arxiv_id":"2403.11273","date":"2024-03-17","proceeding":null,"authors":["Lutao Jiang","Xu Zheng","Yuanhuiyi Lyu","Jiazhou Zhou","Lin Wang"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2403.11273v2","url_pdf":"https://arxiv.org/pdf/2403.11273v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"brightdreamer-generic-3d-gaussian-generative","repo_url":"https://github.com/lutao2021/BrightDreamer","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-generation","task_name":"3D Generation"},{"task_slug":"text-to-3d","task_name":"Text to 3D"}],"methods":[{"method_slug":"set","method_name":"SET"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2403.11273","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2403.11273"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/lutao2021/BrightDreamer","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_honours":1,"ran":6,"ran_draft_wrong":1,"unverified":5},"by_repo_kind":{"official":{"samples":13,"ran":8,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"5a8b1e0eb5ec2789","entry":"RGB2SH","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"generator/BrightDreamer.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/generator/BrightDreamer.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5a8b1e0eb5ec2789"}},{"code_sha256_prefix":"cb3ad4e37c507940","entry":"adjust_text_embeddings","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"trainer.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cb3ad4e37c507940"}},{"code_sha256_prefix":"fb07704f3a4c0430","entry":"biased_softplus","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"activation.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/activation.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fb07704f3a4c0430"}},{"code_sha256_prefix":"56a932cc407a8ecb","entry":"gaussian_3d_coeff","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"generator/gaussian_utils/gaussian_model.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/generator/gaussian_utils/gaussian_model.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"56a932cc407a8ecb"}},{"code_sha256_prefix":"0f6ee172f484a171","entry":"get_pos_neg_text_embeddings","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"trainer.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0f6ee172f484a171"}},{"code_sha256_prefix":"32ac24298457bdaf","entry":"positional_encoding_2d","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"generator/network_crossattn_generative.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/generator/network_crossattn_generative.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"32ac24298457bdaf"}},{"code_sha256_prefix":"1c9cf033d080b2e0","entry":"safe_normalize","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"trainer.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/trainer.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1c9cf033d080b2e0"}},{"code_sha256_prefix":"f2952bdbf9446f24","entry":"unflatten_with_named_tensor","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"dpt.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/dpt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f2952bdbf9446f24"}},{"code_sha256_prefix":"9d31d2c4cd16bb2d","entry":"ask_yes_no","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"dnnlib/util.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/dnnlib/util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9d31d2c4cd16bb2d"}},{"code_sha256_prefix":"053fc534bc6bb989","entry":"format_time","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"dnnlib/util.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/dnnlib/util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"053fc534bc6bb989"}},{"code_sha256_prefix":"77f4aa0649e7f404","entry":"format_time_brief","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"dnnlib/util.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/dnnlib/util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"77f4aa0649e7f404"}},{"code_sha256_prefix":"e243c3c7c7f3110a","entry":"forward_flex","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"dpt.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e243c3c7c7f3110a"}},{"code_sha256_prefix":"47594f898e209e22","entry":"forward_vit","repo":"lutao2021/BrightDreamer","repo_kind":"official","path":"dpt.py","file_url":"https://github.com/lutao2021/BrightDreamer/blob/HEAD/dpt.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"47594f898e209e22"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}