# Graph-Embedded Multi-layer Kernel Extreme Learning Machine for One-class   Classification or (Graph-Embedded Multi-layer Kernel Ridge Regression for   One-class Classification)

**Authors:** Chandan Gautam, Aruna Tiwari, M. Tanveer

arXiv: 1904.06491 · 2019-04-16

## TL;DR

This paper introduces a novel multi-layer graph-embedded kernel ridge regression auto-encoder architecture for one-class classification, effectively detecting outliers using only normal samples, and demonstrates its superiority over existing methods on multiple datasets.

## Contribution

It proposes a multi-layer graph-embedded kernel ridge regression auto-encoder framework for OCC, integrating local and global variance-based graph embeddings, and provides four variants outperforming state-of-the-art methods.

## Key findings

- Four variants outperform existing OCC classifiers
- Statistical significance confirmed by Friedman test
- Effective on 21 benchmark datasets

## Abstract

A brain can detect outlier just by using only normal samples. Similarly, one-class classification (OCC) also uses only normal samples to train the model and trained model can be used for outlier detection. In this paper, a multi-layer architecture for OCC is proposed by stacking various Graph-Embedded Kernel Ridge Regression (KRR) based Auto-Encoders in a hierarchical fashion. These Auto-Encoders are formulated under two types of Graph-Embedding, namely, local and global variance-based embedding. This Graph-Embedding explores the relationship between samples and multi-layers of Auto-Encoder project the input features into new feature space. The last layer of this proposed architecture is Graph-Embedded regression-based one-class classifier. The Auto-Encoders use an unsupervised approach of learning and the final layer uses semi-supervised (trained by only positive samples and obtained closed-form solution) approach to learning. The proposed method is experimentally evaluated on 21 publicly available benchmark datasets. Experimental results verify the effectiveness of the proposed one-class classifiers over 11 existing state-of-the-art kernel-based one-class classifiers. Friedman test is also performed to verify the statistical significance of the claim of the superiority of the proposed one-class classifiers over the existing state-of-the-art methods. By using two types of Graph-Embedding, 4 variants of Graph-Embedded multi-layer KRR-based one-class classifier has been presented in this paper. All 4 variants performed better than the existing one-class classifiers in terms of various discussed criteria in this paper. Hence, it can be a viable alternative for OCC task. In the future, various other types of Auto-Encoders can be explored within proposed architecture.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.06491/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06491/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1904.06491/full.md

---
Source: https://tomesphere.com/paper/1904.06491