{"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/dci-es-an-extended-disentanglement-framework","title":"DCI-ES: An Extended Disentanglement Framework with Connections to Identifiability","arxiv_id":"2210.00364","date":"2022-10-01","proceeding":null,"authors":["Cian Eastwood","Andrei Liviu Nicolicioiu","Julius von Kügelgen","Armin Kekić","Frederik Träuble","Andrea Dittadi","Bernhard Schölkopf"],"abstract":"In representation learning, a common approach is to seek representations which disentangle the underlying factors of variation. Eastwood & Williams (2018) proposed three metrics for quantifying the quality of such disentangled representations: disentanglement (D), completeness (C) and informativeness (I). In this work, we first connect this DCI framework to two common notions of linear and nonlinear identifiability, thereby establishing a formal link between disentanglement and the closely-related field of independent component analysis. We then propose an extended DCI-ES framework with two new measures of representation quality - explicitness (E) and size (S) - and point out how D and C can be computed for black-box predictors. Our main idea is that the functional capacity required to use a representation is an important but thus-far neglected aspect of representation quality, which we quantify using explicitness or ease-of-use (E). We illustrate the relevance of our extensions on the MPI3D and Cars3D datasets.","url_abs":"https://arxiv.org/abs/2210.00364v2","url_pdf":"https://arxiv.org/pdf/2210.00364v2.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":"dci-es-an-extended-disentanglement-framework","repo_url":"https://github.com/andreinicolicioiu/dci-es","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"disentanglement","task_name":"Disentanglement"},{"task_slug":"informativeness","task_name":"Informativeness"},{"task_slug":"representation-learning","task_name":"Representation Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2210.00364","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2210.00364"}},"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":"deterministic:regex_extraction","url":"https://github.com/iancovert/sage","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/andreinicolicioiu/DCI-ES","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/andreinicolicioiu/dci-es","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_fixture":2,"ran_honours":1,"ran_draft_wrong":1,"ran_violates":4,"unverified":10},"by_repo_kind":{"official":{"samples":6,"ran":6,"repositories":1},"found_in_text":{"samples":12,"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":"464d70bba860709c","entry":"_compute_dci","repo":"andreinicolicioiu/dci-es","repo_kind":"official","path":"metrics/dci.py","file_url":"https://github.com/andreinicolicioiu/dci-es/blob/HEAD/metrics/dci.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"464d70bba860709c"}},{"code_sha256_prefix":"6addeecb4c273c67","entry":"calculate_A","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/kernel_estimator.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/kernel_estimator.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6addeecb4c273c67"}},{"code_sha256_prefix":"0ad549d6b95dcb4c","entry":"calculate_result","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/kernel_estimator.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/kernel_estimator.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0ad549d6b95dcb4c"}},{"code_sha256_prefix":"38a0083dd2fb6fc4","entry":"completeness","repo":"andreinicolicioiu/dci-es","repo_kind":"official","path":"metrics/dci.py","file_url":"https://github.com/andreinicolicioiu/dci-es/blob/HEAD/metrics/dci.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"38a0083dd2fb6fc4"}},{"code_sha256_prefix":"63c4b01b5c4d077a","entry":"completeness_per_factor","repo":"andreinicolicioiu/dci-es","repo_kind":"official","path":"metrics/dci.py","file_url":"https://github.com/andreinicolicioiu/dci-es/blob/HEAD/metrics/dci.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"63c4b01b5c4d077a"}},{"code_sha256_prefix":"23d05dde2a92ea4b","entry":"compute_importance_gbt","repo":"andreinicolicioiu/dci-es","repo_kind":"official","path":"metrics/dci.py","file_url":"https://github.com/andreinicolicioiu/dci-es/blob/HEAD/metrics/dci.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"23d05dde2a92ea4b"}},{"code_sha256_prefix":"9036466b82f32c46","entry":"disentanglement","repo":"andreinicolicioiu/dci-es","repo_kind":"official","path":"metrics/dci.py","file_url":"https://github.com/andreinicolicioiu/dci-es/blob/HEAD/metrics/dci.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9036466b82f32c46"}},{"code_sha256_prefix":"4549dd9ced62ede6","entry":"disentanglement_per_code","repo":"andreinicolicioiu/dci-es","repo_kind":"official","path":"metrics/dci.py","file_url":"https://github.com/andreinicolicioiu/dci-es/blob/HEAD/metrics/dci.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4549dd9ced62ede6"}},{"code_sha256_prefix":"854ad2bb1abd7e6f","entry":"comparison_plot","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/plotting.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/plotting.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":"854ad2bb1abd7e6f"}},{"code_sha256_prefix":"ddb117b45426e794","entry":"dataset_output","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/utils.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/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":"ddb117b45426e794"}},{"code_sha256_prefix":"65b4135afabeaeae","entry":"estimate_constraints","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/kernel_estimator.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/kernel_estimator.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":"65b4135afabeaeae"}},{"code_sha256_prefix":"458e1a8bd75817bc","entry":"estimate_holdout_importance","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/iterated_estimator.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/iterated_estimator.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":"458e1a8bd75817bc"}},{"code_sha256_prefix":"50231e954619735e","entry":"estimate_total","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/iterated_estimator.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/iterated_estimator.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":"50231e954619735e"}},{"code_sha256_prefix":"3a99f611229c7477","entry":"model_conversion","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/utils.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/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":"3a99f611229c7477"}},{"code_sha256_prefix":"6b00515e5abb8eda","entry":"plot","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/plotting.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/plotting.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":"6b00515e5abb8eda"}},{"code_sha256_prefix":"6b966fc2c2307373","entry":"plot_sign","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/plotting.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/plotting.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":"6b966fc2c2307373"}},{"code_sha256_prefix":"1b47a6f4cbba8d7b","entry":"verify_model_data","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/utils.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/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":"1b47a6f4cbba8d7b"}},{"code_sha256_prefix":"c185110053d6cf9d","entry":"verify_nonoverlapping","repo":"iancovert/sage","repo_kind":"found_in_text","path":"sage/grouped_imputers.py","file_url":"https://github.com/iancovert/sage/blob/HEAD/sage/grouped_imputers.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":"c185110053d6cf9d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}