Project Page | Paper | Pre-trained Models
PyTorch implementation of HyperRIM: a conditional deep generative model that avoids mode collapse and can generate multiple outputs for the same input. The model is trained with Implicit Maximum Likelihood Estimation (IMLE). HyperRIM is able to:
- Increase the width and height of images by a factor of 16x
- Recover a plausible image from a badly compressed image
- Possibly do other things yet to be explored 😃
Please refer to this page.
The repository consists of the following components:
code/
: Code for training and testing the modelexperiments/
: Directory for checkpoints and plotswebsite/
: Resources for the project pageindex.html
: Project page