A Cluster-based Approach for Outlier Detection in Dynamic Data Streams (KORM: k-median OutlieR Miner)
Parneeta Dhaliwal, M.P.S. Bhatia, Priti Bansal

TL;DR
This paper introduces KORM, a clustering-based method for outlier detection in data streams that uses weighted medians and a phased approach, offering improved stability and efficiency over traditional methods.
Contribution
The paper proposes a novel clustering approach using weighted medians and phased outlier testing, which is more computationally efficient and adaptable than existing distance-based techniques.
Findings
Runs in poly-logarithmic space, ensuring scalability.
Provides a more stable and flexible clustering solution.
Outperforms traditional methods in detecting outliers in data streams.
Abstract
Outlier detection in data streams has gained wide importance presently due to the increasing cases of fraud in various applications of data streams. The techniques for outlier detection have been divided into either statistics based, distance based, density based or deviation based. Till now, most of the work in the field of fraud detection was distance based but it is incompetent from computational point of view. In this paper we introduced a new clustering based approach, which divides the stream in chunks and clusters each chunk using kmedian into variable number of clusters. Instead of storing complete data stream chunk in memory, we replace it with the weighted medians found after mining a data stream chunk and pass that information along with the newly arrived data chunk to the next phase. The weighted medians found in each phase are tested for outlierness and after a given number…
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 · Network Security and Intrusion Detection · Time Series Analysis and Forecasting
