{"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":"/code/ablation-sampler","entry":"ablation_sampler","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":17,"n_papers_ran":0,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":4,"n_samples_ran":0,"n_samples_fingerprinted":0,"n_places":18,"n_places_pointer_only":12,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":0,"unverified":4},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2512.20233","paper":"/paper/arxiv-2512-20233","title":"How I Met Your Bias: Investigating Bias Amplification in Diffusion Models","date":null,"month_inferred_from_arxiv_id":"2025-12","title_source":"syntology","repo":"NVlabs/edm","path":"generate.py","file_url":"https://github.com/NVlabs/edm/blob/HEAD/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2501.15785","paper":"/paper/memorization-and-regularization-in-generative","title":"Memorization and Regularization in Generative Diffusion Models","date":"2025-01-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"baptistar/DiffusionModelDynamics","path":"RectangleImages/generate.py","file_url":"https://github.com/baptistar/DiffusionModelDynamics/blob/HEAD/RectangleImages/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2412.07808","paper":"/paper/boosting-alignment-for-post-unlearning-text","title":"Boosting Alignment for Post-Unlearning Text-to-Image Generative Models","date":"2024-12-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"reds-lab/restricted_gradient_diversity_unlearning","path":"CIFAR/generate.py","file_url":"https://github.com/reds-lab/restricted_gradient_diversity_unlearning/blob/HEAD/CIFAR/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2410.24060","paper":"/paper/understanding-generalizability-of-diffusion","title":"Understanding Generalizability of Diffusion Models Requires Rethinking the Hidden Gaussian Structure","date":"2024-10-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Morefre/Understanding-Generalizability-of-Diffusion-Models-Requires-Rethinking-the-Hidden-Gaussian-Structure","path":"generate.py","file_url":"https://github.com/Morefre/Understanding-Generalizability-of-Diffusion-Models-Requires-Rethinking-the-Hidden-Gaussian-Structure/blob/HEAD/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2403.01189","paper":"/paper/training-unbiased-diffusion-models-from","title":"Training Unbiased Diffusion Models From Biased Dataset","date":"2024-03-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alsdudrla10/TIW-DSM","path":"generate.py","file_url":"https://github.com/alsdudrla10/TIW-DSM/blob/HEAD/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2402.17517","paper":"/paper/label-noise-robust-diffusion-models","title":"Label-Noise Robust Diffusion Models","date":"2024-02-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2401.04856","paper":"/paper/a-good-score-does-not-lead-to-a-good","title":"A Good Score Does not Lead to A Good Generative Model","date":"2024-01-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sixuli/ddpm_and_kde","path":"src/DiffMemorize/generate_optim.py","file_url":"https://github.com/sixuli/ddpm_and_kde/blob/HEAD/src/DiffMemorize/generate_optim.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2310.04041","paper":"/paper/observation-guided-diffusion-probabilistic","title":"Observation-Guided Diffusion Probabilistic Models","date":"2023-10-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"junoh-kang/ogdm_edm","path":"generate.py","file_url":"https://github.com/junoh-kang/ogdm_edm/blob/HEAD/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2310.02664","paper":"/paper/on-memorization-in-diffusion-models","title":"On Memorization in Diffusion Models","date":"2023-10-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sail-sg/DiffMemorize","path":"generate_edm.py","file_url":"https://github.com/sail-sg/DiffMemorize/blob/HEAD/generate_edm.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2310.01236","paper":"/paper/mirror-diffusion-models-for-constrained-and","title":"Mirror Diffusion Models for Constrained and Watermarked Generation","date":"2023-10-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ghliu/mdm","path":"generate_watermark.py","file_url":"https://github.com/ghliu/mdm/blob/HEAD/generate_watermark.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2306.09305","paper":"/paper/fast-training-of-diffusion-models-with-masked","title":"Fast Training of Diffusion Models with Masked Transformers","date":"2023-06-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"anima-lab/maskdit","path":"sample.py","file_url":"https://github.com/anima-lab/maskdit/blob/HEAD/sample.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2e3cfe60a4a3fff3","mcp_get_code":{"code_sha256":"2e3cfe60a4a3fff3"}},{"arxiv_id":"2303.10137","paper":"/paper/a-recipe-for-watermarking-diffusion-models","title":"A Recipe for Watermarking Diffusion Models","date":"2023-03-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yunqing-me/watermarkdm","path":"edm/generate.py","file_url":"https://github.com/yunqing-me/watermarkdm/blob/HEAD/edm/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2302.04265","paper":"/paper/pfgm-unlocking-the-potential-of-physics","title":"PFGM++: Unlocking the Potential of Physics-Inspired Generative Models","date":"2023-02-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"daa5186ef7b993ca","mcp_get_code":{"code_sha256":"daa5186ef7b993ca"}},{"arxiv_id":"2302.00670","paper":"/paper/stable-target-field-for-reduced-variance","title":"Stable Target Field for Reduced Variance Score Estimation in Diffusion Models","date":"2023-02-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"newbeeer/stf","path":"generate.py","file_url":"https://github.com/newbeeer/stf/blob/HEAD/generate.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"daa5186ef7b993ca","mcp_get_code":{"code_sha256":"daa5186ef7b993ca"}},{"arxiv_id":"2301.11445","paper":"/paper/3dshape2vecset-a-3d-shape-representation-for","title":"3DShape2VecSet: A 3D Shape Representation for Neural Fields and Generative Diffusion Models","date":"2023-01-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"1zb/3dshape2vecset","path":"models_class_cond.py","file_url":"https://github.com/1zb/3dshape2vecset/blob/HEAD/models_class_cond.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b74f496f9e2a413c","mcp_get_code":{"code_sha256":"b74f496f9e2a413c"}},{"arxiv_id":"2207.12598","paper":"/paper/classifier-free-diffusion-guidance","title":"Classifier-Free Diffusion Guidance","date":"2022-07-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}},{"arxiv_id":"2206.00364","paper":"/paper/elucidating-the-design-space-of-diffusion","title":"Elucidating the Design Space of Diffusion-Based Generative Models","date":"2022-06-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"daa5186ef7b993ca","mcp_get_code":{"code_sha256":"daa5186ef7b993ca"}},{"arxiv_id":"2206.00364","paper":"/paper/elucidating-the-design-space-of-diffusion","title":"Elucidating the Design Space of Diffusion-Based Generative Models","date":"2022-06-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"9fbf646e18eed1db","mcp_get_code":{"code_sha256":"9fbf646e18eed1db"}}]}