paper-with-me

Papers

An Efficient Outlier Detection Algorithm for Data Streaming

2025-01-02 · Rui Hu, Luc, Chen, Yiwei Wang

The nature of modern data is increasingly real-time, making outlier detection crucial in any data-related field, such as finance for fraud detection and healthcare for monitoring patient vitals. Traditional outlier detection methods, such as the Local Outlier Factor (LOF) algorithm, struggle with real-time data due to the need for extensive recalculations with each new data point, limiting their application in real-time environments. While the Incremental LOF (ILOF) algorithm has been developed to tackle the challenges of online anomaly detection, it remains computationally expensive when processing large streams of data points, and its detection performance may degrade after a certain threshold of points have streamed in. In this paper, we propose a novel approach to enhance the efficiency of LOF algorithms for online anomaly detection, named the Efficient Incremental LOF (EILOF) algorithm. The EILOF algorithm only computes the LOF scores of new points without altering the LOF scores of existing data points. Although exact LOF scores have not yet been computed for the existing points in the new algorithm, datasets often contain noise, and minor deviations in LOF score calculations do not necessarily degrade detection performance. In fact, such deviations can sometimes enhance outlier detection. We systematically tested this approach on both simulated and real-world datasets, demonstrating that EILOF outperforms ILOF as the volume of streaming data increases across various scenarios. The EILOF algorithm not only significantly reduces computational costs, but also systematically improves detection accuracy when the number of additional points increases compared to the ILOF algorithm.

📄 PDF Abstract BibTeX arXiv:2501.01061

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionFraud DetectionOutlier Detection

Similar Papers 제목 키워드 기반

Incremental Outlier Detection Modelling Using Streaming Analytics in Finance & Health Care

2023-05-17 · Ch Priyanka, Vivek

In this paper, we had built the online model which are built incrementally by using online outlier detection algorithms under the streaming environment. We identified that there is highly necessity to have the streaming …

Diabetes PredictionFraud DetectionOutlier DetectionPrediction

Hardware Architecture Proposal for TEDA algorithm to Data Streaming Anomaly Detection

2020-03-08 · Lucileide M. D. da Silva, Maria G. F. Coutinho, Carlos E. B. Santos, Mailson R. Santos 외

The amount of data in real-time, such as time series and streaming data, available today continues to grow. Being able to analyze this data the moment it arrives can bring an immense added value. However, it also require…

Anomaly DetectionOutlier DetectionTime SeriesTime Series Analysis

InQMAD: Incremental Quantum Measurement Anomaly Detection

2022-10-11 · Joseph Gallego-Mejia, Oscar Bustos-Brinez, Fabio Gonzalez

Streaming anomaly detection refers to the problem of detecting anomalous data samples in streams of data. This problem poses challenges that classical and deep anomaly detection methods are not designed to cope with, suc…

Anomaly DetectionDensity Estimation

Variational Bayesian Inference for Robust Streaming Tensor Factorization and Completion

2018-09-06 · Cole Hawkins, Zheng Zhang

Streaming tensor factorization is a powerful tool for processing high-volume and multi-way temporal data in Internet networks, recommender systems and image/video data analysis. Existing streaming tensor factorization al…

Bayesian InferenceRecommendation Systems

Streaming Principal Component Analysis in Noisy Setting

2018-07-01 · ICML 2018 7 · Teodor Vanislavov Marinov, Poorya Mianjy, Raman Arora

We study streaming algorithms for principal component analysis (PCA) in noisy settings. We present computationally efficient algorithms with sub-linear regret bounds for PCA in the presence of noise, missing data, a…