New Generative Model Improves Temporal Point Process Analysis

Niels Cariou-Kotlarek, Vasileios Lampos· July 9, 2026 View original

Summary

Researchers introduce sigTPP, a novel signature-based generative model for Temporal Point Processes (TPPs) that uses an interarrival embedding to extend rough path signatures to discrete event sequences. This method provides a path-level loss for training and new distributional discrepancy measures, outperforming existing TPP models across various datasets.

Temporal Point Processes (TPPs) model sequences of events occurring over time, but current methods, including neural generative models, often optimize per-event objectives without a global sequence-level loss. This limits their ability to capture the overall distribution of event sequences, and evaluating variable-length sequences lacks robust distributional discrepancy measures. This paper proposes a unified pathwise framework to address these limitations. It introduces the interarrival embedding, a stable and injective transformation that converts discrete jump paths of TPPs into continuous paths of bounded variation. This allows the powerful mathematical tools of rough path signatures, which characterize path distributions, to be applied to event sequences. Building on this, the researchers developed sigTPP, the first signature-based generative model for TPPs, trained with a path-level loss on complete trajectories. They also derived three new distributional discrepancies for counting paths, offering mathematically sound tools for evaluating generative TPP models. Empirical results show sigTPP consistently achieves superior performance across synthetic and real-world datasets, outperforming baselines in a majority of metrics.

Why it matters

This research provides a more robust and accurate way to model and generate complex event sequences, which is critical for applications ranging from financial market prediction to disease progression modeling and user behavior analysis.

How to implement this in your domain

  1. 1Assess current methods for modeling event sequences in your domain for their limitations.
  2. 2Explore the theoretical foundations of rough path signatures and their application to TPPs.
  3. 3Investigate sigTPP for generating synthetic event data or for predictive modeling tasks.
  4. 4Apply the new distributional discrepancy measures to evaluate existing or new TPP models.

Who benefits

FinanceHealthcareTelecommunicationsCybersecurityRetail

Key takeaways

  • sigTPP is a new generative model for Temporal Point Processes.
  • It uses rough path signatures via an interarrival embedding.
  • The model is trained with a global path-level loss.
  • It introduces new metrics for evaluating generative TPP models and outperforms baselines.

Original post by Niels Cariou-Kotlarek, Vasileios Lampos

"arXiv:2607.06652v1 Announce Type: new Abstract: Rough path signatures are a universal feature map for continuous paths and, via the expected signature, characterise path distributions. These guarantees do not directly extend to cadlag paths of Temporal Point Processes (TPPs), lim…"

View on X

Originally posted by Niels Cariou-Kotlarek, Vasileios Lampos on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Transformers Learn Non-Invertible Modular Multiplication via Stratified Fourier Mechanisms.

This research investigates how small transformers learn modular integer multiplication over composite moduli, a non-invertible operation. It proposes the "monoid extension" theory, suggesting models partition input space into hierarchical algebraic regions where Fourier mechanisms apply, explaining how embeddings, attention, and local features contribute to the computation.

Zitong Andrew Chen, Junaid Hasan, Akhil Srinivasan, Hemkesh Bandi, Jarod AlperJul 9, 2026
AI Engineering & DevToolsAI Research

New Interpretable Model Handles Feature Interactions in Tabular Data.

This paper introduces Interaction Aware Interpretable Machine Learning (IAIML), a framework for tabular data that addresses the limitation of traditional interpretable models in capturing feature interactions. IAIML uses adaptive discretization, pairwise interaction scoring, and a partitioned explanation budget to achieve high accuracy while maintaining interpretability.

Srikumar KrishnamoorthyJul 9, 2026
AI ResearchAI Engineering & DevTools

Principles of Deep Feedforward ReLU Networks Unveiled.

This paper systematically studies the mechanisms of deep feedforward ReLU networks, generalizing principles from two-layer networks to deeper architectures. It explains how hidden-layer units form piecewise linear manifolds to divide input space and how paths and their relationships are central to understanding the back-propagation training solution.

Changcun HuangJul 9, 2026