Search papers, labs, and topics across Lattice.
This paper introduces SEAHORSE, a unified benchmarking framework designed to standardize the evaluation of spatiotemporal point processes (STPPs) across various neural modeling approaches. By establishing a common encode-evolve-decode interface and a single executable benchmark protocol, SEAHORSE facilitates reproducible experimentation and fair comparisons among different STPP implementations. The framework's effectiveness is demonstrated through controlled diagnostic studies using the HawkesNest stress-test suite, revealing significant differences in model stability as event-pattern complexity increases.
Event-pattern complexity can drastically affect model performance, with some neural STPPs collapsing under pressure while others remain robust.
Spatiotemporal point processes (STPPs) model event data in continuous time and space, with applications in mobility, epidemiology, and public safety. Recent neural STPPs span expressive intensity models, conditional density models, continuous-time latent dynamics, normalizing-flow spatial decoders, and score-based generative mechanisms. Yet comparison remains fragile because implementations differ in preprocessing, coordinate normalization, splits, likelihood conventions, and evaluation protocols. We present SEAHORSE, a unified framework for reproducible STPP experimentation. SEAHORSE formalizes neural STPPs through a common encode-evolve-decode interface and trains, tunes, and evaluates every model family under a single executable benchmark protocol with raw-coordinate likelihood reporting. This enables fair comparisons but, more importantly, controlled diagnostic studies. We pair SEAHORSE with HawkesNest, a synthetic stress-test suite, and show that increasing event-pattern complexity exposes each family's inductive bias, degrading some models sharply and leaving others stable. Code: https://github.com/YahyaAalaila/seahorse.