Papers › ScaleDreamer: Scalable Text-to-3D Synthesis with Asynchronous Score Distillation

ScaleDreamer: Scalable Text-to-3D Synthesis with Asynchronous Score Distillation

2 Jul 2024arXiv:2407.02040archive 2025-07-28

Zhiyuan Ma, Yuxiang Wei, Yabin Zhang, Xiangyu Zhu, Zhen Lei, Lei Zhang

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.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2407.02040")

Code

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

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

theericma/scaledreamer officialmentioned in papermentioned on GitHubjaxApache-2.0 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

10 samples harvested; 10 ran; 4 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

4ran · honoured contract
1ran · our draft was wrong
5ran

Licence: 0 of the 10 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 theEricMa/ScaleDreamer. “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.

clamp_gain theEricMa/ScaleDreamer/custom/amortized/extern/stylegan_3dconv_modules.py official repository ran Apache-2.0 (permissive) · 2888b51f325a539e · report
convert_opengl_to_blender theEricMa/ScaleDreamer/extern/mvdream/camera_utils.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 7a9ea072a01a7648 · report
create_camera_to_world_matrix theEricMa/ScaleDreamer/extern/mvdream/camera_utils.py official repository ran · honoured contract Apache-2.0 (permissive) · 26d260aa12e2547d · report
get_config_file theEricMa/ScaleDreamer/extern/mvdream/model_zoo.py official repository ran Apache-2.0 (permissive) · ff6d1f547920cb5b · report
get_tensor_clip theEricMa/ScaleDreamer/evaluation/CLIP/evaluation_amortized.py official repository ran Apache-2.0 (permissive) · d34c20f0713a7951 · report
identity theEricMa/ScaleDreamer/custom/amortized/extern/stylegan_3dconv_modules.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 9910e2fc297f8665 · report
is_image theEricMa/ScaleDreamer/evaluation/CLIP/evaluation_amortized.py official repository ran Apache-2.0 (permissive) · ed665e886c00f5f7 · report
load_custom_module theEricMa/ScaleDreamer/launch.py official repository ran Apache-2.0 (permissive) · 78c7dd386abbd8b5 · report
normalize_2nd_moment theEricMa/ScaleDreamer/custom/amortized/extern/stylegan_3dconv_modules.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 670fe68b890c9792 · report
normalize_camera theEricMa/ScaleDreamer/extern/mvdream/camera_utils.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 10e2794824a93014 · report

Tasks

PredictionText to 3D

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNDiffusion

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