Skip to content

Commit 72f5eda

Browse files
committed
Update Laplacian Change Point Detection for Dynamic Graphs paper with blog post info
1 parent 81fa415 commit 72f5eda

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

_posts/papers/2020-07-02-2007.01229.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
link: https://arxiv.org/abs/2007.01229
88
author: Shenyang Huang
99
categories: Publications
10-
10+
video: https://player.vimeo.com/video/443859563
11+
code: https://github.com/shenyangHuang/LAD
1112
---
1213

1314
*{{ page.names }}*
@@ -16,6 +17,25 @@ categories: Publications
1617

1718
{% include display-publication-links.html pub=page %}
1819

20+
If you have any questions, please reach out to me by [email](mailto:shenyang.huang@mail.mcgill.ca)
21+
22+
![](../../assets/images/papers/2007.01229.image_1.jpeg)
23+
24+
## Problem : Identifying anomalous snapshots in a dynamic graph.
25+
26+
## Contributions
27+
28+
1. proposed Laplacian Anomaly Detection (LAD): a novel change point detection method that summarizes each graph snapshot with the singular values of the graph Laplacian
29+
2. LAD explicitly captures both the short term and the long term temporal relations to model the abrupt and gradual changes in dynamic networks
30+
3. Extensively evaluated LAD on synthetic and real world experiments and showed that LAD outperforms state-of-theart methods
31+
32+
## Data:
33+
All data is avaible in github repository
34+
35+
1. Canadian bill voting network (original political network documenting interation between Members of Parliament in Canada)
36+
2. US Senate co-sponsorship network
37+
3. UCI Message social network
38+
1939
## Abstract
2040

2141
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 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 two main challenges associated with this problem: I) how to compare graph snapshots across time, II) how to capture temporal dependencies. To solve the above challenges, we propose Laplacian Anomaly Detection (LAD) which uses the spectrum of the Laplacian matrix of the graph structure at each snapshot to obtain low dimensional embeddings. LAD explicitly models short term and long term dependencies by applying two sliding windows. In synthetic experiments, LAD outperforms the state-of-the-art method. We also evaluate our method on three real dynamic networks: UCI message network, US senate co-sponsorship network and Canadian bill voting network. In all three datasets, we demonstrate that our method can more effectively identify anomalous time points according to significant real world events.
253 KB
Loading

0 commit comments

Comments
 (0)