CSCLog: A Component Subsequence Correlation-Aware Log Anomaly Detection Method
Ling Chen, Chaodu Song, Xu Wang, Dachao Fu, and Feifei Li

TL;DR
CSCLog is a novel log anomaly detection method that captures both sequential dependencies and implicit correlations among subsequences using LSTMs, GCNs, and attention mechanisms, significantly improving detection accuracy.
Contribution
The paper introduces CSCLog, which models implicit correlations of subsequences in log sequences, enhancing anomaly detection beyond existing sequential dependency methods.
Findings
Outperforms baseline by 7.41% in Macro F1-Measure
Effective modeling of implicit subsequence correlations
Demonstrated on four public log datasets
Abstract
Anomaly detection based on system logs plays an important role in intelligent operations, which is a challenging task due to the extremely complex log patterns. Existing methods detect anomalies by capturing the sequential dependencies in log sequences, which ignore the interactions of subsequences. To this end, we propose CSCLog, a Component Subsequence Correlation-Aware Log anomaly detection method, which not only captures the sequential dependencies in subsequences, but also models the implicit correlations of subsequences. Specifically, subsequences are extracted from log sequences based on components and the sequential dependencies in subsequences are captured by Long Short-Term Memory Networks (LSTMs). An implicit correlation encoder is introduced to model the implicit correlations of subsequences adaptively. In addition, Graph Convolution Networks (GCNs) are employed to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware System Performance and Reliability · Anomaly Detection Techniques and Applications · Network Security and Intrusion Detection
MethodsConvolution
