AI Navigate

Bridging Discrete Marks and Continuous Dynamics: Dual-Path Cross-Interaction for Marked Temporal Point Processes

arXiv cs.LG / 3/13/2026

📰 NewsModels & Research

Key Points

  • NEXTPP proposes a dual-channel architecture that jointly models discrete event marks and continuous-time dynamics using a Neural ODE.
  • It encodes discrete event marks with self-attention and evolves a latent continuous-time state in parallel, enabling cross-interaction via a cross-attention module.
  • The fused discrete-continuous representation drives the conditional intensity of a neural Hawkes process and uses an iterative thinning sampler to generate future events.
  • Evaluations on five real-world datasets show NEXTPP consistently outperforms state-of-the-art models, and the authors release the source code at GitHub.

Abstract

Predicting irregularly spaced event sequences with discrete marks poses significant challenges due to the complex, asynchronous dependencies embedded within continuous-time data streams.Existing sequential approaches capture dependencies among event tokens but ignore the continuous evolution between events, while Neural Ordinary Differential Equation (Neural ODE) methods model smooth dynamics yet fail to account for how event types influence future timing.To overcome these limitations, we propose NEXTPP, a dual-channel framework that unifies discrete and continuous representations via Event-granular Neural Evolution with Cross-Interaction for Marked Temporal Point Processes. Specifically, NEXTPP encodes discrete event marks via a self-attention mechanism, simultaneously evolving a latent continuous-time state using a Neural ODE. These parallel streams are then fused through a crossattention module to enable explicit bidirectional interaction between continuous and discrete representations. The fused representations drive the conditional intensity function of the neural Hawkes process, while an iterative thinning sampler is employed to generate future events. Extensive evaluations on five real-world datasets demonstrate that NEXTPP consistently outperforms state-of-the-art models. The source code can be found at https://github.com/AONE-NLP/NEXTPP.