Sequential Outlier Detection based on Incremental Decision Trees
Mohammadreza Mohaghegh Neyshabouri, Suleyman Serdar Kozat

TL;DR
This paper presents an online outlier detection algorithm that uses incremental decision trees to model normal data and adaptively identify anomalies in a data stream, improving detection accuracy over existing methods.
Contribution
The paper introduces a novel incremental decision tree-based multi-modal density estimation approach for real-time outlier detection with adaptive thresholding.
Findings
Achieves performance comparable to the optimal fixed threshold in hindsight.
Demonstrates significant improvements over state-of-the-art methods.
Effectively models complex data distributions with growing decision trees.
Abstract
We introduce an online outlier detection algorithm to detect outliers in a sequentially observed data stream. For this purpose, we use a two-stage filtering and hedging approach. In the first stage, we construct a multi-modal probability density function to model the normal samples. In the second stage, given a new observation, we label it as an anomaly if the value of aforementioned density function is below a specified threshold at the newly observed point. In order to construct our multi-modal density function, we use an incremental decision tree to construct a set of subspaces of the observation space. We train a single component density function of the exponential family using the observations, which fall inside each subspace represented on the tree. These single component density functions are then adaptively combined to produce our multi-modal density function, which is shown 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Data Stream Mining Techniques · Water Systems and Optimization
