Download PDFOpen PDF in browser

EA-NET: A Hybrid and Ensemble Multi-Level Approach For Robust Anomaly Detection

10 pagesPublished: November 24, 2022

Abstract

In the current world, the applications of anomaly detection range from fraud detection to diagnosis in the medical area. Most of the current methodologies are applicable only when a particular dataset pertains to certain assumptions and a distinct domain. Such assumptions require prior knowledge of the dataset. The training development cycle time to find the best single model is time-consuming and challenging. Unsupervised anomaly detection methods do not use the target label for training. However, they result in high false positive rates. In this paper, we address the problem of the ensemble anomaly detection approach that generalizes well across multiple domains. We design a multi- level hybrid approach. At the first level, we train several weak classifiers (weak one class classifiers). Next, we utilize deep learning-based AutoEncoder to reduce the dimension of the dataset. These are the two sets of hybrid features. Next, different one-class classifiers have their strength and limitations. Thus, we propose an adaptive weightage approach that gives the weight to each classifier. Next, this input is passed to the second level. At this level, we have a deep neural network that learns the patterns of the dataset and generates an adaptive dynamic threshold to discriminate the input feature as an anomaly or benign. The major benefit of this approach is the low false-positive rate. The training time is reduced due to the reduction of the input feature dimensions at the first level.

Keyphrases: Autoencoder, Ensemble Anomaly Detection, one-class classifier

In: Frederick C. Harris Jr, Alexander Redei and Rui Wu (editors). Proceedings of 31st International Conference on Software Engineering and Data Engineering, vol 88, pages 18--27

Links:
BibTeX entry
@inproceedings{SEDE2022:EA_NET_Hybrid_and_Ensemble,
  author    = {Jayesh Soni and Nagarajan Prabakar and Himanshu Upadhyay},
  title     = {EA-NET: A Hybrid and Ensemble Multi-Level Approach For Robust Anomaly Detection},
  booktitle = {Proceedings of 31st International Conference on Software Engineering and Data Engineering},
  editor    = {Frederick Harris and Alex Redei and Rui Wu},
  series    = {EPiC Series in Computing},
  volume    = {88},
  pages     = {18--27},
  year      = {2022},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/8Qc7},
  doi       = {10.29007/6nhl}}
Download PDFOpen PDF in browser