{"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/diffusion-models-for-probabilistic","title":"Diffusion Models for Probabilistic Deconvolution of Galaxy Images","arxiv_id":"2307.11122","date":"2023-07-20","proceeding":null,"authors":["Zhiwei Xue","Yuhang Li","Yash Patel","Jeffrey Regier"],"abstract":"Telescopes capture images with a particular point spread function (PSF). Inferring what an image would have looked like with a much sharper PSF, a problem known as PSF deconvolution, is ill-posed because PSF convolution is not an invertible transformation. Deep generative models are appealing for PSF deconvolution because they can infer a posterior distribution over candidate images that, if convolved with the PSF, could have generated the observation. However, classical deep generative models such as VAEs and GANs often provide inadequate sample diversity. As an alternative, we propose a classifier-free conditional diffusion model for PSF deconvolution of galaxy images. We demonstrate that this diffusion model captures a greater diversity of possible deconvolutions compared to a conditional VAE.","url_abs":"https://arxiv.org/abs/2307.11122v1","url_pdf":"https://arxiv.org/pdf/2307.11122v1.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":"diffusion-models-for-probabilistic","repo_url":"https://github.com/yashpatel5400/galgen","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"diversity","task_name":"Diversity"}],"methods":[{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2307.11122","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2307.11122"}},"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":"deterministic:regex_extraction","url":"https://github.com/yashpatel5400/galgen","reach":null}],"summary":{"ran":3,"ran_draft_wrong":1,"unverified":2},"by_repo_kind":{"official":{"samples":5,"ran":3,"repositories":1},"community":{"samples":1,"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":"909685206740621e","entry":"EmbedConv","repo":"yashpatel5400/galgen","repo_kind":"official","path":"conditonal_diffusion/psf_conditioned_diffusion.py","file_url":"https://github.com/yashpatel5400/galgen/blob/HEAD/conditonal_diffusion/psf_conditioned_diffusion.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"909685206740621e"}},{"code_sha256_prefix":"622391c84a43b104","entry":"ResidualConvBlock","repo":"yashpatel5400/galgen","repo_kind":"official","path":"conditonal_diffusion/psf_conditioned_diffusion.py","file_url":"https://github.com/yashpatel5400/galgen/blob/HEAD/conditonal_diffusion/psf_conditioned_diffusion.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"622391c84a43b104"}},{"code_sha256_prefix":"ce491af63e187b82","entry":"UnetDown","repo":"yashpatel5400/galgen","repo_kind":"official","path":"conditonal_diffusion/psf_conditioned_diffusion.py","file_url":"https://github.com/yashpatel5400/galgen/blob/HEAD/conditonal_diffusion/psf_conditioned_diffusion.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":"ce491af63e187b82"}},{"code_sha256_prefix":"1c539f5aa6ca79d2","entry":"ddpm_schedules","repo":"teapearce/conditional_diffusion_mnist","repo_kind":"community","path":"script.py","file_url":"https://github.com/teapearce/conditional_diffusion_mnist/blob/HEAD/script.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1c539f5aa6ca79d2"}},{"code_sha256_prefix":"aa0b99219c2fafda","entry":"ContextUnet","repo":"yashpatel5400/galgen","repo_kind":"official","path":"conditonal_diffusion/psf_conditioned_diffusion.py","file_url":"https://github.com/yashpatel5400/galgen/blob/HEAD/conditonal_diffusion/psf_conditioned_diffusion.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":"aa0b99219c2fafda"}},{"code_sha256_prefix":"54b6bfed3b95b9a3","entry":"UnetUp","repo":"yashpatel5400/galgen","repo_kind":"official","path":"conditonal_diffusion/psf_conditioned_diffusion.py","file_url":"https://github.com/yashpatel5400/galgen/blob/HEAD/conditonal_diffusion/psf_conditioned_diffusion.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":"54b6bfed3b95b9a3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}