Search papers, labs, and topics across Lattice.
This paper introduces a novel neural temporal point process (TPP) model that directly parameterizes the conditional intensity function (CIF) using B-spline basis functions, with coefficients predicted by a neural network. This approach allows for exact evaluation of the negative log-likelihood (NLL) while maintaining architectural flexibility and enabling efficient parallel training, overcoming limitations of previous methods that modeled the compensator. Experimental results demonstrate significant improvements in both computational efficiency and predictive accuracy over existing neural TPP baselines on synthetic and real-world datasets.
Directly parameterizing the conditional intensity function with B-splines leads to faster training and better predictions in temporal point processes.
Temporal point processes (TPPs) provide a general and flexible framework for modeling sequences of events in continuous time. Neural networks have been successfully employed to model TPPs in a highly expressive and data-driven way. Neural TPPs are typically trained via Maximum Likelihood Estimation (MLE) by minimizing the negative log-likelihood (NLL), which depends on both the conditional intensity function (CIF) and its integral over time, the compensator. Recent neural TPP approaches enable exact evaluation of the NLL without numerical integration. However, these methods typically model the compensator rather than the CIF directly, impose constraints on the neural network architecture, and are computationally expensive during training, as event contributions to the NLL are evaluated sequentially rather than in parallel. In this work, we propose a novel neural TPP model that directly parametrizes the CIF as a non-negative combination of B-spline basis functions, whose coefficients are predicted by a neural network. This formulation enables exact evaluation of the NLL, preserves full flexibility in the neural architecture, allows efficient parallelization during training, and naturally supports CIF smoothness regularization through the integrated squared second derivative. Experiments on both synthetic and real-world datasets show improved computational efficiency and predictive accuracy compared to the reference neural TPP baseline.