{"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/couplinglayer","entry":"CouplingLayer","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":11,"n_papers_ran":9,"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":15,"n_samples_ran":11,"n_samples_fingerprinted":4,"n_places":15,"n_places_pointer_only":9,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":11,"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":"2605.26419","paper":"/paper/arxiv-2605-26419","title":"Amortized Factor Inference Networks for Posterior Inference","date":null,"month_inferred_from_arxiv_id":"2026-05","title_source":"syntology","repo":"joohwanko/AFINs","path":"src/afin/model.py","file_url":"https://github.com/joohwanko/AFINs/blob/HEAD/src/afin/model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"54316f04b962db63","mcp_get_code":{"code_sha256":"54316f04b962db63"}},{"arxiv_id":"2306.05422","paper":"/paper/tracking-everything-everywhere-all-at-once","title":"Tracking Everything Everywhere All at Once","date":"2023-06-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"qianqianwang68/omnimotion","path":"networks/nvp_simplified.py","file_url":"https://github.com/qianqianwang68/omnimotion/blob/HEAD/networks/nvp_simplified.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"c65dad517130b6ae","mcp_get_code":{"code_sha256":"c65dad517130b6ae"}},{"arxiv_id":"2210.05811","paper":"/paper/deep-counterfactual-estimation-with","title":"Deep Counterfactual Estimation with Categorical Background Variables","date":"2022-10-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"edebrouwer/cfqp","path":"condgen/models/deepscm.py","file_url":"https://github.com/edebrouwer/cfqp/blob/HEAD/condgen/models/deepscm.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"376c28f71c667cda","mcp_get_code":{"code_sha256":"376c28f71c667cda"}},{"arxiv_id":"2207.02286","paper":"/paper/cooperative-distribution-alignment-via-jsd","title":"Cooperative Distribution Alignment via JSD Upper Bound","date":"2022-07-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"inouye-lab/alignment-upper-bound","path":"models/Q_RealNVP.py","file_url":"https://github.com/inouye-lab/alignment-upper-bound/blob/HEAD/models/Q_RealNVP.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"b240e44c544fd70f","mcp_get_code":{"code_sha256":"b240e44c544fd70f"}},{"arxiv_id":"2205.01224","paper":"/paper/comet-flows-towards-generative-modeling-of","title":"COMET Flows: Towards Generative Modeling of Multivariate Extremes and Tail Dependence","date":"2022-05-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"andrewmcdonald27/cometflows","path":"models.py","file_url":"https://github.com/andrewmcdonald27/cometflows/blob/HEAD/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"68fdb5eac307e264","mcp_get_code":{"code_sha256":"68fdb5eac307e264"}},{"arxiv_id":"2203.16529","paper":"/paper/cadex-learning-canonical-deformation","title":"CaDeX: Learning Canonical Deformation Coordinate Space for Dynamic Surface Representation via Neural Homeomorphism","date":"2022-03-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JiahuiLei/CaDeX","path":"core/models/cadex_dfaust.py","file_url":"https://github.com/JiahuiLei/CaDeX/blob/HEAD/core/models/cadex_dfaust.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"ac2a785418b9b0ee","mcp_get_code":{"code_sha256":"ac2a785418b9b0ee"}},{"arxiv_id":"2102.05379","paper":"/paper/argmax-flows-and-multinomial-diffusion","title":"Argmax Flows and Multinomial Diffusion: Learning Categorical Distributions","date":"2021-02-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"didriknielsen/argmax_flows","path":"model/CategoricalNF/flows/mixture_cdf_layer.py","file_url":"https://github.com/didriknielsen/argmax_flows/blob/HEAD/model/CategoricalNF/flows/mixture_cdf_layer.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"62906ae69863334e","mcp_get_code":{"code_sha256":"62906ae69863334e"}},{"arxiv_id":"2007.02443","paper":"/paper/pseudo-rehearsal-for-continual-learning-with","title":"Pseudo-Rehearsal for Continual Learning with Normalizing Flows","date":"2020-07-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ispamm/PRER","path":"continual_ai/cl_strategies/multi_task/prer/PRER.py","file_url":"https://github.com/ispamm/PRER/blob/HEAD/continual_ai/cl_strategies/multi_task/prer/PRER.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"83607333c7fc8258","mcp_get_code":{"code_sha256":"83607333c7fc8258"}},{"arxiv_id":"1807.03039","paper":"/paper/glow-generative-flow-with-invertible-1x1","title":"Glow: Generative Flow with Invertible 1x1 Convolutions","date":"2018-07-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mahkons/flows","path":"models/CouplingLayer.py","file_url":"https://github.com/mahkons/flows/blob/HEAD/models/CouplingLayer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"7e3c8937d2cbfe61","mcp_get_code":{"code_sha256":"7e3c8937d2cbfe61"}},{"arxiv_id":"1605.08803","paper":"/paper/density-estimation-using-real-nvp","title":"Density estimation using Real NVP","date":"2016-05-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"wjy5446/pytorch-Real-NVP","path":"network.py","file_url":"https://github.com/wjy5446/pytorch-Real-NVP/blob/HEAD/network.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"3d011f7cef5a2e7b","mcp_get_code":{"code_sha256":"3d011f7cef5a2e7b"}},{"arxiv_id":"1605.08803","paper":"/paper/density-estimation-using-real-nvp","title":"Density estimation using Real NVP","date":"2016-05-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"e-hulten/real-nvp-2d","path":"rnvp.py","file_url":"https://github.com/e-hulten/real-nvp-2d/blob/HEAD/rnvp.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"0eaa0501f292c8c6","mcp_get_code":{"code_sha256":"0eaa0501f292c8c6"}},{"arxiv_id":"1605.08803","paper":"/paper/density-estimation-using-real-nvp","title":"Density estimation using Real NVP","date":"2016-05-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ikostrikov/pytorch-flows","path":"flows.py","file_url":"https://github.com/ikostrikov/pytorch-flows/blob/HEAD/flows.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"34ffed75d4fb4931","mcp_get_code":{"code_sha256":"34ffed75d4fb4931"}},{"arxiv_id":"1605.08803","paper":"/paper/density-estimation-using-real-nvp","title":"Density estimation using Real NVP","date":"2016-05-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sshish/NF","path":"NF.py","file_url":"https://github.com/sshish/NF/blob/HEAD/NF.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"de669ff9f15b36d1","mcp_get_code":{"code_sha256":"de669ff9f15b36d1"}},{"arxiv_id":"1605.08803","paper":"/paper/density-estimation-using-real-nvp","title":"Density estimation using Real NVP","date":"2016-05-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"taesung89/real-nvp","path":"real_nvp/nn.py","file_url":"https://github.com/taesung89/real-nvp/blob/HEAD/real_nvp/nn.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f62eb0295869e616","mcp_get_code":{"code_sha256":"f62eb0295869e616"}},{"arxiv_id":"1410.8516","paper":"/paper/nice-non-linear-independent-components","title":"NICE: Non-linear Independent Components Estimation","date":"2014-10-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"DakshIdnani/pytorch-nice","path":"nice.py","file_url":"https://github.com/DakshIdnani/pytorch-nice/blob/HEAD/nice.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a1e6e98c3d08e03f","mcp_get_code":{"code_sha256":"a1e6e98c3d08e03f"}}]}