Papers › Discovering State Variables Hidden in Experimental Data

Discovering State Variables Hidden in Experimental Data

20 Dec 2021arXiv:2112.10755archive 2025-07-28

Boyuan Chen, Kuang Huang, Sunand Raghupathi, Ishaan Chandratreya, Qiang Du, Hod Lipson

All physical laws are described as relationships between state variables that give a complete and non-redundant description of the relevant system dynamics. However, despite the prevalence of computing power and AI, the process of identifying the hidden state variables themselves has resisted automation. Most data-driven methods for modeling physical phenomena still assume that observed data streams already correspond to relevant state variables. A key challenge is to identify the possible sets of state variables from scratch, given only high-dimensional observational data. Here we propose a new principle for determining how many state variables an observed system is likely to have, and what these variables might be, directly from video streams. We demonstrate the effectiveness of this approach using video recordings of a variety of physical dynamical systems, ranging from elastic double pendulums to fire flames. Without any prior knowledge of the underlying physics, our algorithm discovers the intrinsic dimension of the observed dynamics and identifies candidate sets of state variables. We suggest that this approach could help catalyze the understanding, prediction and control of increasingly complex systems. Project website is at: https://www.cs.columbia.edu/~bchen/neural-state-variables

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

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: community (archive-listed): 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

boyuanchen/neural-state-variables mentioned on GitHubpytorchMIT 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

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

16unverified

Licence: 0 of the 16 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 boyuanchen/neural-state-variables. “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.

Levina_Bickel boyuanchen/neural-state-variables/analysis/intrinsic_dimension_estimation/methods.py community (archive-listed) unverified MIT (permissive) · eeb2a958d02454d6 · report
MiND_ML boyuanchen/neural-state-variables/analysis/intrinsic_dimension_estimation/methods.py community (archive-listed) unverified MIT (permissive) · 7dcb87b4d75248ae · report
calc_diff boyuanchen/neural-state-variables/analysis/eval_phys_long_term_pred.py community (archive-listed) unverified MIT (permissive) · fbfc342e7b9a5189 · report
calc_pixel_MSE boyuanchen/neural-state-variables/analysis/eval_phys_long_term_pred.py community (archive-listed) unverified MIT (permissive) · 6679a3f91469883d · report
conv2d_bn_relu boyuanchen/neural-state-variables/model_utils.py community (archive-listed) unverified MIT (permissive) · 46ba4acd6bbd70c0 · report
conv2d_bn_sigmoid boyuanchen/neural-state-variables/model_utils.py community (archive-listed) unverified MIT (permissive) · f26e52bbca087627 · report
deconv_sigmoid boyuanchen/neural-state-variables/model_utils.py community (archive-listed) unverified MIT (permissive) · f2f14d9162d07332 · report
get_data boyuanchen/neural-state-variables/pred.py community (archive-listed) unverified MIT (permissive) · 751932a9358f78aa · report
kNN boyuanchen/neural-state-variables/analysis/intrinsic_dimension_estimation/methods.py community (archive-listed) unverified MIT (permissive) · 3796a854828f92ed · report
light_color boyuanchen/neural-state-variables/utils/common.py community (archive-listed) unverified MIT (permissive) · 7c7ae248e2910b9d · report
load_config boyuanchen/neural-state-variables/pred.py community (archive-listed) unverified MIT (permissive) · cbbf6e45e2f6ff75 · report
parse_data_id boyuanchen/neural-state-variables/analysis/eval_regression.py community (archive-listed) unverified MIT (permissive) · 0e2d80b719f2250b · report
physical_variables_from_data_ids boyuanchen/neural-state-variables/analysis/eval_regression.py community (archive-listed) unverified MIT (permissive) · 2d6d930f5b3dead0 · report
remove_duplicates boyuanchen/neural-state-variables/analysis/eval_intrinsic_dimension.py community (archive-listed) unverified MIT (permissive) · f4e725fbf11428c2 · report
rename_ckpt_for_multi_models boyuanchen/neural-state-variables/models_latentpred.py community (archive-listed) unverified MIT (permissive) · faf47cf1a0889190 · report
rename_ckpt_for_multi_models boyuanchen/neural-state-variables/pred.py community (archive-listed) unverified MIT (permissive) · df9f9701b430b903 · report

Tasks

Symbolic Regression

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