Papers › DCI-ES: An Extended Disentanglement Framework with Connections to Identifiability

DCI-ES: An Extended Disentanglement Framework with Connections to Identifiability

1 Oct 2022arXiv:2210.00364archive 2025-07-28

Cian Eastwood, Andrei Liviu Nicolicioiu, Julius von Kügelgen, Armin Kekić, Frederik Träuble, Andrea Dittadi, Bernhard Schölkopf

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.00364")

Code

Syntology Ran 8 of 18 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · violated contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 6 samples from 1 repository, 6 ran; found in paper text by Syntology: 12 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

andreinicolicioiu/dci-es officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 8 ran; 1 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
10unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_compute_dci andreinicolicioiu/dci-es/metrics/dci.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 464d70bba860709c · report
completeness andreinicolicioiu/dci-es/metrics/dci.py official repository ran · violated contract Apache-2.0 (permissive) · 38a0083dd2fb6fc4 · report
completeness_per_factor andreinicolicioiu/dci-es/metrics/dci.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 63c4b01b5c4d077a · report
compute_importance_gbt andreinicolicioiu/dci-es/metrics/dci.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 23d05dde2a92ea4b · report
disentanglement andreinicolicioiu/dci-es/metrics/dci.py official repository ran · violated contract Apache-2.0 (permissive) · 9036466b82f32c46 · report
disentanglement_per_code andreinicolicioiu/dci-es/metrics/dci.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 4549dd9ced62ede6 · report
calculate_A iancovert/sage/sage/kernel_estimator.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 6addeecb4c273c67 · report
calculate_result iancovert/sage/sage/kernel_estimator.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 0ad549d6b95dcb4c · report
comparison_plot iancovert/sage/sage/plotting.py found in paper text by Syntology unverified MIT (permissive) · 854ad2bb1abd7e6f · report
dataset_output iancovert/sage/sage/utils.py found in paper text by Syntology unverified MIT (permissive) · ddb117b45426e794 · report
estimate_constraints iancovert/sage/sage/kernel_estimator.py found in paper text by Syntology unverified MIT (permissive) · 65b4135afabeaeae · report
estimate_holdout_importance iancovert/sage/sage/iterated_estimator.py found in paper text by Syntology unverified MIT (permissive) · 458e1a8bd75817bc · report
estimate_total iancovert/sage/sage/iterated_estimator.py found in paper text by Syntology unverified MIT (permissive) · 50231e954619735e · report
model_conversion iancovert/sage/sage/utils.py found in paper text by Syntology unverified MIT (permissive) · 3a99f611229c7477 · report
plot iancovert/sage/sage/plotting.py found in paper text by Syntology unverified MIT (permissive) · 6b00515e5abb8eda · report
plot_sign iancovert/sage/sage/plotting.py found in paper text by Syntology unverified MIT (permissive) · 6b966fc2c2307373 · report
verify_model_data iancovert/sage/sage/utils.py found in paper text by Syntology unverified MIT (permissive) · 1b47a6f4cbba8d7b · report
verify_nonoverlapping iancovert/sage/sage/grouped_imputers.py found in paper text by Syntology unverified MIT (permissive) · c185110053d6cf9d · report

Tasks

DisentanglementInformativenessRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections