{"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/normalizing-flows-on-tori-and-spheres","title":"Normalizing Flows on Tori and Spheres","arxiv_id":"2002.02428","date":"2020-02-06","proceeding":"ICML 2020 1","authors":["Danilo Jimenez Rezende","George Papamakarios","Sébastien Racanière","Michael S. Albergo","Gurtej Kanwar","Phiala E. Shanahan","Kyle Cranmer"],"abstract":"Normalizing flows are a powerful tool for building expressive distributions in high dimensions. So far, most of the literature has concentrated on learning flows on Euclidean spaces. Some problems however, such as those involving angles, are defined on spaces with more complex geometries, such as tori or spheres. In this paper, we propose and compare expressive and numerically stable flows on such spaces. Our flows are built recursively on the dimension of the space, starting from flows on circles, closed intervals or spheres.","url_abs":"https://arxiv.org/abs/2002.02428v2","url_pdf":"https://arxiv.org/pdf/2002.02428v2.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":"normalizing-flows-on-tori-and-spheres","repo_url":"https://github.com/facebookresearch/rcpm","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":null},{"paper_slug":"normalizing-flows-on-tori-and-spheres","repo_url":"https://github.com/francois-rozet/zuko","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"normalizing-flows-on-tori-and-spheres","repo_url":"https://github.com/katalinic/sdflows","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok"}},{"paper_slug":"normalizing-flows-on-tori-and-spheres","repo_url":"https://github.com/ryushinn/flows-on-sphere","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2002.02428","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2002.02428"}},"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/facebookresearch/rcpm","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/katalinic/sdflows","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/francois-rozet/zuko","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ryushinn/flows-on-sphere","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":9},"by_repo_kind":{"listed":{"samples":9,"ran":0,"repositories":2}},"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":"9398441b961f0c0e","entry":"bisection","repo":"francois-rozet/zuko","repo_kind":"listed","path":"zuko/utils.py","file_url":"https://github.com/francois-rozet/zuko/blob/HEAD/zuko/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":"9398441b961f0c0e"}},{"code_sha256_prefix":"54a6aef4f21fcea4","entry":"euclidean_to_spherical","repo":"ryushinn/flows-on-sphere","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/ryushinn/flows-on-sphere/blob/HEAD/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":"54a6aef4f21fcea4"}},{"code_sha256_prefix":"7e9963407886b1d0","entry":"expmap","repo":"ryushinn/flows-on-sphere","repo_kind":"listed","path":"sd.py","file_url":"https://github.com/ryushinn/flows-on-sphere/blob/HEAD/sd.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":"7e9963407886b1d0"}},{"code_sha256_prefix":"2da4618e194d0a90","entry":"gauss_legendre","repo":"francois-rozet/zuko","repo_kind":"listed","path":"zuko/utils.py","file_url":"https://github.com/francois-rozet/zuko/blob/HEAD/zuko/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":"2da4618e194d0a90"}},{"code_sha256_prefix":"2f98360287068145","entry":"linear","repo":"francois-rozet/zuko","repo_kind":"listed","path":"zuko/nn.py","file_url":"https://github.com/francois-rozet/zuko/blob/HEAD/zuko/nn.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":"2f98360287068145"}},{"code_sha256_prefix":"f96beb60beaf5477","entry":"sample_sd","repo":"ryushinn/flows-on-sphere","repo_kind":"listed","path":"sd.py","file_url":"https://github.com/ryushinn/flows-on-sphere/blob/HEAD/sd.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":"f96beb60beaf5477"}},{"code_sha256_prefix":"27581ba081b6790c","entry":"softplus","repo":"ryushinn/flows-on-sphere","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/ryushinn/flows-on-sphere/blob/HEAD/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":"27581ba081b6790c"}},{"code_sha256_prefix":"af4040a52dbbaf52","entry":"spherical_to_euclidean","repo":"ryushinn/flows-on-sphere","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/ryushinn/flows-on-sphere/blob/HEAD/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":"af4040a52dbbaf52"}},{"code_sha256_prefix":"dec34e064f2ea53e","entry":"uniform_sample_s2","repo":"ryushinn/flows-on-sphere","repo_kind":"listed","path":"sd.py","file_url":"https://github.com/ryushinn/flows-on-sphere/blob/HEAD/sd.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":"dec34e064f2ea53e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}