{"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/a-new-distribution-on-the-simplex-with-auto","title":"A New Distribution on the Simplex with Auto-Encoding Applications","arxiv_id":"1905.12052","date":"2019-05-28","proceeding":"NeurIPS 2019 12","authors":["Andrew Stirn","Tony Jebara","David A. Knowles"],"abstract":"We construct a new distribution for the simplex using the Kumaraswamy distribution and an ordered stick-breaking process. We explore and develop the theoretical properties of this new distribution and prove that it exhibits symmetry under the same conditions as the well-known Dirichlet. Like the Dirichlet, the new distribution is adept at capturing sparsity but, unlike the Dirichlet, has an exact and closed form reparameterization--making it well suited for deep variational Bayesian modeling. We demonstrate the distribution's utility in a variety of semi-supervised auto-encoding tasks. In all cases, the resulting models achieve competitive performance commensurate with their simplicity, use of explicit probability models, and abstinence from adversarial training.","url_abs":"https://arxiv.org/abs/1905.12052v3","url_pdf":"https://arxiv.org/pdf/1905.12052v3.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":"a-new-distribution-on-the-simplex-with-auto","repo_url":"https://github.com/astirn/MV-Kumaraswamy","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1905.12052","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1905.12052"}},"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/astirn/MV-Kumaraswamy","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_violates":2,"unverified":14},"by_repo_kind":{"official":{"samples":16,"ran":2,"repositories":1}},"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":"3c193e32b62ff1bf","entry":"gamma_h","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"ars-reparameterization/dirichlet/dirichlet_paper.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/ars-reparameterization/dirichlet/dirichlet_paper.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3c193e32b62ff1bf"}},{"code_sha256_prefix":"0bad9b62b7696a63","entry":"grad_entropy","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"ars-reparameterization/dirichlet/dirichlet_paper.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/ars-reparameterization/dirichlet/dirichlet_paper.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0bad9b62b7696a63"}},{"code_sha256_prefix":"d42321e64caa331b","entry":"beta_pdf","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"mv_kumaraswamy_theory.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/mv_kumaraswamy_theory.py","link_basis":"first_harvest_node","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":"d42321e64caa331b"}},{"code_sha256_prefix":"3036cb56bf1d2e49","entry":"configure_data_set","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"model_utils.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/model_utils.py","link_basis":"first_harvest_node","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":"3036cb56bf1d2e49"}},{"code_sha256_prefix":"4e82b547f317148c","entry":"generate_split","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"model_utils.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/model_utils.py","link_basis":"first_harvest_node","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":"4e82b547f317148c"}},{"code_sha256_prefix":"e197f8e9aa8d0f77","entry":"grad_logQ","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"ars-reparameterization/dirichlet/dirichlet_score.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/ars-reparameterization/dirichlet/dirichlet_score.py","link_basis":"first_harvest_node","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":"e197f8e9aa8d0f77"}},{"code_sha256_prefix":"76bfe7ebf49f1b0c","entry":"irg_variance_test","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"variance_tests.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/variance_tests.py","link_basis":"first_harvest_node","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":"76bfe7ebf49f1b0c"}},{"code_sha256_prefix":"a3d526ca6a76036f","entry":"kumaraswamy_pdf","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"mv_kumaraswamy_theory.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/mv_kumaraswamy_theory.py","link_basis":"first_harvest_node","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":"a3d526ca6a76036f"}},{"code_sha256_prefix":"cdf76311c7e6769b","entry":"logQ","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"ars-reparameterization/dirichlet/dirichlet_score.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/ars-reparameterization/dirichlet/dirichlet_score.py","link_basis":"first_harvest_node","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":"cdf76311c7e6769b"}},{"code_sha256_prefix":"22b6c9f9d0ff1496","entry":"log_prior","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"ars-reparameterization/dirichlet/dirichlet_score.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/ars-reparameterization/dirichlet/dirichlet_score.py","link_basis":"first_harvest_node","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":"22b6c9f9d0ff1496"}},{"code_sha256_prefix":"699165e0aa5cd046","entry":"positive_activation_elu","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"model_lib.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/model_lib.py","link_basis":"first_harvest_node","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":"699165e0aa5cd046"}},{"code_sha256_prefix":"8a16f546b1a28d21","entry":"positive_activation_soft_plus","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"model_lib.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/model_lib.py","link_basis":"first_harvest_node","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":"8a16f546b1a28d21"}},{"code_sha256_prefix":"d4850433f1f19983","entry":"pre_process_data","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"model_utils.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/model_utils.py","link_basis":"first_harvest_node","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":"d4850433f1f19983"}},{"code_sha256_prefix":"e6e08a1a8dcae781","entry":"reparameterization_trick","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"model_lib.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/model_lib.py","link_basis":"first_harvest_node","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":"e6e08a1a8dcae781"}},{"code_sha256_prefix":"8b921f28f5bd7dd4","entry":"scoreEstimator","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"ars-reparameterization/dirichlet/dirichlet_paper.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/ars-reparameterization/dirichlet/dirichlet_paper.py","link_basis":"plan_row","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":"8b921f28f5bd7dd4"}},{"code_sha256_prefix":"3bd44e9810529c50","entry":"stick_breaking","repo":"astirn/MV-Kumaraswamy","repo_kind":"official","path":"mv_kumaraswamy_theory.py","file_url":"https://github.com/astirn/MV-Kumaraswamy/blob/HEAD/mv_kumaraswamy_theory.py","link_basis":"first_harvest_node","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":"3bd44e9810529c50"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}