LGDCNIMLApr 15, 2020

Contextual-Bandit Anomaly Detection for IoT Data in Distributed Hierarchical Edge Computing

arXiv:2004.06896v123 citations
AI Analysis

This addresses the need for efficient real-time anomaly detection in IoT systems, though it appears incremental as it builds on existing DNN and edge computing methods.

The paper tackles the problem of high delay in anomaly detection for IoT data by proposing an adaptive approach in hierarchical edge computing, which reduces detection delay by up to 71.4% without sacrificing accuracy compared to cloud offloading.

Advances in deep neural networks (DNN) greatly bolster real-time detection of anomalous IoT data. However, IoT devices can hardly afford complex DNN models, and offloading anomaly detection tasks to the cloud incurs long delay. In this paper, we propose and build a demo for an adaptive anomaly detection approach for distributed hierarchical edge computing (HEC) systems to solve this problem, for both univariate and multivariate IoT data. First, we construct multiple anomaly detection DNN models with increasing complexity, and associate each model with a layer in HEC from bottom to top. Then, we design an adaptive scheme to select one of these models on the fly, based on the contextual information extracted from each input data. The model selection is formulated as a contextual bandit problem characterized by a single-step Markov decision process, and is solved using a reinforcement learning policy network. We build an HEC testbed, implement our proposed approach, and evaluate it using real IoT datasets. The demo shows that our proposed approach significantly reduces detection delay (e.g., by 71.4% for univariate dataset) without sacrificing accuracy, as compared to offloading detection tasks to the cloud. We also compare it with other baseline schemes and demonstrate that it achieves the best accuracy-delay tradeoff. Our demo is also available online: https://rebrand.ly/91a71

Foundations

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

Your Notes