{"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/zero-shot-text-guided-object-generation-with","title":"Zero-Shot Text-Guided Object Generation with Dream Fields","arxiv_id":"2112.01455","date":"2021-12-02","proceeding":"CVPR 2022 1","authors":["Ajay Jain","Ben Mildenhall","Jonathan T. Barron","Pieter Abbeel","Ben Poole"],"abstract":"We combine neural rendering with multi-modal image and text representations to synthesize diverse 3D objects solely from natural language descriptions. Our method, Dream Fields, can generate the geometry and color of a wide range of objects without 3D supervision. Due to the scarcity of diverse, captioned 3D data, prior methods only generate objects from a handful of categories, such as ShapeNet. Instead, we guide generation with image-text models pre-trained on large datasets of captioned images from the web. Our method optimizes a Neural Radiance Field from many camera views so that rendered images score highly with a target caption according to a pre-trained CLIP model. To improve fidelity and visual quality, we introduce simple geometric priors, including sparsity-inducing transmittance regularization, scene bounds, and new MLP architectures. In experiments, Dream Fields produce realistic, multi-view consistent object geometry and color from a variety of natural language captions.","url_abs":"https://arxiv.org/abs/2112.01455v2","url_pdf":"https://arxiv.org/pdf/2112.01455v2.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":"zero-shot-text-guided-object-generation-with","repo_url":"https://github.com/google-research/google-research/tree/master/dreamfields","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"jax","reach":null},{"paper_slug":"zero-shot-text-guided-object-generation-with","repo_url":"https://github.com/ashawkey/torch-ngp","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"zero-shot-text-guided-object-generation-with","repo_url":"https://github.com/autodeskailab/clip-forge","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"zero-shot-text-guided-object-generation-with","repo_url":"https://github.com/shengyu-meng/dreamfields-3D","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"neural-rendering","task_name":"Neural Rendering"},{"task_slug":"object","task_name":"Object"}],"methods":[{"method_slug":"clip","method_name":"CLIP"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2112.01455","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2112.01455"}},"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/shengyu-meng/dreamfields-3D","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/google-research/google-research/tree/master/dreamfields","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/autodeskailab/clip-forge","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ashawkey/torch-ngp","reach":null}],"summary":{"ran_draft_wrong":1,"unverified":9},"by_repo_kind":{"listed":{"samples":10,"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":"8ed7b9fc7f33d1dd","entry":"sample_pdf","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/renderer.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/renderer.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8ed7b9fc7f33d1dd"}},{"code_sha256_prefix":"10b170fee86dc30d","entry":"constrain_l_inf","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/bg_utils.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/bg_utils.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":"10b170fee86dc30d"}},{"code_sha256_prefix":"72d37c800336a0ba","entry":"get_encoder","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"encoding.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/encoding.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":"72d37c800336a0ba"}},{"code_sha256_prefix":"08f9890fc9f0a74b","entry":"get_view_direction","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/provider.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/provider.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":"08f9890fc9f0a74b"}},{"code_sha256_prefix":"c6a72f3eb1bcaedc","entry":"mape_loss","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"loss.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/loss.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":"c6a72f3eb1bcaedc"}},{"code_sha256_prefix":"58cb35f56b5a61a5","entry":"near_far_from_bound","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/renderer.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/renderer.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":"58cb35f56b5a61a5"}},{"code_sha256_prefix":"ea0c1ea3b1314a9f","entry":"nerf_matrix_to_ngp","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/provider.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/provider.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":"ea0c1ea3b1314a9f"}},{"code_sha256_prefix":"6a0981461a74375d","entry":"rand_poses","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/provider.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/provider.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":"6a0981461a74375d"}},{"code_sha256_prefix":"66f0c9fbbdec320b","entry":"rfft2d_freqs","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/bg_utils.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/bg_utils.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":"66f0c9fbbdec320b"}},{"code_sha256_prefix":"0d8871eb5635a546","entry":"to_valid_rgb","repo":"shengyu-meng/dreamfields-3D","repo_kind":"listed","path":"nerf/bg_utils.py","file_url":"https://github.com/shengyu-meng/dreamfields-3D/blob/HEAD/nerf/bg_utils.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":"0d8871eb5635a546"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}