{"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/point-e-a-system-for-generating-3d-point","title":"Point-E: A System for Generating 3D Point Clouds from Complex Prompts","arxiv_id":"2212.08751","date":"2022-12-16","proceeding":null,"authors":["Alex Nichol","Heewoo Jun","Prafulla Dhariwal","Pamela Mishkin","Mark Chen"],"abstract":"While recent work on text-conditional 3D object generation has shown promising results, the state-of-the-art methods typically require multiple GPU-hours to produce a single sample. This is in stark contrast to state-of-the-art generative image models, which produce samples in a number of seconds or minutes. In this paper, we explore an alternative method for 3D object generation which produces 3D models in only 1-2 minutes on a single GPU. Our method first generates a single synthetic view using a text-to-image diffusion model, and then produces a 3D point cloud using a second diffusion model which conditions on the generated image. While our method still falls short of the state-of-the-art in terms of sample quality, it is one to two orders of magnitude faster to sample from, offering a practical trade-off for some use cases. We release our pre-trained point cloud diffusion models, as well as evaluation code and models, at https://github.com/openai/point-e.","url_abs":"https://arxiv.org/abs/2212.08751v1","url_pdf":"https://arxiv.org/pdf/2212.08751v1.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":"point-e-a-system-for-generating-3d-point","repo_url":"https://github.com/openai/point-e","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":null,"task_name":"GPU"},{"task_slug":"generating-3d-point-clouds","task_name":"Generating 3D Point Clouds"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2212.08751","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2212.08751"}},"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/openai/point-e","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_honours":2,"ran_fixture":1,"ran":1,"unverified":7},"by_repo_kind":{"official":{"samples":11,"ran":4,"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":"2ab2316ac6fdd869","entry":"betas_for_alpha_bar","repo":"openai/point-e","repo_kind":"official","path":"point_e/diffusion/gaussian_diffusion.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/diffusion/gaussian_diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2ab2316ac6fdd869"}},{"code_sha256_prefix":"ec413739d406e611","entry":"pc_normalize","repo":"openai/point-e","repo_kind":"official","path":"point_e/evals/pointnet2_utils.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/evals/pointnet2_utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ec413739d406e611"}},{"code_sha256_prefix":"bba5dc7caf857cd2","entry":"square_distance","repo":"openai/point-e","repo_kind":"official","path":"point_e/evals/pointnet2_utils.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/evals/pointnet2_utils.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bba5dc7caf857cd2"}},{"code_sha256_prefix":"f9d13198ccab8dd6","entry":"timestep_embedding","repo":"openai/point-e","repo_kind":"official","path":"point_e/models/util.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/models/util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f9d13198ccab8dd6"}},{"code_sha256_prefix":"103f1da7de7fd3d4","entry":"checkpoint","repo":"openai/point-e","repo_kind":"official","path":"point_e/models/checkpoint.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/models/checkpoint.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":"103f1da7de7fd3d4"}},{"code_sha256_prefix":"5effab2c34345de7","entry":"fetch_file_cached","repo":"openai/point-e","repo_kind":"official","path":"point_e/models/download.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/models/download.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":"5effab2c34345de7"}},{"code_sha256_prefix":"a327cce17c78a700","entry":"get_beta_schedule","repo":"openai/point-e","repo_kind":"official","path":"point_e/diffusion/gaussian_diffusion.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/diffusion/gaussian_diffusion.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":"a327cce17c78a700"}},{"code_sha256_prefix":"24208ce4668f302e","entry":"get_named_beta_schedule","repo":"openai/point-e","repo_kind":"official","path":"point_e/diffusion/gaussian_diffusion.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/diffusion/gaussian_diffusion.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":"24208ce4668f302e"}},{"code_sha256_prefix":"5428ed85e9aa6c8d","entry":"load_checkpoint","repo":"openai/point-e","repo_kind":"official","path":"point_e/models/download.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/models/download.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":"5428ed85e9aa6c8d"}},{"code_sha256_prefix":"9f5e8f0c8da3750b","entry":"model_from_config","repo":"openai/point-e","repo_kind":"official","path":"point_e/models/configs.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/models/configs.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":"9f5e8f0c8da3750b"}},{"code_sha256_prefix":"b1227ddb721e2999","entry":"timeit","repo":"openai/point-e","repo_kind":"official","path":"point_e/evals/pointnet2_utils.py","file_url":"https://github.com/openai/point-e/blob/HEAD/point_e/evals/pointnet2_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":"b1227ddb721e2999"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}