SOTAVerified

Stacked What-Where Auto-encoders

2015-06-08Code Available0· sign in to hype

Junbo Zhao, Michael Mathieu, Ross Goroshin, Yann Lecun

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a novel architecture, the "stacked what-where auto-encoders" (SWWAE), which integrates discriminative and generative pathways and provides a unified approach to supervised, semi-supervised and unsupervised learning without relying on sampling during training. An instantiation of SWWAE uses a convolutional net (Convnet) (LeCun et al. (1998)) to encode the input, and employs a deconvolutional net (Deconvnet) (Zeiler et al. (2010)) to produce the reconstruction. The objective function includes reconstruction terms that induce the hidden states in the Deconvnet to be similar to those of the Convnet. Each pooling layer produces two sets of variables: the "what" which are fed to the next layer, and its complementary variable "where" that are fed to the corresponding layer in the generative decoder.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10SWWAEPercentage correct92.2Unverified
CIFAR-100SWWAEPercentage correct69.1Unverified
MNISTZhao et al. (2015) (auto-encoder)Percentage error4.76Unverified
STL-10SWWAEPercentage correct74.3Unverified
STL-10SWWAEPercentage correct74.3Unverified
STL-10SWWAEPercentage correct74.33Unverified

Reproductions