{"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/scaledreamer-scalable-text-to-3d-synthesis","title":"ScaleDreamer: Scalable Text-to-3D Synthesis with Asynchronous Score Distillation","arxiv_id":"2407.02040","date":"2024-07-02","proceeding":null,"authors":["Zhiyuan Ma","Yuxiang Wei","Yabin Zhang","Xiangyu Zhu","Zhen Lei","Lei Zhang"],"abstract":"By leveraging the text-to-image diffusion priors, score distillation can synthesize 3D contents without paired text-3D training data. Instead of spending hours of online optimization per text prompt, recent studies have been focused on learning a text-to-3D generative network for amortizing multiple text-3D relations, which can synthesize 3D contents in seconds. However, existing score distillation methods are hard to scale up to a large amount of text prompts due to the difficulties in aligning pretrained diffusion prior with the distribution of rendered images from various text prompts. Current state-of-the-arts such as Variational Score Distillation finetune the pretrained diffusion model to minimize the noise prediction error so as to align the distributions, which are however unstable to train and will impair the model's comprehension capability to numerous text prompts. Based on the observation that the diffusion models tend to have lower noise prediction errors at earlier timesteps, we propose Asynchronous Score Distillation (ASD), which minimizes the noise prediction error by shifting the diffusion timestep to earlier ones. ASD is stable to train and can scale up to 100k prompts. It reduces the noise prediction error without changing the weights of pre-trained diffusion model, thus keeping its strong comprehension capability to prompts. We conduct extensive experiments across different 2D diffusion models, including Stable Diffusion and MVDream, and text-to-3D generators, including Hyper-iNGP, 3DConv-Net and Triplane-Transformer. The results demonstrate ASD's effectiveness in stable 3D generator training, high-quality 3D content synthesis, and its superior prompt-consistency, especially under large prompt corpus.","url_abs":"https://arxiv.org/abs/2407.02040v1","url_pdf":"https://arxiv.org/pdf/2407.02040v1.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":"scaledreamer-scalable-text-to-3d-synthesis","repo_url":"https://github.com/theericma/scaledreamer","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"prediction","task_name":"Prediction"},{"task_slug":"text-to-3d","task_name":"Text to 3D"}],"methods":[{"method_slug":"align","method_name":"ALIGN"},{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2407.02040","atlas_url":"https://app.syntology.ai/?focus=2407.02040","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2407.02040"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/theericma/scaledreamer","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/theEricMa/ScaleDreamer","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":5,"ran_honours":4,"ran_draft_wrong":1},"by_repo_kind":{"official":{"samples":10,"ran":10,"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":"2888b51f325a539e","entry":"clamp_gain","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"custom/amortized/extern/stylegan_3dconv_modules.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/custom/amortized/extern/stylegan_3dconv_modules.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2888b51f325a539e"}},{"code_sha256_prefix":"7a9ea072a01a7648","entry":"convert_opengl_to_blender","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"extern/mvdream/camera_utils.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/extern/mvdream/camera_utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7a9ea072a01a7648"}},{"code_sha256_prefix":"26d260aa12e2547d","entry":"create_camera_to_world_matrix","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"extern/mvdream/camera_utils.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/extern/mvdream/camera_utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"26d260aa12e2547d"}},{"code_sha256_prefix":"ff6d1f547920cb5b","entry":"get_config_file","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"extern/mvdream/model_zoo.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/extern/mvdream/model_zoo.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ff6d1f547920cb5b"}},{"code_sha256_prefix":"d34c20f0713a7951","entry":"get_tensor_clip","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"evaluation/CLIP/evaluation_amortized.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/evaluation/CLIP/evaluation_amortized.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d34c20f0713a7951"}},{"code_sha256_prefix":"9910e2fc297f8665","entry":"identity","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"custom/amortized/extern/stylegan_3dconv_modules.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/custom/amortized/extern/stylegan_3dconv_modules.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9910e2fc297f8665"}},{"code_sha256_prefix":"ed665e886c00f5f7","entry":"is_image","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"evaluation/CLIP/evaluation_amortized.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/evaluation/CLIP/evaluation_amortized.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ed665e886c00f5f7"}},{"code_sha256_prefix":"78c7dd386abbd8b5","entry":"load_custom_module","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"launch.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/launch.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"78c7dd386abbd8b5"}},{"code_sha256_prefix":"670fe68b890c9792","entry":"normalize_2nd_moment","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"custom/amortized/extern/stylegan_3dconv_modules.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/custom/amortized/extern/stylegan_3dconv_modules.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"670fe68b890c9792"}},{"code_sha256_prefix":"10e2794824a93014","entry":"normalize_camera","repo":"theEricMa/ScaleDreamer","repo_kind":"official","path":"extern/mvdream/camera_utils.py","file_url":"https://github.com/theEricMa/ScaleDreamer/blob/HEAD/extern/mvdream/camera_utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"10e2794824a93014"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}