paper-with-me

Papers

Sanity Checking Causal Representation Learning on a Simple Real-World System

2025-02-27 · Juan L. Gamella, Simon Bing, Jakob Runge

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

📄 PDF Abstract BibTeX arXiv:2502.20099

Code (2)

juangamella/causal-chamber 공식 구현
simonbing/crlsanitycheck 공식 구현 pytorch

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Sanity-Checking Pruning Methods: Random Tickets can Win the Jackpot

2020-09-22 · NeurIPS 2020 12 · Jingtong Su, Yihang Chen, Tianle Cai, Tianhao Wu 외

Network pruning is a method for reducing test-time computational resource requirements with minimal performance degradation. Conventional wisdom of pruning algorithms suggests that: (1) Pruning methods exploit informatio…

Network Pruning

Towards Saner Deep Image Registration

2023-07-19 · ICCV 2023 1 · Bin Duan, Ming Zhong, Yan Yan

With recent advances in computing hardware and surges of deep-learning architectures, learning-based deep image registration methods have surpassed their traditional counterparts, in terms of metric performance and infer…

Image Registration

Revisiting Sanity Checks for Saliency Maps

2021-10-27 · Gal Yona, Daniel Greenfeld

Saliency methods are a popular approach for model debugging and explainability. However, in the absence of ground-truth data for what the correct maps should be, evaluating and comparing different approaches remains a lo…

A Simple Technique to Enable Saliency Methods to Pass the Sanity Checks

2019-09-25 · Arushi Gupta, Sanjeev Arora

{\em Saliency methods} attempt to explain a deep net's decision by assigning a {\em score} to each feature/pixel in the input, often doing this credit-assignment via the gradient of the output with respect to input. Re…

A Simple Saliency Method That Passes the Sanity Checks

2019-05-27 · Arushi Gupta, Sanjeev Arora

There is great interest in "saliency methods" (also called "attribution methods"), which give "explanations" for a deep net's decision, by assigning a "score" to each feature/pixel in the input. Their design usually invo…