Skip to content

This works is an analysis of the feature space and comparison of the discriminative capability of features obtained from Autoencoders .In Deep learning literature these problems statements are called representation learning and through this work MNIST feature space and it's intricacies are visualized .

Notifications You must be signed in to change notification settings

rutup1595/MNIST-reconstruction-analysis

Repository files navigation

MNIST reconstruction and similarity analysis through representation learning

This work aims to analyze the intricacies of latent vectors and the information embedded in it .A feature learning task involves training models that are capable of inferring good representations from unlabelled data. Experimenting with different auto-encoderstrategies to learn representations from images. The models are evaluated considering both the reconstruction error of the images and the similarity of feature spaces in terms of triplet loss . The resulting latent vectors are clustered to gain an insight to embedding size and generalizability of the features learnt.

Sample of original fashion MNIST images Screenshot_orig

Sample Reconstruction fashion MNIST images Screenshot_recon

Now the triplet loss wants to reduce the distance between similar looking images while the Reconstruction loss wants to make sure that input and output images are as identical as possible . So on one hand we want to find the categories which are similar but can also be reconstructed perfectly . The training loss curves.

Screenshotloss

About

This works is an analysis of the feature space and comparison of the discriminative capability of features obtained from Autoencoders .In Deep learning literature these problems statements are called representation learning and through this work MNIST feature space and it's intricacies are visualized .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published