LGSPMay 12, 2021

A Scalable Algorithm for Anomaly Detection via Learning-Based Controlled Sensing

arXiv:2105.06289v13 citations
Originality Incremental advance
AI Analysis

This work addresses anomaly detection in controlled sensing for applications like monitoring or security, offering a scalable solution that reduces computational burden compared to existing methods, though it is incremental in improving efficiency.

The paper tackles the problem of sequentially detecting anomalies among multiple processes with noisy observations, aiming to achieve a desired accuracy while minimizing decision delay. It presents a scalable algorithm using deep actor-critic reinforcement learning, achieving polynomial computational and memory complexity compared to prior exponential methods, as demonstrated in numerical experiments against state-of-the-art approaches.

We address the problem of sequentially selecting and observing processes from a given set to find the anomalies among them. The decision-maker observes one process at a time and obtains a noisy binary indicator of whether or not the corresponding process is anomalous. In this setting, we develop an anomaly detection algorithm that chooses the process to be observed at a given time instant, decides when to stop taking observations, and makes a decision regarding the anomalous processes. The objective of the detection algorithm is to arrive at a decision with an accuracy exceeding a desired value while minimizing the delay in decision making. Our algorithm relies on a Markov decision process defined using the marginal probability of each process being normal or anomalous, conditioned on the observations. We implement the detection algorithm using the deep actor-critic reinforcement learning framework. Unlike prior work on this topic that has exponential complexity in the number of processes, our algorithm has computational and memory requirements that are both polynomial in the number of processes. We demonstrate the efficacy of our algorithm using numerical experiments by comparing it with the state-of-the-art methods.

Foundations

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

Your Notes