Auto-Encoder study notes

Basic Idea of Auto-encoder

Screenshot 2024-03-03 at 08.55.00
Concept Key Features
Encoder Transforms input data into a compressed, lower-dimensional representation.
Decoder Reconstructs input data from the compressed form to closely resemble the original data.
Embedding The compressed vector representation of input data created by the encoder.
Auto-Encoders A neural network architecture for learning efficient data codings in an unsupervised manner. Utilizes encoder to compress data and decoder to reconstruct it, aiming to minimize the difference between the original and reconstructed data.

Feature Disentangle

Idea: what’s in the embedding? Extract the information of different aspects.

For example:

Screenshot 2024-03-03 at 11.14.06

Discrete Representation

  • Vector Quantized Variational Auto-encoder (VQVAE)
Chen Xing
Chen Xing
Founder & Data Scientist

Enjoy Life & Enjoy Work!