LGMLFeb 9, 2018

Relational Autoencoder for Feature Extraction

arXiv:1802.03145v1211 citations
Originality Incremental advance
AI Analysis

This work addresses feature extraction for high-dimensional data by incorporating relational information, though it appears incremental as an extension of existing autoencoder models.

The authors tackled the problem of autoencoders ignoring relationships between data samples during feature extraction, which can affect experimental results. Their proposed relational autoencoder models achieved lower construction loss and classification error rates compared to other autoencoder variants on benchmark datasets.

Feature extraction becomes increasingly important as data grows high dimensional. Autoencoder as a neural network based feature extraction method achieves great success in generating abstract features of high dimensional data. However, it fails to consider the relationships of data samples which may affect experimental results of using original and new features. In this paper, we propose a Relation Autoencoder model considering both data features and their relationships. We also extend it to work with other major autoencoder models including Sparse Autoencoder, Denoising Autoencoder and Variational Autoencoder. The proposed relational autoencoder models are evaluated on a set of benchmark datasets and the experimental results show that considering data relationships can generate more robust features which achieve lower construction loss and then lower error rate in further classification compared to the other variants of autoencoders.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes