{"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/graphically-structured-diffusion-models","title":"Graphically Structured Diffusion Models","arxiv_id":"2210.11633","date":"2022-10-20","proceeding":null,"authors":["Christian Weilbach","William Harvey","Frank Wood"],"abstract":"We introduce a framework for automatically defining and learning deep generative models with problem-specific structure. We tackle problem domains that are more traditionally solved by algorithms such as sorting, constraint satisfaction for Sudoku, and matrix factorization. Concretely, we train diffusion models with an architecture tailored to the problem specification. This problem specification should contain a graphical model describing relationships between variables, and often benefits from explicit representation of subcomputations. Permutation invariances can also be exploited. Across a diverse set of experiments we improve the scaling relationship between problem dimension and our model's performance, in terms of both training time and final accuracy. Our code can be found at https://github.com/plai-group/gsdm.","url_abs":"https://arxiv.org/abs/2210.11633v3","url_pdf":"https://arxiv.org/pdf/2210.11633v3.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":"graphically-structured-diffusion-models","repo_url":"https://github.com/plai-group/gsdm","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"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=2210.11633","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2210.11633"}},"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/plai-group/gsdm","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":4,"unverified":8},"by_repo_kind":{"official":{"samples":12,"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":"c3a6b977022957cb","entry":"Normalize","repo":"plai-group/gsdm","repo_kind":"official","path":"models/diffusion.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/models/diffusion.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":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c3a6b977022957cb"}},{"code_sha256_prefix":"915e1c6c38494be9","entry":"list_dir","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/utils.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/utils.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":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"915e1c6c38494be9"}},{"code_sha256_prefix":"208e196e9582a9a6","entry":"list_files","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/utils.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/utils.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":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"208e196e9582a9a6"}},{"code_sha256_prefix":"3137073275f8c21a","entry":"nonlinearity","repo":"plai-group/gsdm","repo_kind":"official","path":"models/diffusion.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/models/diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3137073275f8c21a"}},{"code_sha256_prefix":"96b495198783c719","entry":"bmf_shared_var_positions","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/bmf.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/bmf.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":"96b495198783c719"}},{"code_sha256_prefix":"4229a368125cbbc7","entry":"bmf_shared_var_positions","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/hbmf.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/hbmf.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":"4229a368125cbbc7"}},{"code_sha256_prefix":"7345763c9b9300fb","entry":"check_integrity","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/utils.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/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":"7345763c9b9300fb"}},{"code_sha256_prefix":"6d0d7e1fb0959a7b","entry":"cmf_shared_var_positions","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/cmf.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/cmf.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":"6d0d7e1fb0959a7b"}},{"code_sha256_prefix":"c601e599e233bbf3","entry":"get_timestep_embedding","repo":"plai-group/gsdm","repo_kind":"official","path":"models/diffusion.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/models/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":"c601e599e233bbf3"}},{"code_sha256_prefix":"c639cf282cbd3993","entry":"noise_estimation_loss","repo":"plai-group/gsdm","repo_kind":"official","path":"functions/losses.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/functions/losses.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":"c639cf282cbd3993"}},{"code_sha256_prefix":"5c12a3350be0ab4b","entry":"sorting_faithful_inversion_edges","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/sorting.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/sorting.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":"5c12a3350be0ab4b"}},{"code_sha256_prefix":"028399c1a766ee1d","entry":"sudoku_generate","repo":"plai-group/gsdm","repo_kind":"official","path":"datasets/sudoku.py","file_url":"https://github.com/plai-group/gsdm/blob/HEAD/datasets/sudoku.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":"028399c1a766ee1d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}