Ebm_compositionality

[NeurIPS'20] Code for the Paper Compositional Visual Generation and Inference with Energy Based Models
Alternatives To Ebm_compositionality
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gans Awesome Applications4,667
a month ago17
Curated list of awesome GAN applications and demo
3d Pointcloud1,753
9 days ago2Python
Papers and Datasets about Point Cloud.
Awesome Question Answering658
7 months ago
Resources, datasets, papers on Question Answering
Vipassana For Hackers582
4 months ago3cc-by-sa-4.0TeX
A document version of my "Vipassana for Hackers" talk
Recipenlg505
2 years agoJupyter Notebook
Set of scripts and notebooks used to produce results visible in RecipeNLG paper
Conditional Pixelcnn Decoder470
5 years ago3Python
Tensorflow implementation of Gated Conditional Pixel Convolutional Neural Network
Question Generation Paper List429
2 years ago
A summary of must-read papers for Neural Question Generation (NQG)
Human Video Generation345
4 months ago1
Human Video Generation Paper List
Awesome Few Shot Image Generation295
4 months ago
A curated list of papers, code and resources pertaining to few-shot image generation.
Handwriting Generation289
6 years ago9mitPython
Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).
Alternatives To Ebm_compositionality
Select To Compare


Alternative Project Comparisons
Readme

Code for Compositional Visual Generation with Energy Based Models A pytorch codebase for compositionality can be found here.

Install Prerequisites

Please install the required python packages by running the command below:

pip install -r requirements.txt

Download Datasets

We run experiments on Mujoco Scenes and CelebA dataset. To generate data used in the Mujoco Scenes dataset, look in the image_comb directory (you will need to appropriately modify the path) and run the corresponding files inside. For example to generate the continual learning dataset, you can use the command:

python image_comb/cube_continual.py

Feel free to reach out to us for pre-generated Mujoco Scenes Datasets

You can download the CelebA dataset here

Training

Models are trained using the following command:

python train.py --dataset=<dataset> --exp=<exp_name> --cclass --step_lr=100.0 --swish_act --num_steps=60 --num_gpus=<gpu_num> 

Evaluation

The files ebm_sandbox.py and celeba_combine.py contains evaluation functions used to reproduce results in the paper. Different models can be set in the celeba_combine.py file, and different tasks evaluated using the --task flag in ebm_sandbox.py. You can use the command below to generate compositions of young, female, smiling and wavy hair faces:

python celeba_combine.py

High Resolution CelebA Generation

High resolution images in CelebA are composed using the training method here. Code for composing and training models can be found here as well as pretrained models.

Cubes Dataset

The dataset used for 3D cube experiments can be found at:

https://www.dropbox.com/sh/202zhctt6rac0lw/AACAYhk6K6_FPYrremx9A1D_a?dl=0

Popular Generation Projects
Popular Paper Projects
Popular Software Development Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Dataset
Paper
Generation
Scene
Celeba
Mujoco