Generative Models

AutoEncoder

Introduced by Hinton et al. in Reducing the Dimensionality of Data with Neural Networks

An Autoencoder is a bottleneck architecture that turns a high-dimensional input into a latent low-dimensional code (encoder), and then performs a reconstruction of the input with this latent code (the decoder).

Image: Michael Massi

Source: Reducing the Dimensionality of Data with Neural Networks

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Anomaly Detection 31 4.76%
Self-Supervised Learning 26 3.99%
Denoising 23 3.53%
Image Generation 16 2.46%
Dimensionality Reduction 16 2.46%
Semantic Segmentation 15 2.30%
Disentanglement 14 2.15%
Quantization 13 2.00%
Clustering 13 2.00%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories