{"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/direct3d-scalable-image-to-3d-generation-via","title":"Direct3D: Scalable Image-to-3D Generation via 3D Latent Diffusion Transformer","arxiv_id":"2405.14832","date":"2024-05-23","proceeding":null,"authors":["Shuang Wu","Youtian Lin","Feihu Zhang","Yifei Zeng","Jingxi Xu","Philip Torr","Xun Cao","Yao Yao"],"abstract":"Generating high-quality 3D assets from text and images has long been challenging, primarily due to the absence of scalable 3D representations capable of capturing intricate geometry distributions. In this work, we introduce Direct3D, a native 3D generative model scalable to in-the-wild input images, without requiring a multiview diffusion model or SDS optimization. Our approach comprises two primary components: a Direct 3D Variational Auto-Encoder (D3D-VAE) and a Direct 3D Diffusion Transformer (D3D-DiT). D3D-VAE efficiently encodes high-resolution 3D shapes into a compact and continuous latent triplane space. Notably, our method directly supervises the decoded geometry using a semi-continuous surface sampling strategy, diverging from previous methods relying on rendered images as supervision signals. D3D-DiT models the distribution of encoded 3D latents and is specifically designed to fuse positional information from the three feature maps of the triplane latent, enabling a native 3D generative model scalable to large-scale 3D datasets. Additionally, we introduce an innovative image-to-3D generation pipeline incorporating semantic and pixel-level image conditions, allowing the model to produce 3D shapes consistent with the provided conditional image input. Extensive experiments demonstrate the superiority of our large-scale pre-trained Direct3D over previous image-to-3D approaches, achieving significantly better generation quality and generalization ability, thus establishing a new state-of-the-art for 3D content creation. Project page: https://nju-3dv.github.io/projects/Direct3D/.","url_abs":"https://arxiv.org/abs/2405.14832v2","url_pdf":"https://arxiv.org/pdf/2405.14832v2.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":"direct3d-scalable-image-to-3d-generation-via","repo_url":"https://github.com/DreamTechAI/Direct3D","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"3d-generation","task_name":"3D Generation"},{"task_slug":"3d-reconstruction","task_name":"3D Reconstruction"},{"task_slug":"3d-shape-generation","task_name":"3D Shape Generation"},{"task_slug":"image-to-3d","task_name":"Image to 3D"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"diffusion","method_name":"Diffusion"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"label-smoothing","method_name":"Label Smoothing"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"position-wise-feed-forward-layer","method_name":"Position-Wise Feed-Forward Layer"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"transformer","method_name":"Transformer"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2405.14832","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.14832"}},"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/DreamTechAI/Direct3D","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_draft_wrong":1,"unverified":6},"by_repo_kind":{"listed":{"samples":7,"ran":1,"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":"221b2d116fdf1032","entry":"get_obj_from_str","repo":"DreamTechAI/Direct3D","repo_kind":"listed","path":"direct3d/utils/util.py","file_url":"https://github.com/DreamTechAI/Direct3D/blob/HEAD/direct3d/utils/util.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"221b2d116fdf1032"}},{"code_sha256_prefix":"156955b54770f9fe","entry":"crop_recenter","repo":"DreamTechAI/Direct3D","repo_kind":"listed","path":"direct3d/utils/image.py","file_url":"https://github.com/DreamTechAI/Direct3D/blob/HEAD/direct3d/utils/image.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"156955b54770f9fe"}},{"code_sha256_prefix":"2f540c03b489c19d","entry":"get_2d_sincos_pos_embed","repo":"DreamTechAI/Direct3D","repo_kind":"listed","path":"direct3d/models/dit.py","file_url":"https://github.com/DreamTechAI/Direct3D/blob/HEAD/direct3d/models/dit.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2f540c03b489c19d"}},{"code_sha256_prefix":"ef52d142b2c30ac2","entry":"instantiate_from_config","repo":"DreamTechAI/Direct3D","repo_kind":"listed","path":"direct3d/utils/util.py","file_url":"https://github.com/DreamTechAI/Direct3D/blob/HEAD/direct3d/utils/util.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ef52d142b2c30ac2"}},{"code_sha256_prefix":"ff87ca58669d9c48","entry":"pad_to_same_size","repo":"DreamTechAI/Direct3D","repo_kind":"listed","path":"direct3d/utils/image.py","file_url":"https://github.com/DreamTechAI/Direct3D/blob/HEAD/direct3d/utils/image.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ff87ca58669d9c48"}},{"code_sha256_prefix":"fbf30db516b62ca9","entry":"project_onto_planes","repo":"DreamTechAI/Direct3D","repo_kind":"listed","path":"direct3d/utils/triplane.py","file_url":"https://github.com/DreamTechAI/Direct3D/blob/HEAD/direct3d/utils/triplane.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"fbf30db516b62ca9"}},{"code_sha256_prefix":"4a3ead4396ff6969","entry":"sample_from_planes","repo":"DreamTechAI/Direct3D","repo_kind":"listed","path":"direct3d/utils/triplane.py","file_url":"https://github.com/DreamTechAI/Direct3D/blob/HEAD/direct3d/utils/triplane.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4a3ead4396ff6969"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}