Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Score Based Multimodal Autoencoders

This is the code for the paper Score Based Multimodal Autoencoders

Please refer to the official repo at https://github.com/rooshenasgroup/sbmae if you have questions.

Design

Get started (Extended PolyMnist)

  • Download the dataset and the FID model* !-- Download the preprocessed dataset from here Download the FID model from here -->
    pip install -r requirements.txt
    mv pt_inception-2015-12-05-6726825d.pth ./pytorch_fid/
    tar xvzf upd_poly.tar
    ./train_poly.sh

Get started (CelebMaskHQ)

  • Download the dataset and the FID model* Download the preprocessed dataset from here Download the FID model from here
    pip install -r requirements.txt
    mv pt_inception-2015-12-05-6726825d.pth ./pytorch_fid/
    tar xvzf celm_hq.tar
    ./train_cel.sh

To train the EBM model, please look at train_cel_clwithtime_ebm_NOIND.py script

For sampling and other calclations, please look at the scripts.

If you find this work useful, please cite our paper:

@article{
wesego2024scorebased,
title={Score-Based Multimodal Autoencoder},
author={Daniel Wesego and Pedram Rooshenas},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2024},
url={https://openreview.net/forum?id=JbuP6UV3Fk},
note={}
}

About

Official reporsitory for the paper score-based multimodal autoencoder: https://arxiv.org/pdf/2305.15708

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages