English

Stacked What-Where Auto-encoders

Machine Learning 2016-02-16 v8 Machine Learning Neural and Evolutionary Computing

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.

Keywords

Cite

@article{arxiv.1506.02351,
  title  = {Stacked What-Where Auto-encoders},
  author = {Junbo Zhao and Michael Mathieu and Ross Goroshin and Yann LeCun},
  journal= {arXiv preprint arXiv:1506.02351},
  year   = {2016}
}

Comments

Workshop track - ICLR 2016

R2 v1 2026-06-22T09:48:54.903Z