Sanity Checking Causal Representation Learning on a Simple Real-World System
Juan L. Gamella, Simon Bing, Jakob Runge
TL;DR
The paper investigates whether causal representation learning (CRL) methods can recover ground-truth causal factors from real-world observations by introducing a simple, controllable light-tunnel system with known inputs $R,G,B,\theta_1,\theta_2$ as the latent factors. It evaluates three representative CRL families—Contrastive CRL, Multiview CRL, and CITRIS—and a deterministic synthetic ablation to isolate the effect of data-generating noise. The results show that, on real data, all methods fail to recover the latent factors (with CCRL performing well only on the synthetic ablation), underscoring the fragility of current CRL methods to real-world noise and the crucial role of mixing-function assumptions. The work provides a public benchmark and datasets to drive more robust, reproducible development of CRL methods and closer alignment between identifiability theory and practical performance.
Abstract
We evaluate methods for causal representation learning (CRL) on a simple, real-world system where these methods are expected to work. The system consists of a controlled optical experiment specifically built for this purpose, which satisfies the core assumptions of CRL and where the underlying causal factors (the inputs to the experiment) are known, providing a ground truth. We select methods representative of different approaches to CRL and find that they all fail to recover the underlying causal factors. To understand the failure modes of the evaluated algorithms, we perform an ablation on the data by substituting the real data-generating process with a simpler synthetic equivalent. The results reveal a reproducibility problem, as most methods already fail on this synthetic ablation despite its simple data-generating process. Additionally, we observe that common assumptions on the mixing function are crucial for the performance of some of the methods but do not hold in the real data. Our efforts highlight the contrast between the theoretical promise of the state of the art and the challenges in its application. We hope the benchmark serves as a simple, real-world sanity check to further develop and validate methodology, bridging the gap towards CRL methods that work in practice. We make all code and datasets publicly available at github.com/simonbing/CRLSanityCheck
