paper-with-me

홈 › Papers

Meta-AAD: Active Anomaly Detection with Deep Reinforcement Learning

2020-09-16 · Daochen Zha, Kwei-Herng Lai, Mingyang Wan, Xia Hu

High false-positive rate is a long-standing challenge for anomaly detection algorithms, especially in high-stake applications. To identify the true anomalies, in practice, analysts or domain experts will be employed to investigate the top instances one by one in a ranked list of anomalies identified by an anomaly detection system. This verification procedure generates informative labels that can be leveraged to re-rank the anomalies so as to help the analyst to discover more true anomalies given a time budget. Some re-ranking strategies have been proposed to approximate the above sequential decision process. Specifically, existing strategies have been focused on making the top instances more likely to be anomalous based on the feedback. Then they greedily select the top-1 instance for query. However, these greedy strategies could be sub-optimal since some low-ranked instances could be more helpful in the long-term. In this work, we propose Active Anomaly Detection with Meta-Policy (Meta-AAD), a novel framework that learns a meta-policy for query selection. Specifically, Meta-AAD leverages deep reinforcement learning to train the meta-policy to select the most proper instance to explicitly optimize the number of discovered anomalies throughout the querying process. Meta-AAD is easy to deploy since a trained meta-policy can be directly applied to any new datasets without further tuning. Extensive experiments on 24 benchmark datasets demonstrate that Meta-AAD significantly outperforms the state-of-the-art re-ranking strategies and the unsupervised baseline. The empirical analysis shows that the trained meta-policy is transferable and inherently achieves a balance between long-term and short-term rewards.

📄 PDF Abstract BibTeX arXiv:2009.07415

Code (1)

daochenzha/Meta-AAD 공식 구현 tf

Tasks

Anomaly DetectionDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Re-Ranking

Similar Papers 제목 키워드 기반

Meta-learning with GANs for anomaly detection, with deployment in high-speed rail inspection system

2022-02-11 · Haoyang Cao, Xin Guo, Guan Wang

Anomaly detection has been an active research area with a wide range of potential applications. Key challenges for anomaly detection in the AI era with big data include lack of prior knowledge of potential anomaly types,…

Anomaly DetectionMeta-LearningSSIM

Anomaly Detection in Time Series Data Using Reinforcement Learning, Variational Autoencoder, and Active Learning

2025-04-03 · Bahareh Golchin, Banafsheh Rekabdar

A novel approach to detecting anomalies in time series data is presented in this paper. This approach is pivotal in domains such as data centers, sensor networks, and finance. Traditional methods often struggle with manu…

Active LearningAnomaly DetectionDeep Reinforcement LearningTime Series+1

LLM-Enhanced Reinforcement Learning for Time Series Anomaly Detection

2026-01-05 · Bahareh Golchin, Banafsheh Rekabdar, Danielle Justo arxiv

Detecting anomalies in time series data is crucial for finance, healthcare, sensor networks, and industrial monitoring applications. However, time series anomaly detection often suffers from sparse labels, complex tempor…

Time Series Anomaly DetectionReinforcement LearningActive Learning

Deep Actor-Critic Reinforcement Learning for Anomaly Detection

2019-08-28 · Chen Zhong, M. Cenk Gursoy, Senem Velipasalar

Anomaly detection is widely applied in a variety of domains, involving for instance, smart home systems, network traffic monitoring, IoT applications and sensor networks. In this paper, we study deep reinforcement learni…

Anomaly DetectionDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

RLAD: Time Series Anomaly Detection through Reinforcement Learning and Active Learning

2021-03-31 · Tong Wu, Jorge Ortiz

We introduce a new semi-supervised, time series anomaly detection algorithm that uses deep reinforcement learning (DRL) and active learning to efficiently learn and adapt to anomalies in real-world time series data. Our …

Active LearningAnomaly DetectionDeep Reinforcement Learningreinforcement-learning+4