Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

Social List

Research Topics in Deep Autoencoder Architecture and Applications

Research Topics in Deep Autoencoder Architecture and Applications

Deep Autoencoder Architecture and Applications for PhD Thesis Topics

In deep learning, autoencoder is an unsupervised neural network, and it is composed of encoder and decoder sub-models. It trains unlabeled and unclassified data, and it is used to map the input data to another compressed feature representation(encoder), and from that feature, representation reconstructs back the input data(decoder). The autoencoder learns significant features present in the data by minimizing reconstruction error between the input and output data. The number of neurons in the output layer is exactly the same as that in the input layer.

The deep autoencoder is extremely versatile because they learn compressed data unsupervised and build an effective model with low computation resources by training one layer at a time. The different forms of autoencoders are Regularized autoencoders, Concrete autoencoder, and Variational autoencoders. Regularized autoencoders are designed to learn rich representation, improve the ability of information capture, and some of their techniques are Sparse Auto Encoders(SAE), Denoising Auto Encoder(DAE), and Contractive Auto Encoder(CAE). A concrete autoencoder is designed for discrete feature selection. Variational autoencoder performs based on variational Bayesian methods.

Deep autoencoders produce better compression compared to linear autoencoders. The application areas of the autoencoder are dimensionality reduction, feature extraction, image denoising, data compression, image compression and generation, Sequence to sequence prediction, Recommendation system, pharmaceutical discovery, popularity prediction, information retrieval, and more. Recent advancements in deep autoencoders are network anomaly detection, identification of abnormalities on electrocardiograms, fault diagnosis, cyber security, and multimodal data fusion.

   • A deep autoencoder is a specified type of network that consists of an encoder, a latent feature representation, and a decoder and aims to learn the latent distribution of data. In this way, it generates new meaningful samples from it.

   • Deep autoencoder incorporates unsupervised learning, an "informative" representation of the data that facilitate different applications such as clustering, by learning to reconstruct a set of input observations well enough.

   • Abstractly, a Deep autoencoder algorithm is trained to reconstruct its input.

   • Deep autoencoder is an unsupervised component of a deep architecture; it alleviates the problem of gradient diffusion or exploding by means of greedy layer-by-layer unsupervised learning combined with supervised learning.

   • One of the major strengths of the autoencoder allows any parametrization of the layers with the condition that the training criterion is continuous in the parameters.

   • Autoencoder becomes ineffective in learning to reconstruct the average of the training data if errors occur in the first layers of the network.