{"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/arxiv-2603-27488","title":"Variational Learning of Fractional Posteriors","arxiv_id":"2603.27488","date":"2026-03-29","proceeding":null,"authors":["Kian Ming A. Chai","Edwin V. Bonilla"],"abstract":"We introduce a novel one-parameter variational objective that lower bounds the data evidence and enables the estimation of approximate fractional posteriors. We extend this framework to hierarchical construction and Bayes posteriors, offering a versatile tool for probabilistic modelling. We demonstrate two cases where gradients can be obtained analytically and a simulation study on mixture models showing that our fractional posteriors can be used to achieve better calibration compared to posteriors from the conventional variational bound. When applied to variational autoencoders (VAEs), our approach attains higher evidence bounds and enables learning of high-performing approximate Bayes posteriors jointly with fractional posteriors. We show that VAEs trained with fractional posteriors produce decoders that are better aligned for generation from the prior.","url_abs":"https://arxiv.org/abs/2603.27488","url_pdf":"https://arxiv.org/pdf/2603.27488","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2603.27488","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.27488"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/mingzhang-yin/SIVI","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/EmoryMLIP/DeepGenerativeModelingIntro","reach":null}],"summary":{"ran":2,"ran_honours":2,"unverified":7},"by_repo_kind":{"found_in_text":{"samples":11,"ran":4,"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":"3be1d261034bbbe1","entry":"Phi","repo":"EmoryMLIP/DeepGenerativeModelingIntro","repo_kind":"found_in_text","path":"Phi.py","file_url":"https://github.com/EmoryMLIP/DeepGenerativeModelingIntro/blob/HEAD/Phi.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3be1d261034bbbe1"}},{"code_sha256_prefix":"d1b6a8eefd740026","entry":"ResNN","repo":"EmoryMLIP/DeepGenerativeModelingIntro","repo_kind":"found_in_text","path":"Phi.py","file_url":"https://github.com/EmoryMLIP/DeepGenerativeModelingIntro/blob/HEAD/Phi.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d1b6a8eefd740026"}},{"code_sha256_prefix":"9145a617a5d6aa3a","entry":"antiderivTanh","repo":"EmoryMLIP/DeepGenerativeModelingIntro","repo_kind":"found_in_text","path":"Phi.py","file_url":"https://github.com/EmoryMLIP/DeepGenerativeModelingIntro/blob/HEAD/Phi.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9145a617a5d6aa3a"}},{"code_sha256_prefix":"91ae98c615b90e86","entry":"derivTanh","repo":"EmoryMLIP/DeepGenerativeModelingIntro","repo_kind":"found_in_text","path":"Phi.py","file_url":"https://github.com/EmoryMLIP/DeepGenerativeModelingIntro/blob/HEAD/Phi.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"91ae98c615b90e86"}},{"code_sha256_prefix":"3bcc23730e9c698e","entry":"lognormal","repo":"mingzhang-yin/SIVI","repo_kind":"found_in_text","path":"SIVI_NB.py","file_url":"https://github.com/mingzhang-yin/SIVI/blob/HEAD/SIVI_NB.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":"3bcc23730e9c698e"}},{"code_sha256_prefix":"4f7fcb1fd5870313","entry":"sample_ln","repo":"mingzhang-yin/SIVI","repo_kind":"found_in_text","path":"SIVI_NB.py","file_url":"https://github.com/mingzhang-yin/SIVI/blob/HEAD/SIVI_NB.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":"4f7fcb1fd5870313"}},{"code_sha256_prefix":"aa98192eced1ed74","entry":"sample_mu","repo":"mingzhang-yin/SIVI","repo_kind":"found_in_text","path":"SIVI_NB_nonconjugate.py","file_url":"https://github.com/mingzhang-yin/SIVI/blob/HEAD/SIVI_NB_nonconjugate.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":"aa98192eced1ed74"}},{"code_sha256_prefix":"4e9b169008f9c5f2","entry":"sample_n","repo":"mingzhang-yin/SIVI","repo_kind":"found_in_text","path":"SIVI_1d.py","file_url":"https://github.com/mingzhang-yin/SIVI/blob/HEAD/SIVI_1d.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":"4e9b169008f9c5f2"}},{"code_sha256_prefix":"ad32ba89c23f69ca","entry":"sample_n","repo":"mingzhang-yin/SIVI","repo_kind":"found_in_text","path":"SIVI_2d.py","file_url":"https://github.com/mingzhang-yin/SIVI/blob/HEAD/SIVI_2d.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":"ad32ba89c23f69ca"}},{"code_sha256_prefix":"ae59233ec29e5904","entry":"sample_n","repo":"mingzhang-yin/SIVI","repo_kind":"found_in_text","path":"SIVI_LR.py","file_url":"https://github.com/mingzhang-yin/SIVI/blob/HEAD/SIVI_LR.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":"ae59233ec29e5904"}},{"code_sha256_prefix":"fa2688c22408d29b","entry":"sample_n","repo":"mingzhang-yin/SIVI","repo_kind":"found_in_text","path":"SIVAE.py","file_url":"https://github.com/mingzhang-yin/SIVI/blob/HEAD/SIVAE.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":"fa2688c22408d29b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}