OIL-AD: An Anomaly Detection Framework for Sequential Decision Sequences
Chen Wang, Sarah Erfani, Tansu Alpcan, Christopher Leckie

TL;DR
OIL-AD is an unsupervised offline anomaly detection framework for sequential decision sequences that leverages transformer-based behavioural cloning to extract features like action optimality and sequential association, achieving significant performance improvements.
Contribution
The paper introduces OIL-AD, a novel offline imitation learning method using transformer networks to detect anomalies without requiring environment interactions or reward signals.
Findings
Achieves up to 34.8% F1 score improvement over baselines.
Effectively differentiates optimal actions using Q function-derived features.
Maintains temporal decision correlations through sequential association features.
Abstract
Anomaly detection in decision-making sequences is a challenging problem due to the complexity of normality representation learning and the sequential nature of the task. Most existing methods based on Reinforcement Learning (RL) are difficult to implement in the real world due to unrealistic assumptions, such as having access to environment dynamics, reward signals, and online interactions with the environment. To address these limitations, we propose an unsupervised method named Offline Imitation Learning based Anomaly Detection (OIL-AD), which detects anomalies in decision-making sequences using two extracted behaviour features: action optimality and sequential association. Our offline learning model is an adaptation of behavioural cloning with a transformer policy network, where we modify the training process to learn a Q function and a state value function from normal trajectories.…
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
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Advanced Malware Detection Techniques
