Original : [MATLAB version]
PyTorch implementation of Semantic AutoEncoder (SAE).
- git clone https://github.com/hoseong-kim/sae-pytorch.git
- Download 'awa_demo_data.mat'
- python sae.py
- Set CUB, AwA, aP&Y, SUN, and ImageNet datasets.
- Partially done (only for AwA dataset).
- Other datasets will also be available soon.
- Extract deep features from various deep models, e.g., AlexNet, VGG16, VGG19, GoogleNet, Inception_v3, ResNet-18, ResNet-34, ResNet-50, ResNet-101, ResNet-152.
- Done, but tuning my source code to achieve results in this paper.
- The source code will be available after reproducing.
- Train a Semantic AutoEncoder (SAE).
- Done.
- Test unseen class data.
- Done.
- Bug fix
Semantic Autoencoder for Zero-shot Learning: [Paper Link (arXiv)]