{"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/upsample-2d","entry":"upsample_2d","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":12,"n_papers_ran":1,"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":6,"n_samples_ran":1,"n_samples_fingerprinted":0,"n_places":12,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":1,"unverified":5},"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":"2601.11048","paper":"/paper/arxiv-2601-11048","title":"M3DDM+: An improved video outpainting by a modified masking strategy","date":null,"month_inferred_from_arxiv_id":"2026-01","title_source":"syntology","repo":"tamaki-lab/M3DDM-Plus","path":"src/model/resnet.py","file_url":"https://github.com/tamaki-lab/M3DDM-Plus/blob/HEAD/src/model/resnet.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":"7ce807dcbf5d780c","mcp_get_code":{"code_sha256":"7ce807dcbf5d780c"}},{"arxiv_id":"2410.10076","paper":"/paper/videoagent-self-improving-video-generation","title":"VideoAgent: Self-Improving Video Generation","date":"2024-10-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"video-as-agent/videoagent","path":"flowdiffusion/model/resnet.py","file_url":"https://github.com/video-as-agent/videoagent/blob/HEAD/flowdiffusion/model/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"31e7ed79c46ee9a9","mcp_get_code":{"code_sha256":"31e7ed79c46ee9a9"}},{"arxiv_id":"2402.10404","paper":"/paper/explaining-generative-diffusion-models-via","title":"Explaining generative diffusion models via visual analysis for interpretable decision-making process","date":"2024-02-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ian-jihoonpark/X-Diffusion","path":"models/resenet_blocks.py","file_url":"https://github.com/ian-jihoonpark/X-Diffusion/blob/HEAD/models/resenet_blocks.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"31e7ed79c46ee9a9","mcp_get_code":{"code_sha256":"31e7ed79c46ee9a9"}},{"arxiv_id":"2311.15100","paper":"/paper/unbalancedness-in-neural-monge-maps-improves","title":"Unbalancedness in Neural Monge Maps Improves Unpaired Domain Translation","date":"2023-11-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ExplainableML/uot-fm","path":"models/unet.py","file_url":"https://github.com/ExplainableML/uot-fm/blob/HEAD/models/unet.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"43aac143feb61cf8","mcp_get_code":{"code_sha256":"43aac143feb61cf8"}},{"arxiv_id":"2310.08576","paper":"/paper/learning-to-act-from-actionless-videos","title":"Learning to Act from Actionless Videos through Dense Correspondences","date":"2023-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"flow-diffusion/avdc","path":"flowdiffusion/model/resnet.py","file_url":"https://github.com/flow-diffusion/avdc/blob/HEAD/flowdiffusion/model/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"31e7ed79c46ee9a9","mcp_get_code":{"code_sha256":"31e7ed79c46ee9a9"}},{"arxiv_id":"2310.01107","paper":"/paper/ground-a-video-zero-shot-grounded-video","title":"Ground-A-Video: Zero-shot Grounded Video Editing using Text-to-image Diffusion Models","date":"2023-10-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ground-a-video/ground-a-video","path":"controlnet/resnet.py","file_url":"https://github.com/ground-a-video/ground-a-video/blob/HEAD/controlnet/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"31e7ed79c46ee9a9","mcp_get_code":{"code_sha256":"31e7ed79c46ee9a9"}},{"arxiv_id":"2307.10829","paper":"/paper/exact-diffusion-inversion-via-bi-directional","title":"Exact Diffusion Inversion via Bi-directional Integration Approximation","date":"2023-07-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"guoqiang-zhang-x/BDIA","path":"image-editing/my_diffusers/models/resnet.py","file_url":"https://github.com/guoqiang-zhang-x/BDIA/blob/HEAD/image-editing/my_diffusers/models/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9a0acd22f4c9b83f","mcp_get_code":{"code_sha256":"9a0acd22f4c9b83f"}},{"arxiv_id":"2307.10422","paper":"/paper/prediff-precipitation-nowcasting-with-latent-1","title":"PreDiff: Precipitation Nowcasting with Latent Diffusion Models","date":"2023-07-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gaozhihan/PreDiff","path":"src/prediff/taming/resnet.py","file_url":"https://github.com/gaozhihan/PreDiff/blob/HEAD/src/prediff/taming/resnet.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":"31e7ed79c46ee9a9","mcp_get_code":{"code_sha256":"31e7ed79c46ee9a9"}},{"arxiv_id":"2304.06720","paper":"/paper/expressive-text-to-image-generation-with-rich","title":"Expressive Text-to-Image Generation with Rich Text","date":"2023-04-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"songweige/rich-text-to-image","path":"models/resnet.py","file_url":"https://github.com/songweige/rich-text-to-image/blob/HEAD/models/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"31e7ed79c46ee9a9","mcp_get_code":{"code_sha256":"31e7ed79c46ee9a9"}},{"arxiv_id":"2303.09535","paper":"/paper/fatezero-fusing-attentions-for-zero-shot-text","title":"FateZero: Fusing Attentions for Zero-shot Text-based Video Editing","date":"2023-03-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chenyangqiqi/fatezero","path":"video_diffusion/models/resnet.py","file_url":"https://github.com/chenyangqiqi/fatezero/blob/HEAD/video_diffusion/models/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"31e7ed79c46ee9a9","mcp_get_code":{"code_sha256":"31e7ed79c46ee9a9"}},{"arxiv_id":"2112.07804","paper":"/paper/tackling-the-generative-learning-trilemma-1","title":"Tackling the Generative Learning Trilemma with Denoising Diffusion GANs","date":"2021-12-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"taki0112/denoising-diffusion-gan-Tensorflow","path":"src/cuda/upfirdn_2d_ref.py","file_url":"https://github.com/taki0112/denoising-diffusion-gan-Tensorflow/blob/HEAD/src/cuda/upfirdn_2d_ref.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"09f6c79e38f3a845","mcp_get_code":{"code_sha256":"09f6c79e38f3a845"}},{"arxiv_id":"2104.07689","paper":"/paper/dual-contrastive-learning-for-unsupervised","title":"Dual Contrastive Learning for Unsupervised Image-to-Image Translation","date":"2021-04-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Deopoler/DCLGAN-Keras","path":"modules/ops/upfirdn_2d.py","file_url":"https://github.com/Deopoler/DCLGAN-Keras/blob/HEAD/modules/ops/upfirdn_2d.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"570d341df62e8b14","mcp_get_code":{"code_sha256":"570d341df62e8b14"}}]}