CVLGNEOct 4, 2019

Stacked Autoencoder Based Deep Random Vector Functional Link Neural Network for Classification

arXiv:1910.01858v4106 citations
Originality Incremental advance
AI Analysis

This work addresses classification accuracy and efficiency for machine learning practitioners, but it is incremental as it builds on existing RVFL and autoencoder frameworks.

The authors tackled the problem of improving deep neural network performance by proposing deep Random Vector Functional Link (RVFL) variants with stacked autoencoders, achieving better and faster generalization than state-of-the-art methods in classification tasks.

Extreme learning machine (ELM), which can be viewed as a variant of Random Vector Functional Link (RVFL) network without the input-output direct connections, has been extensively used to create multi-layer (deep) neural networks. Such networks employ randomization based autoencoders (AE) for unsupervised feature extraction followed by an ELM classifier for final decision making. Each randomization based AE acts as an independent feature extractor and a deep network is obtained by stacking several such AEs. Inspired by the better performance of RVFL over ELM, in this paper, we propose several deep RVFL variants by utilizing the framework of stacked autoencoders. Specifically, we introduce direct connections (feature reuse) from preceding layers to the fore layers of the network as in the original RVFL network. Such connections help to regularize the randomization and also reduce the model complexity. Furthermore, we also introduce denoising criterion, recovering clean inputs from their corrupted versions, in the autoencoders to achieve better higher level representations than the ordinary autoencoders. Extensive experiments on several classification datasets show that our proposed deep networks achieve overall better and faster generalization than the other relevant state-of-the-art deep neural networks.

Foundations

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

Your Notes