{"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/lanczos2","entry":"lanczos2","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":8,"n_papers_ran":8,"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":1,"n_samples_ran":1,"n_samples_fingerprinted":1,"n_places":8,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":1,"unverified":0},"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":"2605.27990","paper":"/paper/arxiv-2605-27990","title":"Geometry-Correct Diffusion Posterior Sampling with Denoiser-Pullback Curvature Guidance and Manifold-Aligned Damping","date":null,"month_inferred_from_arxiv_id":"2026-05","title_source":"syntology","repo":"Seunghyeok0715/CLAMP","path":"forward_operators.py","file_url":"https://github.com/Seunghyeok0715/CLAMP/blob/HEAD/forward_operators.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}},{"arxiv_id":"2602.09708","paper":"/paper/arxiv-2602-09708","title":"Physics-Informed Diffusion Models in Spectral Space","date":null,"month_inferred_from_arxiv_id":"2026-02","title_source":"syntology","repo":"deeplearningmethods/PISD","path":"torch_utils/resizer.py","file_url":"https://github.com/deeplearningmethods/PISD/blob/HEAD/torch_utils/resizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}},{"arxiv_id":"2411.16969","paper":"/paper/zoomldm-latent-diffusion-model-for-multi","title":"ZoomLDM: Latent Diffusion Model for multi-scale image generation","date":"2024-11-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cvlab-stonybrook/ZoomLDM","path":"large_image_gen/resizer.py","file_url":"https://github.com/cvlab-stonybrook/ZoomLDM/blob/HEAD/large_image_gen/resizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}},{"arxiv_id":"2410.04844","paper":"/paper/postedit-posterior-sampling-for-efficient","title":"PostEdit: Posterior Sampling for Efficient Zero-Shot Image Editing","date":"2024-10-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"TFNTF/PostEdit","path":"forward_operator/resizer.py","file_url":"https://github.com/TFNTF/PostEdit/blob/HEAD/forward_operator/resizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}},{"arxiv_id":"2407.01521","paper":"/paper/improving-diffusion-inverse-problem-solving","title":"Improving Diffusion Inverse Problem Solving with Decoupled Noise Annealing","date":"2024-07-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zhangbingliang2019/DAPS","path":"forward_operator/resizer.py","file_url":"https://github.com/zhangbingliang2019/DAPS/blob/HEAD/forward_operator/resizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}},{"arxiv_id":"2406.17763","paper":"/paper/diffusionpde-generative-pde-solving-under","title":"DiffusionPDE: Generative PDE-Solving Under Partial Observation","date":"2024-06-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jhhuangchloe/DiffusionPDE","path":"torch_utils/resizer.py","file_url":"https://github.com/jhhuangchloe/DiffusionPDE/blob/HEAD/torch_utils/resizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}},{"arxiv_id":"2403.17042","paper":"/paper/provably-robust-score-based-diffusion","title":"Provably Robust Score-Based Diffusion Posterior Sampling for Plug-and-Play Image Reconstruction","date":"2024-03-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"x1xu/diffusion-plug-and-play","path":"util/resizer.py","file_url":"https://github.com/x1xu/diffusion-plug-and-play/blob/HEAD/util/resizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}},{"arxiv_id":"2308.06101","paper":"/paper/taming-the-power-of-diffusion-models-for-high","title":"Taming the Power of Diffusion Models for High-Quality Virtual Try-On with Appearance Flow","date":"2023-08-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bcmi/DCI-VTON-Virtual-Try-On","path":"ldm/resizer.py","file_url":"https://github.com/bcmi/DCI-VTON-Virtual-Try-On/blob/HEAD/ldm/resizer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f106699fc610a684","mcp_get_code":{"code_sha256":"f106699fc610a684"}}]}