English

Event Detection on Dynamic Graphs

Machine Learning 2023-02-15 v2 Social and Information Networks

Abstract

Event detection is a critical task for timely decision-making in graph analytics applications. Despite the recent progress towards deep learning on graphs, event detection on dynamic graphs presents particular challenges to existing architectures. Real-life events are often associated with sudden deviations of the normal behavior of the graph. However, existing approaches for dynamic node embedding are unable to capture the graph-level dynamics related to events. In this paper, we propose DyGED, a simple yet novel deep learning model for event detection on dynamic graphs. DyGED learns correlations between the graph macro dynamics -- i.e. a sequence of graph-level representations -- and labeled events. Moreover, our approach combines structural and temporal self-attention mechanisms to account for application-specific node and time importances effectively. Our experimental evaluation, using a representative set of datasets, demonstrates that DyGED outperforms competing solutions in terms of event detection accuracy by up to 8.5% while being more scalable than the top alternatives. We also present case studies illustrating key features of our model.

Keywords

Cite

@article{arxiv.2110.12148,
  title  = {Event Detection on Dynamic Graphs},
  author = {Mert Kosan and Arlei Silva and Sourav Medya and Brian Uzzi and Ambuj Singh},
  journal= {arXiv preprint arXiv:2110.12148},
  year   = {2023}
}

Comments

Longer version of "Graph Macro Dynamics with Self-Attention for Event Detection" accepted to DLG-AAAI 2023

R2 v1 2026-06-24T07:07:25.727Z