paper-with-me

홈 › Papers

Laplacian Change Point Detection for Single and Multi-view Dynamic Graphs

2023-02-02 · Shenyang Huang, Samy Coulombe, Yasmeen Hitti, Reihaneh Rabbany, Guillaume Rabusseau

Dynamic graphs are rich data structures that are used to model complex relationships between entities over time. In particular, anomaly detection in temporal graphs is crucial for many real world applications such as intrusion identification in network systems, detection of ecosystem disturbances and detection of epidemic outbreaks. In this paper, we focus on change point detection in dynamic graphs and address three main challenges associated with this problem: i). how to compare graph snapshots across time, ii). how to capture temporal dependencies, and iii). how to combine different views of a temporal graph. To solve the above challenges, we first propose Laplacian Anomaly Detection (LAD) which uses the spectrum of graph Laplacian as the low dimensional embedding of the graph structure at each snapshot. LAD explicitly models short term and long term dependencies by applying two sliding windows. Next, we propose MultiLAD, a simple and effective generalization of LAD to multi-view graphs. MultiLAD provides the first change point detection method for multi-view dynamic graphs. It aggregates the singular values of the normalized graph Laplacian from different views through the scalar power mean operation. Through extensive synthetic experiments, we show that i). LAD and MultiLAD are accurate and outperforms state-of-the-art baselines and their multi-view extensions by a large margin, ii). MultiLAD's advantage over contenders significantly increases when additional views are available, and iii). MultiLAD is highly robust to noise from individual views. In five real world dynamic graphs, we demonstrate that LAD and MultiLAD identify significant events as top anomalies such as the implementation of government COVID-19 interventions which impacted the population mobility in multi-view traffic networks.

📄 PDF Abstract BibTeX arXiv:2302.01204

Code (2)

shenyangHuang/LAD 공식 구현
shenyanghuang/multilad 공식 구현

Tasks

Anomaly DetectionChange Point Detection

Similar Papers 제목 키워드 기반

Laplacian Change Point Detection for Dynamic Graphs

2020-07-02 · Shenyang Huang, Yasmeen Hitti, Guillaume Rabusseau, Reihaneh Rabbany

Dynamic and temporal graphs are rich data structures that are used to model complex relationships between entities over time. In particular, anomaly detection in temporal graphs is crucial for many real world application…

Anomaly DetectionChange Point Detection

HLSAD: Hodge Laplacian-based Simplicial Anomaly Detection

2025-05-30 · Florian Frantzen, Michael T. Schaub

In this paper, we propose HLSAD, a novel method for detecting anomalies in time-evolving simplicial complexes. While traditional graph anomaly detection techniques have been extensively studied, they often fail to captur…

Anomaly DetectionComputational EfficiencyGraph Anomaly Detection

Detecting Structural Shifts in Multivariate Hawkes Processes with Fréchet Statistics

2023-08-13 · Rui Luo, Vikram Krishnamurthy

This paper proposes a new approach for change point detection in multivariate Hawkes processes using Fr\'echet statistic of a network. The method splits the point process into overlapping windows, estimates kernel matric…

Change Point DetectionPoint Processes

Change Point Detection with Copula Entropy based Two-Sample Test

2024-02-03 · Jian Ma

Change point detection is a typical task that aim to find changes in time series and can be tackled with two-sample test. Copula Entropy is a mathematical concept for measuring statistical independence and a two-sample t…

Change Point DetectionTime Series

Topological Machine Learning for Protein-Nucleic Acid Binding Affinity Changes Upon Mutation

2025-05-28 · Xiang Liu, JunJie Wee, Guo-Wei Wei

Understanding how protein mutations affect protein-nucleic acid binding is critical for unraveling disease mechanisms and advancing therapies. Current experimental approaches are laborious, and computational methods rema…

Topological Data Analysis