paper-with-me

Papers

MIDAS: Microcluster-Based Detector of Anomalies in Edge Streams

2019-11-11 · Siddharth Bhatia, Bryan Hooi, Minji Yoon, Kijung Shin, Christos Faloutsos

Given a stream of graph edges from a dynamic graph, how can we assign anomaly scores to edges in an online manner, for the purpose of detecting unusual behavior, using constant time and memory? Existing approaches aim to detect individually surprising edges. In this work, we propose MIDAS, which focuses on detecting microcluster anomalies, or suddenly arriving groups of suspiciously similar edges, such as lockstep behavior, including denial of service attacks in network traffic data. MIDAS has the following properties: (a) it detects microcluster anomalies while providing theoretical guarantees about its false positive probability; (b) it is online, thus processing each edge in constant time and constant memory, and also processes the data 162-644 times faster than state-of-the-art approaches; (c) it provides 42%-48% higher accuracy (in terms of AUC) than state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1911.04464

Code (9)

bhatiasiddharth/MIDAS 공식 구현
2023-MindSpore-4/Code-5/tree/main/midas mindspore
MS-Mind/MS-Code-08/tree/main/midas mindspore
Mind23-2/MindCode-101/tree/main/midas mindspore
Mind23-2/MindCode-3/tree/main/metric_learn mindspore
Mind23-2/MindCode-3/tree/main/midas mindspore
Stream-AD/MIDAS
code-implementation1/Code5/tree/main/midas mindspore
munhouiani/MIDAS

Tasks

Anomaly Detection in Edge Streams

Similar Papers 제목 키워드 기반

Real-Time Anomaly Detection in Edge Streams

2020-09-17 · Siddharth Bhatia, Rui Liu, Bryan Hooi, Minji Yoon 외

Given a stream of graph edges from a dynamic graph, how can we assign anomaly scores to edges in an online manner, for the purpose of detecting unusual behavior, using constant time and memory? Existing approaches aim to…

Anomaly DetectionAnomaly Detection in Edge Streams

Streaming Anomaly Detection

2023-01-30 · Siddharth Bhatia

Anomaly detection is critical for finding suspicious behavior in innumerable systems. We need to detect anomalies in real-time, i.e. determine if an incoming entity is anomalous or not, as soon as we receive it, to minim…

Anomaly DetectionDenoising

McCatch: Scalable Microcluster Detection in Dimensional and Nondimensional Datasets

2024-03-12 · Braulio V. Sánchez Vinces, Robson L. F. Cordeiro, Christos Faloutsos

How could we have an outlier detector that works even with nondimensional data, and ranks together both singleton microclusters ('one-off' outliers) and nonsingleton microclusters by their anomaly scores? How to obtain s…

Hierarchical Sparse Representation Clustering for High-Dimensional Data Streams

2024-09-07 · Jie Chen, Hua Mao, Yuanbiao Gou, Xi Peng

Data stream clustering reveals patterns within continuously arriving, potentially unbounded data sequences. Numerous data stream algorithms have been proposed to cluster data streams. The existing data stream clustering …

Clustering

F-FADE: Frequency Factorization for Anomaly Detection in Edge Streams

2020-11-09 · Yen-Yu Chang, Pan Li, Rok Sosic, M. H. Afifi 외

Edge streams are commonly used to capture interactions in dynamic networks, such as email, social, or computer networks. The problem of detecting anomalies or rare events in edge streams has a wide range of applications.…

Anomaly DetectionAnomaly Detection in Edge Streams