Skip to content

Code repository for the paper "Analyzing Generative Models by Manifold Entropic Metrics"

Notifications You must be signed in to change notification settings

vislearn/ManifoldEntropicMetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManifoldEntropicMetrics

Code repository for the paper "Analyzing Generative Models by Manifold Entropic Metrics" https://arxiv.org/abs/2410.19426

Installation

Create new conda environment with the following commands:

conda create python=3.12 -c pytorch -n manentmet
conda activate manentmet
pip install -r requirements.txt

Files

minimal_example.ipynb includes the Proof of concept experiments on 1. "Two Moons" and 2. "10-D Torus"

beta_vae_tests.ipynb includes the experiments on beta-VAEs

Citation

beta-VAE Code adapted from https://github.com/ludovicobuizza/gan_vae

PF_objective adapted from paper "Principal Manifold Flows" https://arxiv.org/abs/2202.07037

About

Code repository for the paper "Analyzing Generative Models by Manifold Entropic Metrics"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published