{"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/a-point-cloud-approach-to-generative-modeling","title":"A point cloud approach to generative modeling for galaxy surveys at the field level","arxiv_id":"2311.17141","date":"2023-11-28","proceeding":null,"authors":["Carolina Cuesta-Lazaro","Siddharth Mishra-Sharma"],"abstract":"We introduce a diffusion-based generative model to describe the distribution of galaxies in our Universe directly as a collection of points in 3-D space (coordinates) optionally with associated attributes (e.g., velocities and masses), without resorting to binning or voxelization. The custom diffusion model can be used both for emulation, reproducing essential summary statistics of the galaxy distribution, as well as inference, by computing the conditional likelihood of a galaxy field. We demonstrate a first application to massive dark matter haloes in the Quijote simulation suite. This approach can be extended to enable a comprehensive analysis of cosmological data, circumventing limitations inherent to summary statistic -- as well as neural simulation-based inference methods.","url_abs":"https://arxiv.org/abs/2311.17141v2","url_pdf":"https://arxiv.org/pdf/2311.17141v2.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":"a-point-cloud-approach-to-generative-modeling","repo_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"a-point-cloud-approach-to-generative-modeling","repo_url":"https://github.com/trivnguyen/nehod_torch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2311.17141","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.17141"}},"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/smsharma/point-cloud-galaxy-diffusion","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/trivnguyen/nehod_torch","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":9,"unverified":3},"by_repo_kind":{"official":{"samples":12,"ran":9,"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":"ac1f1b08a75d8b9d","entry":"alpha","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/diffusion_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/diffusion_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ac1f1b08a75d8b9d"}},{"code_sha256_prefix":"3f0ebf6adb87d2d2","entry":"apply_pbc","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/graph_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/graph_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3f0ebf6adb87d2d2"}},{"code_sha256_prefix":"3695aed14d3d5db1","entry":"create_input_iter","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/train_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/train_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3695aed14d3d5db1"}},{"code_sha256_prefix":"d929340d298c94c8","entry":"gamma","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/diffusion_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/diffusion_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d929340d298c94c8"}},{"code_sha256_prefix":"30181bb36a0d0431","entry":"get_halo_data","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"datasets.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/datasets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"30181bb36a0d0431"}},{"code_sha256_prefix":"2b82302daabd3921","entry":"make_dataloader","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"datasets.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/datasets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2b82302daabd3921"}},{"code_sha256_prefix":"f7668567a0a11171","entry":"nearest_neighbors","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/graph_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/graph_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f7668567a0a11171"}},{"code_sha256_prefix":"9798c58198048703","entry":"param_count","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/train_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/train_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9798c58198048703"}},{"code_sha256_prefix":"d507bf93452fe83b","entry":"sigma2","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/diffusion_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/diffusion_utils.py","link_basis":"first_harvest_node","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":"d507bf93452fe83b"}},{"code_sha256_prefix":"85de4ca054b2412b","entry":"fourier_features","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/graph_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/graph_utils.py","link_basis":"first_harvest_node","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":"85de4ca054b2412b"}},{"code_sha256_prefix":"ba95caec6da9166e","entry":"get_nbody_data","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"datasets.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/datasets.py","link_basis":"first_harvest_node","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":"ba95caec6da9166e"}},{"code_sha256_prefix":"23d317520a5f2b18","entry":"train_step","repo":"smsharma/point-cloud-galaxy-diffusion","repo_kind":"official","path":"models/train_utils.py","file_url":"https://github.com/smsharma/point-cloud-galaxy-diffusion/blob/HEAD/models/train_utils.py","link_basis":"first_harvest_node","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":"23d317520a5f2b18"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}