LGCVOct 3, 2023

Generative Autoencoding of Dropout Patterns

arXiv:2310.01712v21 citationsh-index: 5
Originality Incremental advance
AI Analysis

This provides a simpler and more stable alternative to existing generative models for researchers and practitioners in machine learning, though it is incremental in approach.

The paper tackles the problem of stable training in generative models by proposing Deciphering Autoencoders, which use unique random dropout patterns for each training data point to enable reconstruction and generation, achieving sampling quality comparable to DCGAN on CIFAR-10.

We propose a generative model termed Deciphering Autoencoders. In this model, we assign a unique random dropout pattern to each data point in the training dataset and then train an autoencoder to reconstruct the corresponding data point using this pattern as information to be encoded. Even if a completely random dropout pattern is assigned to each data point regardless of their similarities, a sufficiently large encoder can smoothly map them to a low-dimensional latent space to reconstruct individual training data points. During inference, using a dropout pattern different from those used during training allows the model to function as a generator. Since the training of Deciphering Autoencoders relies solely on reconstruction error, it offers more stable training compared to other generative models. Despite their simplicity, Deciphering Autoencoders show sampling quality comparable to DCGAN on the CIFAR-10 dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes