Skip to content

WiML Symposium at International Conference on Machine Learning (ICML), 2024

License

Notifications You must be signed in to change notification settings

fatemehN/entangled_representation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

β-MuliVariational AutoEncoder for Entangled Representation Learning in Video Frames

This code is the official implementation of the following paper:

β-Multivariational Autoencoder (βMVAE) for Entangled Representation Learning in Video Frames

Exemplary result

Time Consistency2 Time Consistency3

These video sequences are from DAVIS16 dataset.(a.Image, b.Annotation, c.βMVUnet)

Install

To create the environment, follow these commands:

conda create -n bmvae python=3.8
conda activate bmvae
pip install -r requirements.txt

This code is developed and tested on Ubuntu OS 18.04.5.

Predict

  • First, download the network weights from the Google Drive Link. and put them on the ckpts folder.
  • Run the following command for testing βMVAE network:
python test_bmvae.py
  • Run this command for testing βMVUnet network:
python test_bmvUnet.py

Dependencies

Cite

Please cite our work as:

arXiv:2211.12627 (cs)

Contact

Fatemeh Nokabadi

About

WiML Symposium at International Conference on Machine Learning (ICML), 2024

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages