pith. sign in

arxiv: 2605.19135 · v1 · pith:27Q2VQOQnew · submitted 2026-05-18 · 💻 cs.LG

Identifiable Multimodal Causal Representation Learning under Partial Latent Sharing

Pith reviewed 2026-05-20 11:58 UTC · model grok-4.3

classification 💻 cs.LG
keywords causal representation learningmultimodal dataidentifiabilitylatent variablespartial sharingWasserstein distancenonlinear mixing
0
0 comments X

The pith

In multimodal causal representation learning with partial latent sharing, the causal latent variables are identifiable component-wise even without parametric assumptions and in undercomplete cases.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper seeks to establish that causal latent variables can be recovered up to component-wise transformations from multimodal data where the latents are only partially shared across different modalities. This is important because it provides guarantees for recovering the true underlying mechanisms in complex data like images and text together, leading to more reliable and interpretable machine learning models. The authors assume a structure in which each modality is generated from its own subset of the causal latents using nonlinear functions, and they prove identifiability without requiring the latents to follow any specific probability distribution. Their results extend to cases where there are more observed variables than latent ones for each modality. They support the theory with a practical Wasserstein-based module that recovers the sharing structure and can be added to neural networks easily.

Core claim

Under a partially shared latent structure in which each modality is generated from a distinct subset of the causal latent variables through nonlinear mixing functions, we establish component-wise identifiability guarantees for the causal latent representation without imposing any parametric distribution on the latent variables. These guarantees also apply to the undercomplete scenario where, for each modality, the number of observed variables exceeds the number of latent variables. To implement this, we introduce a differentiable Wasserstein-based module for recovering the partially shared latent structure that integrates into various architectures with minimal modifications.

What carries the argument

The partially shared latent structure with nonlinear mixing per modality, supported by a Wasserstein-based recovery module that identifies which latents are shared.

If this is right

  • The causal latents can be recovered component-wise, enabling better interpretability of multimodal models.
  • Identifiability holds without assuming specific distributions like Gaussians on the latent variables.
  • The approach works even in undercomplete settings with more observations than latents per modality.
  • The Wasserstein module is differentiable and can be integrated into existing neural network architectures easily.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • This identifiability could allow for more robust causal inference when combining data from different sources like sensors and cameras.
  • If real multimodal datasets match the partial sharing assumption, the method may lead to improved performance in tasks involving distribution shifts across modalities.
  • Applying the framework to datasets with known ground-truth causal structures would test whether the theoretical guarantees translate to practice.

Load-bearing premise

The data must be generated from a partially shared latent structure where each modality derives from a distinct subset of causal latent variables via nonlinear mixing functions, as any mismatch in this structure removes the component-wise identifiability guarantee.

What would settle it

Generate synthetic data where all modalities share the exact same set of latent variables instead of partial subsets, and check if the method still recovers distinct identifiable components or if the recovery becomes ambiguous.

Figures

Figures reproduced from arXiv: 2605.19135 by Manal Benhamza, Marianne Clausel, Myriam Tami.

Figure 1
Figure 1. Figure 1: Multimodal MRI Dataset encompassing both [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: The variables z7 and z8 are shared by the first and second modalities, whereas z3 and z4 are modality-specific. component-wise identifiability results for the shared and modality specific latent representations under weak as￾sumptions. More specifically, we establish under hypoth￾esis on the data generating process, that we can recover from observed variables, for each modality m, the ground￾truth shared a… view at source ↗
Figure 3
Figure 3. Figure 3: Th. 4.2 causal structural sparsity condition illus [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figure 5
Figure 5. Figure 5: The framework includes (i) an autoencoder structure; [PITH_FULL_IMAGE:figures/full_fig_p006_5.png] view at source ↗
read the original abstract

Causal representation learning (CRL) seeks to uncover meaningful latent variables and their corresponding causal structure from high-dimensional observational data. Although its significance, CRL identifiability remains a crucial property, as it ensures the recovery of the mechanisms behind the data generation process, and hence the interpretability and robustness of the representation. Proving identifiability in CRL is intrinsically difficult, and we address in this work an even more challenging setting: multimodality. We consider multimodal observed data with a latent partially shared structure. Each modality is generated, through non linear mixing functions, from a specific subset of causal latent variables. Under flexible assumptions and without imposing any parametric distribution on the latent variables, we establish component-wise identifiability guarantees for the causal latent representation. Our identifiability results, furthermore, apply to the undercomplete scenario where we have, for each modality, more observed than latent variables. To instantiate our theoretical analysis, we introduce a Wasserstein-based module to recover the partially shared latent structure. Due to its differentiability, the latter can be easily integrated into all types of architecture, only requiring minimal changes. Extensive experiments on synthetic and realistic datasets validate the superiority of our approach over SOTA methods.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 4 minor

Summary. The manuscript claims component-wise identifiability of causal latent variables from multimodal observations under a partially shared latent structure. Each modality is generated from a distinct subset of the causal latents via nonlinear mixing functions. Identifiability is established without parametric assumptions on the latent distributions and extends to the undercomplete regime (more observed than latent variables per modality). A differentiable Wasserstein-based module is introduced to recover the sharing pattern and can be integrated into existing architectures; experiments on synthetic and realistic data report superiority over SOTA baselines.

Significance. If the identifiability theorems hold under the stated assumptions, the work meaningfully extends causal representation learning to multimodal data with realistic partial sharing, removing the need for parametric latent distributions and handling undercomplete observations. The differentiability of the Wasserstein recovery module is a practical strength that enables broad architectural compatibility. These elements, together with the experimental validation, position the contribution as a useful advance for interpretable multimodal modeling.

major comments (1)
  1. [§4] §4, Theorem 1: the component-wise identifiability statement is derived under the exact partial-sharing data-generating process; while the proof strategy is internally consistent, the manuscript does not provide a quantitative robustness check (e.g., via controlled violation of the sharing pattern) that would indicate how sensitive the guarantee is to modest misspecification of the assumed structure.
minor comments (4)
  1. [Abstract] Abstract: 'non linear' should be written consistently as 'nonlinear'.
  2. [§5.1] §5.1: the description of the synthetic data generation should explicitly list the nonlinear mixing functions and the precise dimensions used for the undercomplete regime so that the reported identifiability metrics can be reproduced.
  3. [Figure 3] Figure 3: the color legend for the recovered versus ground-truth sharing matrices is difficult to read at the printed size; adding a small table of numerical recovery accuracies would improve clarity.
  4. [Related Work] Related work section: several recent multimodal CRL papers (e.g., on contrastive or disentanglement-based approaches) are cited only in passing; a short paragraph contrasting the partial-sharing assumption with fully shared or independent-latent baselines would help readers situate the novelty.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the positive assessment and recommendation for minor revision. We address the major comment below.

read point-by-point responses
  1. Referee: [§4] §4, Theorem 1: the component-wise identifiability statement is derived under the exact partial-sharing data-generating process; while the proof strategy is internally consistent, the manuscript does not provide a quantitative robustness check (e.g., via controlled violation of the sharing pattern) that would indicate how sensitive the guarantee is to modest misspecification of the assumed structure.

    Authors: We thank the referee for this observation. Theorem 1 derives component-wise identifiability under the exact partial-sharing data-generating process with the stated assumptions on the latent structure and nonlinear mixing. The proof is constructed specifically for this setting to obtain the guarantees without parametric latent distributions and in the undercomplete regime. While the current manuscript validates the approach on synthetic data generated exactly under the model and on realistic datasets (where the sharing pattern may deviate from the assumption), we acknowledge that a dedicated quantitative robustness check to controlled violations would be valuable. In the revised version we will add such an analysis: we will introduce modest, controlled mismatches to the sharing pattern on synthetic data and report the resulting impact on recovery performance of the differentiable Wasserstein module. revision: yes

Circularity Check

0 steps flagged

Derivation self-contained under explicit assumptions with no reduction to inputs

full rationale

The paper derives component-wise identifiability of causal latents from stated assumptions on a partially shared latent structure, nonlinear mixing functions per modality, and no parametric latent distributions, extending to undercomplete regimes. The proof strategy and differentiable Wasserstein module for recovering the sharing pattern are introduced as practical tools to instantiate the theory, but the core guarantee is a conditional mathematical result that holds precisely when the data-generating process matches the posited structure. No steps reduce by construction to fitted parameters, self-citations, or renamed empirical patterns; the result is independent of the present paper's own outputs and remains falsifiable if the sharing assumption is violated.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 1 invented entities

The central claim rests on flexible but unspecified assumptions about the data-generating process and the partial-sharing structure; the Wasserstein module is an introduced computational component rather than a new physical entity.

axioms (1)
  • domain assumption The observed modalities are generated from subsets of causal latent variables via nonlinear mixing functions under a partially shared latent structure.
    Invoked when defining the multimodal setting and stating the identifiability result in the abstract.
invented entities (1)
  • Wasserstein-based recovery module no independent evidence
    purpose: To recover the partially shared latent structure in a differentiable way that integrates into existing architectures.
    Introduced in the abstract as the practical instantiation of the theoretical analysis.

pith-pipeline@v0.9.0 · 5745 in / 1345 out tokens · 31233 ms · 2026-05-20T11:58:41.594068+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

81 extracted references · 81 canonical work pages · 1 internal anchor

  1. [1]

    Invariant Risk Minimization

    Martin Arjovsky, Léon Bottou, Ishaan Gulrajani, and David Lopez-Paz. Invariant risk minimization, 2020. URL https://arxiv.org/abs/1907.02893

  2. [2]

    Recognition in terra incognita

    Sara Beery, Grant Van Horn, and Pietro Perona. Recognition in terra incognita. In Proceedings of the European Conference on Computer Vision (ECCV), September 2018

  3. [3]

    Learning linear causal representations from interventions under general nonlinear mixing

    Simon Buchholz, Goutham Rajendran, Elan Rosenfeld, Bryon Aragam, Bernhard Sch \"o lkopf, and Pradeep Kumar Ravikumar. Learning linear causal representations from interventions under general nonlinear mixing. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=q131tA7HCT

  4. [4]

    Explorability and the origin of network sparsity in living systems

    Daniel Maria Busiello, Samir Simon Suweis, Jorge Hidalgo, and Amos Maritan. Explorability and the origin of network sparsity in living systems. Scientific Reports, 7, 2016. URL https://api.semanticscholar.org/CorpusID:3325375

  5. [5]

    Identifiability results for multimodal contrastive learning

    Imant Daunhawer, Alice Bizeul, Emanuele Palumbo, Alexander Marx, and Julia E Vogt. Identifiability results for multimodal contrastive learning. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=U_2kuqoTcB

  6. [7]

    Leveraging sparse and shared feature activations for disentangled representation learning

    Marco Fumero, Florian Wenzel, Luca Zancato, Alessandro Achille, Emanuele Rodol\` a , Stefano Soatto, Bernhard Sch\" o lkopf, and Francesco Locatello. Leveraging sparse and shared feature activations for disentangled representation learning. In Proceedings of the 37th International Conference on Neural Information Processing Systems, NIPS '23, Red Hook, NY...

  7. [8]

    Partially view-aligned clustering

    Zhenyu Huang, Peng Hu, Joey Tianyi Zhou, Jiancheng Lv, and Xi Peng. Partially view-aligned clustering. In H. Larochelle, M. Ranzato, R. Hadsell, M.F. Balcan, and H. Lin, editors, Advances in Neural Information Processing Systems, volume 33, pages 2892--2902. Curran Associates, Inc., 2020

  8. [9]

    Nonlinear independent component analysis for principled disentanglement in unsupervised deep learning

    Aapo Hyvärinen, Ilyes Khemakhem, and Hiroshi Morioka. Nonlinear independent component analysis for principled disentanglement in unsupervised deep learning. Patterns, 4: 0 100844, 10 2023. doi:10.1016/j.patter.2023.100844

  9. [10]

    Causal autoregressive flows

    Ilyes Khemakhem, Ricardo Monti, Robert Leech, and Aapo Hyvarinen. Causal autoregressive flows. In Arindam Banerjee and Kenji Fukumizu, editors, Proceedings of The 24th International Conference on Artificial Intelligence and Statistics, volume 130 of Proceedings of Machine Learning Research, pages 3520--3528. PMLR, 13--15 Apr 2021. URL https://proceedings....

  10. [11]

    Bernstam, Martin J Citardi, and Hua Xu

    Aneesh Komanduri, Yongkai Wu, Wen Huang, Feng Chen, and Xintao Wu. Scm-vae: Learning identifiable causal representations via structural knowledge. In 2022 IEEE International Conference on Big Data (Big Data), pages 1014--1023, 2022. doi:10.1109/BigData55660.2022.10021114

  11. [12]

    From identifiable causal representations to controllable counterfactual generation: A survey on causal generative modeling

    Aneesh Komanduri, Xintao Wu, Yongkai Wu, and Feng Chen. From identifiable causal representations to controllable counterfactual generation: A survey on causal generative modeling. Transactions on Machine Learning Research, 2024. ISSN 2835-8856. URL https://openreview.net/forum?id=PUpZXvNqmb

  12. [13]

    Synergies between disentanglement and sparsity: Generalization and identifiability in multi-task learning

    Sebastien Lachapelle, Tristan Deleu, Divyat Mahajan, Ioannis Mitliagkas, Yoshua Bengio, Simon Lacoste-Julien, and Quentin Bertrand. Synergies between disentanglement and sparsity: Generalization and identifiability in multi-task learning. In Andreas Krause, Emma Brunskill, Kyunghyun Cho, Barbara Engelhardt, Sivan Sabato, and Jonathan Scarlett, editors, Pr...

  13. [14]

    Nonparametric partial disentanglement via mechanism sparsity: Sparse actions, interventions and sparse temporal dependencies, 2024

    Sébastien Lachapelle, Pau Rodríguez López, Yash Sharma, Katie Everett, Rémi Le Priol, Alexandre Lacoste, and Simon Lacoste-Julien. Nonparametric partial disentanglement via mechanism sparsity: Sparse actions, interventions and sparse temporal dependencies, 2024. URL https://arxiv.org/abs/2401.04890

  14. [15]

    Feature selection based on wasserstein distance, 2024

    Fuwei Li. Feature selection based on wasserstein distance, 2024. URL https://arxiv.org/abs/2411.07217

  15. [16]

    Invariant causal representation learning for out-of-distribution generalization

    Chaochao Lu, Yuhuai Wu, Jos \'e Miguel Hern \'a ndez-Lobato, and Bernhard Sch \"o lkopf. Invariant causal representation learning for out-of-distribution generalization. In International Conference on Learning Representations, 2022. URL https://openreview.net/forum?id=-e4EXDWXnSn

  16. [18]

    Causal representation learning made identifiable by grouping of observational variables

    Hiroshi Morioka and Aapo Hyv\" a rinen. Causal representation learning made identifiable by grouping of observational variables. In Proceedings of the 41st International Conference on Machine Learning, ICML'24. JMLR.org, 2024

  17. [19]

    Nacher and Tatsuya Akutsu

    Jose C. Nacher and Tatsuya Akutsu. Structural controllability of unidirectional bipartite networks. Scientific Reports, 3, 2013. URL https://api.semanticscholar.org/CorpusID:17937192

  18. [20]

    On the identifiability of sparse ICA without assuming non-gaussianity

    Ignavier Ng, Yujia Zheng, Xinshuai Dong, and Kun Zhang. On the identifiability of sparse ICA without assuming non-gaussianity. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=kJIibP5bq2

  19. [22]

    Toward causal representation learning.Proceedings of the IEEE, 109(5):612–634, 2021

    Bernhard Schölkopf, Francesco Locatello, Stefan Bauer, Nan Rosemary Ke, Nal Kalchbrenner, Anirudh Goyal, and Yoshua Bengio. Toward causal representation learning. Proceedings of the IEEE, 109 0 (5): 0 612--634, 2021. doi:10.1109/JPROC.2021.3058954

  20. [23]

    Weakly supervised disentangled generative causal representation learning

    Xinwei Shen, Furui Liu, Hanze Dong, Qing Lian, Zhitang Chen, and Tong Zhang. Weakly supervised disentangled generative causal representation learning. J. Mach. Learn. Res., 23 0 (1), January 2022. ISSN 1532-4435

  21. [24]

    Linear causal disentanglement via interventions

    Chandler Squires, Anna Seigal, Salil Bhate, and Caroline Uhler. Linear causal disentanglement via interventions. In Proceedings of the 40th International Conference on Machine Learning, ICML'23. JMLR.org, 2023

  22. [25]

    Unpaired multi-domain causal representation learning

    Nils Sturma, Chandler Squires, Mathias Drton, and Caroline Uhler. Unpaired multi-domain causal representation learning. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=zW1uVN6Mbv

  23. [26]

    Recovering latent causal factor for generalization to distributional shifts

    Xinwei Sun, Botong Wu, Xiangyu Zheng, Chang Liu, Wei Chen, Tao Qin, and Tie-Yan Liu. Recovering latent causal factor for generalization to distributional shifts. In M. Ranzato, A. Beygelzimer, Y. Dauphin, P.S. Liang, and J. Wortman Vaughan, editors, Advances in Neural Information Processing Systems, volume 34, pages 16846--16859. Curran Associates, Inc., ...

  24. [27]

    Xing, and Kun Zhang

    Yuewen Sun, Lingjing Kong, Guangyi Chen, Loka Li, Gongxu Luo, Zijian Li, Yixuan Zhang, Yujia Zheng, Mengyue Yang, Petar Stojanov, Eran Segal, Eric P. Xing, and Kun Zhang. Causal representation learning from multimodal biomedical observations. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=...

  25. [28]

    u gelgen, Yash Sharma, Luigi Gresele, Wieland Brendel, Bernhard Sch\

    Julius von K\" u gelgen, Yash Sharma, Luigi Gresele, Wieland Brendel, Bernhard Sch\" o lkopf, Michel Besserve, and Francesco Locatello. Self-supervised learning with data augmentations provably isolates content from style. In Proceedings of the 35th International Conference on Neural Information Processing Systems, NIPS '21, Red Hook, NY, USA, 2021. Curra...

  26. [29]

    u gelgen, Michel Besserve, Wendong Liang, Luigi Gresele, Armin Keki \'c , Elias Bareinboim, David Blei, and Bernhard Sch \

    Julius von K \"u gelgen, Michel Besserve, Wendong Liang, Luigi Gresele, Armin Keki \'c , Elias Bareinboim, David Blei, and Bernhard Sch \"o lkopf. Nonparametric identifiability of causal representations from unknown interventions. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=V87gZeSOL4

  27. [30]

    Interpretability at scale: Identifying causal mechanisms in alpaca

    Zhengxuan Wu, Atticus Geiger, Thomas Icard, Christopher Potts, and Noah Goodman. Interpretability at scale: Identifying causal mechanisms in alpaca. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=nRfClnMhVX

  28. [31]

    A sparsity principle for partially observable causal representation learning

    Danru Xu, Dingling Yao, Sebastien Lachapelle, Perouz Taslakian, Julius von K \"u gelgen, Francesco Locatello, and Sara Magliacane. A sparsity principle for partially observable causal representation learning. In Causal Representation Learning Workshop at NeurIPS 2023, 2023. URL https://openreview.net/forum?id=Whr6uobelR

  29. [32]

    Representation retrieval learning for heterogeneous data integration, 2025

    Qi Xu and Annie Qu. Representation retrieval learning for heterogeneous data integration, 2025. URL https://arxiv.org/abs/2503.09494

  30. [33]

    Causalvae: Disentangled representation learning via neural structural causal models

    Mengyue Yang, Furui Liu, Zhitang Chen, Xinwei Shen, Jianye Hao, and Jun Wang. Causalvae: Disentangled representation learning via neural structural causal models. 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 9588--9597, 2020. URL https://api.semanticscholar.org/CorpusID:220280826

  31. [34]

    Multi-view causal representation learning with partial observability

    Dingling Yao, Danru Xu, Sebastien Lachapelle, Sara Magliacane, Perouz Taslakian, Georg Martius, Julius von K \"u gelgen, and Francesco Locatello. Multi-view causal representation learning with partial observability. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=OGtnhKQJms

  32. [35]

    Generalizing nonlinear ICA beyond structural sparsity

    Yujia Zheng and Kun Zhang. Generalizing nonlinear ICA beyond structural sparsity. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. URL https://openreview.net/forum?id=gI1SOgW3kw

  33. [36]

    Counterfactually fair representation

    Zhiqun Zuo, Mohammad Mahdi Khalili, and Xueru Zhang. Counterfactually fair representation. NIPS '23. Curran Associates Inc., 2023

  34. [37]

    Zur Elektrodynamik bewegter Körper

    Albert Einstein. Zur Elektrodynamik bewegter Körper. Annalen der Physik. 1905

  35. [38]

    The \ Companion

    Michel Goossens and Frank Mittelbach and Alexander Samarin. The \ Companion. 1993

  36. [39]

    Transactions on Machine Learning Research , issn=

    From Identifiable Causal Representations to Controllable Counterfactual Generation: A Survey on Causal Generative Modeling , author=. Transactions on Machine Learning Research , issn=. 2024 , url=

  37. [40]

    2020 , eprint=

    Invariant Risk Minimization , author=. 2020 , eprint=

  38. [41]

    Proceedings of the European Conference on Computer Vision (ECCV) , month =

    Beery, Sara and Van Horn, Grant and Perona, Pietro , title =. Proceedings of the European Conference on Computer Vision (ECCV) , month =

  39. [42]

    2023 , publisher =

    Zuo, Zhiqun and Khalili, Mohammad Mahdi and Zhang, Xueru , title =. 2023 , publisher =

  40. [43]

    International Conference on Learning Representations , year=

    Invariant Causal Representation Learning for Out-of-Distribution Generalization , author=. International Conference on Learning Representations , year=

  41. [44]

    Recovering Latent Causal Factor for Generalization to Distributional Shifts , url =

    Sun, Xinwei and Wu, Botong and Zheng, Xiangyu and Liu, Chang and Chen, Wei and Qin, Tao and Liu, Tie-Yan , booktitle =. Recovering Latent Causal Factor for Generalization to Distributional Shifts , url =

  42. [45]

    and Tsaftaris, Sotirios A

    Sanchez, Pedro and Kascenas, Antanas and Liu, Xiao and O'Neil, Alison Q. and Tsaftaris, Sotirios A. What is Healthy? Generative Counterfactual Diffusion for Lesion Localization. Deep Generative Models. 2022

  43. [46]

    Proceedings of the 40th International Conference on Machine Learning , articleno =

    Squires, Chandler and Seigal, Anna and Bhate, Salil and Uhler, Caroline , title =. Proceedings of the 40th International Conference on Machine Learning , articleno =. 2023 , publisher =

  44. [47]

    Causal machine learning for single-cell genomics , volume =

    Tejada-Lapuerta, Alejandro and Bertin, Paul and Bauer, Stefan and Aliee, Hananeh and Yere, Yere and Theis, Fabian , year =. Causal machine learning for single-cell genomics , volume =

  45. [48]

    Causal representation learning made identifiable by grouping of observational variables , year =

    Morioka, Hiroshi and Hyv\". Causal representation learning made identifiable by grouping of observational variables , year =. Proceedings of the 41st International Conference on Machine Learning , articleno =

  46. [49]

    Nonlinear independent component analysis for principled disentanglement in unsupervised deep learning , volume =

    Hyvärinen, Aapo and Khemakhem, Ilyes and Morioka, Hiroshi , year =. Nonlinear independent component analysis for principled disentanglement in unsupervised deep learning , volume =. Patterns , doi =

  47. [50]

    Thirty-seventh Conference on Neural Information Processing Systems , year=

    Nonparametric Identifiability of Causal Representations from Unknown Interventions , author=. Thirty-seventh Conference on Neural Information Processing Systems , year=

  48. [51]

    2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=

    CausalVAE: Disentangled Representation Learning via Neural Structural Causal Models , author=. 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=

  49. [52]

    Shen, Xinwei and Liu, Furui and Dong, Hanze and Lian, Qing and Chen, Zhitang and Zhang, Tong , title =. J. Mach. Learn. Res. , month = jan, articleno =. 2022 , issue_date =

  50. [53]

    SCM-VAE: Learning Identifiable Causal Representations via Structural Knowledge , year=

    Komanduri, Aneesh and Wu, Yongkai and Huang, Wen and Chen, Feng and Wu, Xintao , booktitle=. SCM-VAE: Learning Identifiable Causal Representations via Structural Knowledge , year=

  51. [54]

    Thirty-seventh Conference on Neural Information Processing Systems , year=

    Learning Linear Causal Representations from Interventions under General Nonlinear Mixing , author=. Thirty-seventh Conference on Neural Information Processing Systems , year=

  52. [55]

    2024 , eprint=

    Nonparametric Partial Disentanglement via Mechanism Sparsity: Sparse Actions, Interventions and Sparse Temporal Dependencies , author=. 2024 , eprint=

  53. [56]

    The Twelfth International Conference on Learning Representations , year=

    Multi-View Causal Representation Learning with Partial Observability , author=. The Twelfth International Conference on Learning Representations , year=

  54. [57]

    The Eleventh International Conference on Learning Representations , year=

    Identifiability Results for Multimodal Contrastive Learning , author=. The Eleventh International Conference on Learning Representations , year=

  55. [58]

    Self-supervised learning with data augmentations provably isolates content from style , year =

    von K\". Self-supervised learning with data augmentations provably isolates content from style , year =. Proceedings of the 35th International Conference on Neural Information Processing Systems , articleno =

  56. [59]

    The Thirteenth International Conference on Learning Representations , year=

    Causal Representation Learning from Multimodal Biomedical Observations , author=. The Thirteenth International Conference on Learning Representations , year=

  57. [60]

    On the Identifiability of Sparse

    Ignavier Ng and Yujia Zheng and Xinshuai Dong and Kun Zhang , booktitle=. On the Identifiability of Sparse. 2023 , url=

  58. [61]

    Thirty-seventh Conference on Neural Information Processing Systems , year=

    Identifiability Guarantees for Causal Disentanglement from Soft Interventions , author=. Thirty-seventh Conference on Neural Information Processing Systems , year=

  59. [62]

    Proceedings of the AAAI Conference on Artificial Intelligence , author=

    Causal Representation Learning via Counterfactual Intervention , volume=. Proceedings of the AAAI Conference on Artificial Intelligence , author=. 2024 , month=. doi:10.1609/aaai.v38i4.28108 , number=

  60. [63]

    Causal Representation Learning Workshop at NeurIPS 2023 , year=

    Score-based Causal Representation Learning from Interventions: Nonparametric Identifiability , author=. Causal Representation Learning Workshop at NeurIPS 2023 , year=

  61. [64]

    NeurIPS 2022 Workshop on Neuro Causal and Symbolic AI (nCSI) , year=

    Interventional Causal Representation Learning , author=. NeurIPS 2022 Workshop on Neuro Causal and Symbolic AI (nCSI) , year=

  62. [65]

    Thirty-seventh Conference on Neural Information Processing Systems , year=

    Unpaired Multi-Domain Causal Representation Learning , author=. Thirty-seventh Conference on Neural Information Processing Systems , year=

  63. [66]

    Briefings in Bioinformatics , volume =

    Gossi, Federico and Pati, Pushpak and Chouvardas, Panagiotis and Martinelli, Adriano Luca and Kruithof-de Julio, Marianna and Rapsomaniki, Maria Anna , title =. Briefings in Bioinformatics , volume =. 2023 , month =. doi:10.1093/bib/bbad130 , url =

  64. [67]

    NeurIPS 2022 Workshop on Causality for Real-world Impact , year=

    Learning Causal Representations of Single Cells via Sparse Mechanism Shift Modeling , author=. NeurIPS 2022 Workshop on Causality for Real-world Impact , year=

  65. [68]

    Multimodal population brain imaging in the UK Biobank prospective epidemiological study , volume =

    Miller, Karla and Alfaro-Almagro, Fidel and Bangerter, Neal and Thomas, David and Yacoub, Essa and Xu, Junqian and Bartsch, Andreas and Jbabdi, Saad and Sotiropoulos, Stamatios and Andersson, Jesper and Griffanti, Ludovica and Douaud, Gwenaëlle and Okell, Thomas and Weale, Peter and Dragonu, Iulius and Garratt, Steve and Hudson, Sarah and Collins, Rory an...

  66. [69]

    Proceedings of the 40th International Conference on Machine Learning , pages =

    Synergies between Disentanglement and Sparsity: Generalization and Identifiability in Multi-Task Learning , author =. Proceedings of the 40th International Conference on Machine Learning , pages =. 2023 , editor =

  67. [70]

    Generalizing Nonlinear

    Yujia Zheng and Kun Zhang , booktitle=. Generalizing Nonlinear. 2023 , url=

  68. [71]

    Leveraging sparse and shared feature activations for disentangled representation learning , year =

    Fumero, Marco and Wenzel, Florian and Zancato, Luca and Achille, Alessandro and Rodol\`. Leveraging sparse and shared feature activations for disentangled representation learning , year =. Proceedings of the 37th International Conference on Neural Information Processing Systems , articleno =

  69. [72]

    Causal Representation Learning Workshop at NeurIPS 2023 , year=

    A Sparsity Principle for Partially Observable Causal Representation Learning , author=. Causal Representation Learning Workshop at NeurIPS 2023 , year=

  70. [73]

    Scientific Reports , year=

    Explorability and the origin of network sparsity in living systems , author=. Scientific Reports , year=

  71. [74]

    Scientific Reports , year=

    Structural controllability of unidirectional bipartite networks , author=. Scientific Reports , year=

  72. [75]

    Partially View-aligned Clustering , volume =

    Huang, Zhenyu and Hu, Peng and Zhou, Joey Tianyi and Lv, Jiancheng and Peng, Xi , booktitle =. Partially View-aligned Clustering , volume =

  73. [76]

    Sanchez, J

    Pedro Sanchez and Voisey, \ Jeremy P.\ and Tian Xia and Watson, \ Hannah I.\ and ONeil, \ Alison Q.\ and Tsaftaris, \ Sotirios A.\. Causal Machine Learning for Healthcare and Precision Medicine. Royal Society Open Science. 2022. doi:10.1098/rsos.220638

  74. [77]

    Toward Causal Representation Learning , year=

    Schölkopf, Bernhard and Locatello, Francesco and Bauer, Stefan and Ke, Nan Rosemary and Kalchbrenner, Nal and Goyal, Anirudh and Bengio, Yoshua , journal=. Toward Causal Representation Learning , year=

  75. [78]

    Thirty-seventh Conference on Neural Information Processing Systems , year=

    Interpretability at Scale: Identifying Causal Mechanisms in Alpaca , author=. Thirty-seventh Conference on Neural Information Processing Systems , year=

  76. [79]

    Proceedings of the AAAI Conference on Artificial Intelligence , author=

    Feature Distribution Matching by Optimal Transport for Effective and Robust Coreset Selection , volume=. Proceedings of the AAAI Conference on Artificial Intelligence , author=. 2024 , month=. doi:10.1609/aaai.v38i8.28771 , number=

  77. [80]

    2025 , eprint=

    Representation Retrieval Learning for Heterogeneous Data Integration , author=. 2025 , eprint=

  78. [81]

    2024 , eprint=

    Feature Selection Based on Wasserstein Distance , author=. 2024 , eprint=

  79. [82]

    cc/paper_files/paper/2019/file/ 5d0d5594d24f0f955548f0fc0ff83d10-Paper

    SERGIO: A Single-Cell Expression Simulator Guided by Gene Regulatory Networks , journal =. 2020 , issn =. doi:https://doi.org/10.1016/j.cels.2020.08.003 , url =

  80. [83]

    2023 , issue_date =

    Manzoor, Muhammad Arslan and Albarri, Sarah and Xian, Ziting and Meng, Zaiqiao and Nakov, Preslav and Liang, Shangsong , title =. 2023 , issue_date =. doi:10.1145/3617833 , journal =

Showing first 80 references.