{"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/is-independence-all-you-need-on-the","title":"On Disentangled Representations Learned From Correlated Data","arxiv_id":"2006.07886","date":"2020-06-14","proceeding":null,"authors":["Frederik Träuble","Elliot Creager","Niki Kilbertus","Francesco Locatello","Andrea Dittadi","Anirudh Goyal","Bernhard Schölkopf","Stefan Bauer"],"abstract":"The focus of disentanglement approaches has been on identifying independent factors of variation in data. However, the causal variables underlying real-world observations are often not statistically independent. In this work, we bridge the gap to real-world scenarios by analyzing the behavior of the most prominent disentanglement approaches on correlated data in a large-scale empirical study (including 4260 models). We show and quantify that systematically induced correlations in the dataset are being learned and reflected in the latent representations, which has implications for downstream applications of disentanglement such as fairness. We also demonstrate how to resolve these latent correlations, either using weak supervision during training or by post-hoc correcting a pre-trained model with a small number of labels.","url_abs":"https://arxiv.org/abs/2006.07886v3","url_pdf":"https://arxiv.org/pdf/2006.07886v3.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":"is-independence-all-you-need-on-the","repo_url":"https://github.com/ftraeuble/disentanglement_lib","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"is-independence-all-you-need-on-the","repo_url":"https://github.com/facebookresearch/disentangling-correlated-factors","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"disentanglement","task_name":"Disentanglement"},{"task_slug":"fairness","task_name":"Fairness"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2006.07886","atlas_url":"https://app.syntology.ai/?focus=2006.07886","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2006.07886"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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":"deterministic:regex_extraction","url":"https://github.com/ftraeuble/disentanglement_lib","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/facebookresearch/disentangling-correlated-factors","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":8,"unverified":1},"by_repo_kind":{"official":{"samples":9,"ran":8,"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":"3d7054f70c8947a9","entry":"aggregate_json_results","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/utils/results.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/utils/results.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3d7054f70c8947a9"}},{"code_sha256_prefix":"a49a6513cef0d00e","entry":"categorical","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/utils/hyperparams.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/utils/hyperparams.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a49a6513cef0d00e"}},{"code_sha256_prefix":"012fe20e09f03273","entry":"dendrogram_plot","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/visualize/dendrogram.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/visualize/dendrogram.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"012fe20e09f03273"}},{"code_sha256_prefix":"3a50ed4b437f3447","entry":"discrete","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/utils/hyperparams.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/utils/hyperparams.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3a50ed4b437f3447"}},{"code_sha256_prefix":"662dfe6c1766283a","entry":"load_aggregated_json_results","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/utils/aggregate_results.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/utils/aggregate_results.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"662dfe6c1766283a"}},{"code_sha256_prefix":"6379870483ed42ef","entry":"namespaced_dict","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/utils/results.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/utils/results.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6379870483ed42ef"}},{"code_sha256_prefix":"cd885450ab3ecbb2","entry":"report_merges","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/visualize/dendrogram.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/visualize/dendrogram.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cd885450ab3ecbb2"}},{"code_sha256_prefix":"3504131533494b67","entry":"sweep","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/utils/hyperparams.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/utils/hyperparams.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3504131533494b67"}},{"code_sha256_prefix":"95d623fa8c3eacde","entry":"get_file","repo":"ftraeuble/disentanglement_lib","repo_kind":"official","path":"disentanglement_lib/utils/resources.py","file_url":"https://github.com/ftraeuble/disentanglement_lib/blob/HEAD/disentanglement_lib/utils/resources.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"95d623fa8c3eacde"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}