Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HuuDatDo/SODA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SODA: Bottleneck Diffusion Models for Representation Learning

Overview

This is an unofficial PyTorch implementation of the paper SODA: Bottleneck Diffusion Models for Representation Learning by Drew A. Hudson et al (2023). Built based on the DDPM source code.

SODA Model Diagram

Setup

Before running the model, install the required dependencies.

pip install -r requirements.txt

Usage

We have only implemented with the Cifar100 dataset; MIT-States and Imagenet1k are not yet ready to use.

python main.py --dataset cifar

BibTex

@article{hudson2023soda,
  title={SODA: Bottleneck Diffusion Models for Representation Learning},
  author={Hudson, Drew A and Zoran, Daniel and Malinowski, Mateusz and Lampinen, Andrew K and Jaegle, Andrew and McClelland, James L and Matthey, Loic and Hill, Felix and Lerchner, Alexander},
  journal={arXiv preprint arXiv:2311.17901},
  year={2023}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages