TL;DR
This paper provides a comprehensive overview of autoencoders for nonlinear feature fusion, including taxonomy, models, software, and practical guidelines, supported by case studies on handwritten digits and breast cancer datasets.
Contribution
It offers a broad taxonomy of autoencoder models, compares them with classical techniques, and provides practical guidelines and software tools for their application.
Findings
Autoencoders effectively perform nonlinear feature fusion.
Different AE models suit various tasks and data types.
Case studies demonstrate AE utility in real-world datasets.
Abstract
Many of the existing machine learning algorithms, both supervised and unsupervised, depend on the quality of the input characteristics to generate a good model. The amount of these variables is also important, since performance tends to decline as the input dimensionality increases, hence the interest in using feature fusion techniques, able to produce feature sets that are more compact and higher level. A plethora of procedures to fuse original variables for producing new ones has been developed in the past decades. The most basic ones use linear combinations of the original variables, such as PCA (Principal Component Analysis) and LDA (Linear Discriminant Analysis), while others find manifold embeddings of lower dimensionality based on non-linear combinations, such as Isomap or LLE (Linear Locally Embedding) techniques. More recently, autoencoders (AEs) have emerged as an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Discriminant Analysis · Autoencoders · Principal Components Analysis
