GitXplorerGitXplorer
f

quantized_identifiability

public
7 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
8f7682ea1421612eab900b062187127c1eea21c9

correct title, dataset with factorized support

vvitoriapacela committed 4 months ago
Unverified
5fef34232e185be77219c2559475cbfe6d0956f0

Fixed requirements.

committed 7 months ago
Unverified
32a28880ca68f0f4dc0f6cd877307ab2f5d483cf

quantized identifiability code for reproduction

vvitoriapacela committed 7 months ago

README

The README file for this repository.

On the Identifiability of Quantized Factors

This is the official reporitory for the code associated with the paper: On the Identifiability of Quantized Factors by Vitória Barin-Pacela, Kartik Ahuja, Simon Lacoste-Julien, Pascal Vincent, Conference on Causal Learning Reasoning (CLeaR), 2024.

It contains notebooks and code for reproducing the figures in the paper.

  • Figure 2 is reproduced in the notebook exoplanet_data.ipynb, it contains evidence of axis-aligned discontinuities in the Nasa Expolanets dataset.
  • Figure 3 is reproduced in the notebook results_unfactorized.ipynb, which contains a synthetic dataset with non-factorized support. We provide results for our model (axis alignment), Hausdorff Factorized Support, and Linear ICA.
  • Figure 4 is reproduced in the notebook results_factorized.ipynb, which contains a synthetic dataset with factorized support. We provide results for our model (axis alignment) and Linear ICA.
  • Figure 5 is reproduced in the notebook mocap_data.ipynb, it contains evidence of axis-aligned discontinuities in the CMU motion capture dataset.

Requirements

Use requirements.txt.

License

The majority of quantized_identifiability is licensed under CC-BY-NC, however portions of the project are available under separate license terms: iVAE is licensed under the MIT license.