Skip to content

jongharyu/wyner-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Succinct Common Representation with Wyner's Common Information


This repository provides a codebase for the paper [https://arxiv.org/abs/1905.10945]("Learning Succinct Common Representation with Wyner's Common Information," (2022)).


Experiments

###1. MNIST Add-1 / MNIST--SVHN experiment

Prepare datasets

  • Download this zip file (mnist-add1-svhn.zip) and put the files under data/mnist-add1 and data/mnist-svhn.
  • For evaluation, download this zip file (autoencoders.zip) and put the files under pretrained/autoencoders.

Usage

To be updated.

###2. CUB Image--Caption experiment

Prepare datasets

We used the Caltech--UCSD Birds (CUB) dataset based on this repository (MMVAE).

data/cub
│───img
│   │───train
│   └───test
└───sent
    │───text_testclasses.txt
    └───text_testclasses.txt

Usage

To be updated.

###3. Zero-shot sketch retrieval experiment

Prepare datasets

data/Sketchy
│───extended_photo
│    │───airplane
│    │    └───...jpg
│    │───alarm
│    │    └───...jpg
│    │───...
│    └───zebra
│         └───...jpg
│───photo
│   └───tx_000000000000
│        │───airplane
│        │    └───...jpg
│        │───alarm
│        │    └───...jpg
│        │───...
│        └───zebra
│             └───...jpg
│───pretrained
│   │───vgg16_photo.pth
│   └───vgg16_sketch.pth
│───sketch
│   └───tx_000000000000
│        │───airplane
│        │    └───...png
│        │───alarm
│        │    └───...png
│        │───...
│        └───zebra
│             └───...png
│───README.txt
└───test_split_eccv2018.txt

Usage

To be updated.


Credits

We have written our code largely building upon the following existing code bases:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published