Papers › Direct3D-S2: Gigascale 3D Generation Made Easy with Spatial Sparse Attention

Direct3D-S2: Gigascale 3D Generation Made Easy with Spatial Sparse Attention

23 May 2025arXiv:2505.17412archive 2025-07-28

Shuang Wu, Youtian Lin, Feihu Zhang, Yifei Zeng, Yikang Yang, Yajie Bao, Jiachen Qian, Siyu Zhu, Xun Cao, Philip Torr, Yao Yao

Generating high-resolution 3D shapes using volumetric representations such as Signed Distance Functions (SDFs) presents substantial computational and memory challenges. We introduce Direct3D-S2, a scalable 3D generation framework based on sparse volumes that achieves superior output quality with dramatically reduced training costs. Our key innovation is the Spatial Sparse Attention (SSA) mechanism, which greatly enhances the efficiency of Diffusion Transformer (DiT) computations on sparse volumetric data. SSA allows the model to effectively process large token sets within sparse volumes, substantially reducing computational overhead and achieving a 3.9x speedup in the forward pass and a 9.6x speedup in the backward pass. Our framework also includes a variational autoencoder (VAE) that maintains a consistent sparse volumetric format across input, latent, and output stages. Compared to previous methods with heterogeneous representations in 3D VAE, this unified design significantly improves training efficiency and stability. Our model is trained on public available datasets, and experiments demonstrate that Direct3D-S2 not only surpasses state-of-the-art methods in generation quality and efficiency, but also enables training at 1024 resolution using only 8 GPUs, a task typically requiring at least 32 GPUs for volumetric representations at 256 resolution, thus making gigascale 3D generation both practical and accessible. Project page: https://www.neural4d.com/research/direct3d-s2.

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

Code

Syntology Ran 2 of 10 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

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

DreamTechAI/Direct3D-S2 mentioned 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

10 samples harvested; 2 ran; 0 honoured the contract we drafted; 8 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.

2ran · our draft was wrong
8unverified

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 DreamTechAI/Direct3D-S2. “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.

modulate DreamTechAI/Direct3D-S2/direct3d_s2/modules/utils.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 03310bba324ae4fb · report
zero_module DreamTechAI/Direct3D-S2/direct3d_s2/modules/utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 129b804760b3115f · report
get_activation DreamTechAI/Direct3D-S2/direct3d_s2/models/refiner/unet3d.py community (archive-listed) unverified MIT (permissive) · 802333c05f6b9927 · report
get_down_block DreamTechAI/Direct3D-S2/direct3d_s2/models/refiner/unet3d.py community (archive-listed) unverified MIT (permissive) · 484f913e371f7172 · report
get_up_block DreamTechAI/Direct3D-S2/direct3d_s2/models/refiner/unet3d.py community (archive-listed) unverified MIT (permissive) · 97a1118ec5c59ded · report
norm_layer DreamTechAI/Direct3D-S2/direct3d_s2/models/autoencoders/dense_vae.py community (archive-listed) unverified MIT (permissive) · 6818f26f5c2a59a4 · report
patchify DreamTechAI/Direct3D-S2/direct3d_s2/modules/spatial.py community (archive-listed) unverified MIT (permissive) · e6b8cd9f318cc00b · report
pixel_shuffle_3d DreamTechAI/Direct3D-S2/direct3d_s2/modules/spatial.py community (archive-listed) unverified MIT (permissive) · 9e5521078878a448 · report
scale_module DreamTechAI/Direct3D-S2/direct3d_s2/modules/utils.py community (archive-listed) unverified MIT (permissive) · 9136b5f9b735334b · report
unpatchify DreamTechAI/Direct3D-S2/direct3d_s2/modules/spatial.py community (archive-listed) unverified MIT (permissive) · d01c19a64a056d04 · report

Tasks

3D Generation3D Object Reconstruction3D Reconstruction3D Shape Generation3D Shape Modeling3D geometryImage to 3D

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDiffusionDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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