Deep Mixtures of Factor Analysers
This work addresses the challenge of efficient deep density modeling for machine learning practitioners, though it is incremental as it adapts an existing layer-wise approach to a different model class.
The paper tackles the problem of learning deep density models with multiple latent variable layers by introducing a greedy layer-wise algorithm for Deep Mixtures of Factor Analysers (DMFAs), demonstrating empirically that DMFAs achieve better density modeling than Mixtures of Factor Analysers and Restricted Boltzmann Machines across various datasets.
An efficient way to learn deep density models that have many layers of latent variables is to learn one layer at a time using a model that has only one layer of latent variables. After learning each layer, samples from the posterior distributions for that layer are used as training data for learning the next layer. This approach is commonly used with Restricted Boltzmann Machines, which are undirected graphical models with a single hidden layer, but it can also be used with Mixtures of Factor Analysers (MFAs) which are directed graphical models. In this paper, we present a greedy layer-wise learning algorithm for Deep Mixtures of Factor Analysers (DMFAs). Even though a DMFA can be converted to an equivalent shallow MFA by multiplying together the factor loading matrices at different levels, learning and inference are much more efficient in a DMFA and the sharing of each lower-level factor loading matrix by many different higher level MFAs prevents overfitting. We demonstrate empirically that DMFAs learn better density models than both MFAs and two types of Restricted Boltzmann Machine on a wide variety of datasets.