Unsupervised MNIST

9 papers with code • 1 benchmarks • 1 datasets

Accuracy on MNIST when training without any labels

Libraries

Use these libraries to find Unsupervised MNIST models and implementations

Datasets


Most implemented papers

InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets

eriklindernoren/PyTorch-GAN NeurIPS 2016

This paper describes InfoGAN, an information-theoretic extension to the Generative Adversarial Network that is able to learn disentangled representations in a completely unsupervised manner.

Adversarial Autoencoders

eriklindernoren/PyTorch-GAN 18 Nov 2015

In this paper, we propose the "adversarial autoencoder" (AAE), which is a probabilistic autoencoder that uses the recently proposed generative adversarial networks (GAN) to perform variational inference by matching the aggregated posterior of the hidden code vector of the autoencoder with an arbitrary prior distribution.

Stacked Capsule Autoencoders

google-research/google-research NeurIPS 2019

In the second stage, SCAE predicts parameters of a few object capsules, which are then used to reconstruct part poses.

Invariant Information Clustering for Unsupervised Image Classification and Segmentation

xu-ji/IIC ICCV 2019

The method is not specialised to computer vision and operates on any paired dataset samples; in our experiments we use random transforms to obtain a pair from each image.

Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks

xinario/catgan_pytorch 19 Nov 2015

Our approach is based on an objective function that trades-off mutual information between observed examples and their predicted categorical class distribution, against robustness of the classifier to an adversarial generative model.

Ladder Variational Autoencoders

casperkaae/LVAE NeurIPS 2016

Variational Autoencoders are powerful models for unsupervised learning.

Inferencing Based on Unsupervised Learning of Disentangled Representations

tohinz/Bidirectional-InfoGAN 7 Mar 2018

Combining Generative Adversarial Networks (GANs) with encoders that learn to encode data points has shown promising results in learning data representations in an unsupervised way.

PixelGAN Autoencoders

anonyme20/nips20 NeurIPS 2017

In this paper, we describe the "PixelGAN autoencoder", a generative autoencoder in which the generative path is a convolutional autoregressive neural network on pixels (PixelCNN) that is conditioned on a latent code, and the recognition path uses a generative adversarial network (GAN) to impose a prior distribution on the latent code.

Improving Self-Organizing Maps with Unsupervised Feature Extraction

lyes-khacef/GPU-SOM 4 Sep 2020

We conduct a comparative study on the SOM classification accuracy with unsupervised feature extraction using two different approaches: a machine learning approach with Sparse Convolutional Auto-Encoders using gradient-based learning, and a neuroscience approach with Spiking Neural Networks using Spike Timing Dependant Plasticity learning.