Papers › Temporally Disentangled Representation Learning

Temporally Disentangled Representation Learning

24 Oct 2022arXiv:2210.13647archive 2025-07-28

Weiran Yao, Guangyi Chen, Kun Zhang

Recently in the field of unsupervised representation learning, strong identifiability results for disentanglement of causally-related latent variables have been established by exploiting certain side information, such as class labels, in addition to independence. However, most existing work is constrained by functional form assumptions such as independent sources or further with linear transitions, and distribution assumptions such as stationary, exponential family distribution. It is unknown whether the underlying latent variables and their causal relations are identifiable if they have arbitrary, nonparametric causal influences in between. In this work, we establish the identifiability theories of nonparametric latent causal processes from their nonlinear mixtures under fixed temporal causal influences and analyze how distribution changes can further benefit the disentanglement. We propose \textbf{\texttt{TDRL}}, a principled framework to recover time-delayed latent causal variables and identify their relations from measured sequential data under stationary environments and under different distribution shifts. Specifically, the framework can factorize unknown distribution shifts into transition distribution changes under fixed and time-varying latent causal relations, and under observation changes in observation. Through experiments, we show that time-delayed latent causal influences are reliably identified and that our approach considerably outperforms existing baselines that do not correctly exploit this modular representation of changes. Our code is available at: \url{https://github.com/weirayao/tdrl}.

PaperPDFCode 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.13647")

Code

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

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

weirayao/tdrl found in paper text by Syntology 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

17 samples harvested; 10 ran; 1 honoured the contract we drafted; 7 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
2ran · our draft was wrong
2ran · fixture could not drive it
5ran
7unverified

Licence: 0 of the 17 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 weirayao/tdrl. “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.

BetaVAE_MLP weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · de30ee3689394b09 · report
GroupLinearLayer weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 3afb21c8fdb93144 · report
MBDTransitionPrior weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 99f55689f9c969b1 · report
NLayerLeakyMLP weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · c4c2e657dc649aae · report
NPChangeTransitionPrior weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 59237073932bbf22 · report
_calculate_knots weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 09afbd64a67309fa · report
_monotonic_rational_spline weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 98886c9bc0d385ae · report
_searchsorted weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · honoured contract MIT (permissive) · bb9c599734501473 · report
_select_bins weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 48a69d3feffa4d35 · report
make_cost_matrix weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 60f32cea809132df · report
ComponentWiseCondSpline weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology unverified MIT (permissive) · 0058b6a47fe9f194 · report
ModularShifts weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology unverified MIT (permissive) · 295b9fa436b63536 · report
Munkres weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology unverified MIT (permissive) · 490d0594e6f6579c · report
_construct_nn weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology unverified MIT (permissive) · e09f312815d1ee82 · report
compute_mcc weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology unverified MIT (permissive) · 0b6abb112159adb6 · report
correlation weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology unverified MIT (permissive) · 228dbb5491c93115 · report
kaiming_init weirayao/tdrl/LiLY/modules/modular.py found in paper text by Syntology unverified MIT (permissive) · a18c3595f7425f34 · report

Tasks

DisentanglementRepresentation 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