paper-with-me

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 models to tackle the streaming data. The objective of this project is to study and analyze the importance of streaming models which is applicable in the real-world environment. In this work, we built various Outlier Detection (OD) algorithms viz., One class Support Vector Machine (OC-SVM), Isolation Forest Adaptive Sliding window approach (IForest ASD), Exact Storm, Angle based outlier detection (ABOD), Local outlier factor (LOF), KitNet, KNN ASD methods. The effectiveness and validity of the above-built models on various finance problems such as credit card fraud detection, churn prediction, ethereum fraud prediction. Further, we also analyzed the performance of the models on the health care prediction problems such as heart stroke prediction, diabetes prediction and heart stroke prediction problems. As per the results and dataset it shows that it performs well for the highly imbalanced datasets that means there is a majority of negative class and minority will be the positive class. Among all the models, the ensemble model strategy IForest ASD model performed better in most of the cases standing in the top 3 models in almost all of the cases.

📄 PDF Abstract BibTeX arXiv:2305.09907

Code (0)

등록된 구현이 없습니다.

Tasks

Diabetes PredictionFraud DetectionOutlier DetectionPrediction

Similar Papers 제목 키워드 기반

Incremental Community Detection in Distributed Dynamic Graph

2021-10-12 · Tariq Abughofa, Ahmed A. Harby, Haruna Isah, Farhana Zulkernine

Community detection is an important research topic in graph analytics that has a wide range of applications. A variety of static community detection algorithms and quality metrics were developed in the past few years. Ho…

ClusteringCommunity Detection

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 detec…

Anomaly DetectionFraud DetectionOutlier Detection

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

JANUS: Benchmarking Commercial and Open-Source Cloud and Edge Platforms for Object and Anomaly Detection Workloads

2020-12-09 · Karthick Shankar, Pengcheng Wang, ran Xu, Ashraf Mahgoub 외

With diverse IoT workloads, placing compute and analytics close to where data is collected is becoming increasingly important. We seek to understand what is the performance and the cost implication of running analytics o…

Anomaly DetectionBenchmarkingObjectobject-detection+2

GraphBolt: Dependency-Driven Synchronous Processing of Streaming Graphs

2020-04-01 · Mugilan Mariappan, Keval Vora

Efficient streaming graph processing systems leverage incremental processing by updating computed results to reflect the change in graph structure for the latest graph snapshot. Although certain monotonic path-based algo…