LGSIMar 6

Stochastic Event Prediction via Temporal Motif Transitions

arXiv:2603.05874v1h-index: 1
Predicted impact top 58% in LG · last 90 daysOriginality Highly original
AI Analysis

This work provides a new framework for temporal link prediction, offering significant performance improvements for researchers and practitioners working with timestamped interaction networks.

This paper introduces STEP, a framework that reformulates temporal link prediction as a sequential forecasting problem in continuous time, modeling event dynamics through discrete temporal motif transitions governed by Poisson processes. It achieves up to 21% average precision gains over state-of-the-art baselines in classification and 0.99 precision in next k sequential forecasting on five real-world datasets.

Networks of timestamped interactions arise across social, financial, and biological domains, where forecasting future events requires modeling both evolving topology and temporal ordering. Temporal link prediction methods typically frame the task as binary classification with negative sampling, discarding the sequential and correlated nature of real-world interactions. We introduce STEP (STochastic Event Predictor), a framework that reformulates temporal link prediction as a sequential forecasting problem in continuous time. STEP models event dynamics through discrete temporal motif transitions governed by Poisson processes, maintaining a set of open motif instances that evolve as new interactions arrive. At each step, the framework decides whether to initiate a new temporal motif or extend an existing one, selecting the most probable event via Bayesian scoring of temporal likelihoods and structural priors. STEP also produces compact, temporal motif-based feature vectors that can be concatenated with existing temporal graph neural network outputs, enriching their representations without architectural modifications. Experiments on five real-world datasets demonstrate up to 21% average precision gains over state-of-the-art baselines in classification and 0.99 precision in next $k$ sequential forecasting, with consistently lower runtime than competing motif-aware methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes