Semi-supervised learning via DQN for log anomaly detection
Yingying He, Xiaobing Pei

TL;DR
This paper introduces DQNLog, a semi-supervised deep reinforcement learning approach for log anomaly detection that effectively leverages unlabeled data and addresses class imbalance to improve detection accuracy.
Contribution
The paper proposes a novel semi-supervised method combining deep reinforcement learning with a biased state transition and reward function to enhance anomaly detection in logs.
Findings
DQNLog effectively utilizes large-scale unlabeled data.
It reduces false positives and false negatives.
Achieves promising results on multiple datasets.
Abstract
Log anomaly detection is a critical component in modern software system security and maintenance, serving as a crucial support and basis for system monitoring, operation, and troubleshooting. It aids operations personnel in timely identification and resolution of issues. However, current methods in log anomaly detection still face challenges such as underutilization of unlabeled data, imbalance between normal and anomaly class data, and high rates of false positives and false negatives, leading to insufficient effectiveness in anomaly recognition. In this study, we propose a semi-supervised log anomaly detection method named DQNLog, which integrates deep reinforcement learning to enhance anomaly detection performance by leveraging a small amount of labeled data and large-scale unlabeled data. To address issues of imbalanced data and insufficient labeling, we design a state transition…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware System Performance and Reliability · Software Engineering Research · Anomaly Detection Techniques and Applications
MethodsConvolution · Q-Learning · Dense Connections · Deep Q-Network
