Papers › Transferring disentangled representations: bridging the gap between synthetic and real images

Transferring disentangled representations: bridging the gap between synthetic and real images

26 Sep 2024arXiv:2409.18017archive 2025-07-28

Jacopo Dapueto, Nicoletta Noceti, Francesca Odone

Developing meaningful and efficient representations that separate the fundamental structure of the data generation mechanism is crucial in representation learning. However, Disentangled Representation Learning has not fully shown its potential on real images, because of correlated generative factors, their resolution and limited access to ground truth labels. Specifically on the latter, we investigate the possibility of leveraging synthetic data to learn general-purpose disentangled representations applicable to real data, discussing the effect of fine-tuning and what properties of disentanglement are preserved after the transfer. We provide an extensive empirical study to address these issues. In addition, we propose a new interpretable intervention-based metric, to measure the quality of factors encoding in the representation. Our results indicate that some level of disentanglement, transferring a representation from synthetic to real data, is possible and effective.

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="2409.18017")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 4 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

JacopoDapueto/transfer_disentanglement officialmentioned on GitHubpytorch 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

13 samples harvested; 8 ran; 0 honoured the contract we drafted; 5 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.

2ran · our draft was wrong
4ran · fixture could not drive it
2ran
5unverified

Licence: 0 of the 13 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 JacopoDapueto/transfer_disentanglement. “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.

_multiple_encoding_score JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · ba48765288c4908e · report
_overlapping_score JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 76d029feff99c528 · report
associate_dims_factors JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran fingerprinted Apache-2.0 (permissive) · 1a06edc1a3d86117 · report
disentanglement_score JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 19ff3fdd8ecdf5d1 · report
is_inactive JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · b7756c2e00377ac0 · report
multiple_encoding_score JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 70547cf6c6866d51 · report
overlapping_score JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran fingerprinted Apache-2.0 (permissive) · 107b7fca0c86be71 · report
random_samples JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 36241753b06b1961 · report
Metric JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository unverified Apache-2.0 (permissive) · e15d4aad44911318 · report
OMES JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository unverified Apache-2.0 (permissive) · 5bbb51c9da670e3c · report
cov_factor JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository unverified Apache-2.0 (permissive) · 1fffa78eb30c0230 · report
get_score JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository unverified Apache-2.0 (permissive) · bbe86af17ad979c9 · report
plot_cov_factors JacopoDapueto/transfer_disentanglement/src/evaluation/metrics/omes.py official repository unverified Apache-2.0 (permissive) · 6e12cb2b85438ed6 · report

Tasks

DisentanglementRepresentation Learning

Datasets

Introduced by this paper, per the archive.

Coil100-Augmented

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