Efficient Temporal Point Processes via Monotone Alternating Splines

arXiv cs.LG Papers

Summary

This paper introduces Monotone Alternating Splines (MAS), a novel framework for modeling cumulative conditional intensity functions in temporal point processes. MAS overcomes structural limitations of existing monotone neural networks, achieving better accuracy and efficiency on synthetic and real datasets.

arXiv:2607.01752v1 Announce Type: new Abstract: Temporal point processes (TPPs) have widespread applications across various domains. Compared to modeling the conditional intensity of a TPP, modeling its cumulative conditional intensity function (CCIF) improves computational efficiency and eliminates numerical approximation errors. However, current CCIF parameterizations uniformly rely on Monotone Neural Networks (MNNs), which we identify as suffering from three structural deadlocks--convexity restrictions, saturation limits, and violations of CCIF modeling requirements--that fundamentally restrict their representational capacity for complex temporal dynamics. To resolve these bottlenecks, this paper proposes a novel framework called Monotone Alternating Splines (MAS). By leveraging distinct interpolation and extrapolation components, MAS provides a flexible and efficient framework for modeling CCIFs. Theoretically, MAS's interpolation provides strong fitting accuracy, while its extrapolation supports robust generalization, reducing the irreducible approximation gaps of MNNs. Extensive experiments show that MAS achieves superior performance on both synthetic and real-world datasets.
Original Article
View Cached Full Text

Cached at: 07/03/26, 05:43 AM

# Efficient Temporal Point Processes via Monotone Alternating Splines
Source: [https://arxiv.org/html/2607.01752](https://arxiv.org/html/2607.01752)
Cheng Wan, Quyu Kong, Feng ZhouCheng Wan is with Hong Kong University of Science and Technology, Hong Kong\. Email: wanc7147@gmail\.com\. Quyu Kong is with Alibaba Cloud, Hangzhou, China\. Email: kongquyu@gmail\.com; Feng Zhou is with Center for Applied Statistics and School of Statistics, Renmin University of China, Beijing, China\. Email: feng\.zhou@ruc\.edu\.cn\.

###### Abstract

Temporal point processes \(TPPs\) have widespread applications across various domains\. Compared to modeling the conditional intensity of a TPP, modeling its cumulative conditional intensity function \(CCIF\) improves computational efficiency and eliminates numerical approximation errors\. However, current CCIF parameterizations uniformly rely on Monotone Neural Networks \(MNNs\), which we identify as suffering from three structural deadlocks–convexity restrictions, saturation limits, and violations of CCIF modeling requirements–that fundamentally restrict their representational capacity for complex temporal dynamics\. To resolve these bottlenecks, this paper proposes a novel framework called Monotone Alternating Splines \(MAS\)\. By leveraging distinct interpolation and extrapolation components, MAS provides a flexible and efficient framework for modeling CCIFs\. Theoretically, MAS’s interpolation provides strong fitting accuracy, while its extrapolation supports robust generalization, reducing the irreducible approximation gaps of MNNs\. Extensive experiments show that MAS achieves superior performance on both synthetic and real\-world datasets\.

## IIntroduction

Event sequences are prevalent across various domains, such as criminology\[[27](https://arxiv.org/html/2607.01752#bib.bib19),[46](https://arxiv.org/html/2607.01752#bib.bib122)\], social networks\[[5](https://arxiv.org/html/2607.01752#bib.bib116),[26](https://arxiv.org/html/2607.01752#bib.bib218)\], finance\[[2](https://arxiv.org/html/2607.01752#bib.bib80),[16](https://arxiv.org/html/2607.01752#bib.bib176)\], seismology\[[28](https://arxiv.org/html/2607.01752#bib.bib51),[29](https://arxiv.org/html/2607.01752#bib.bib52)\], and neuroscience\[[23](https://arxiv.org/html/2607.01752#bib.bib79),[45](https://arxiv.org/html/2607.01752#bib.bib7)\]\. These sequences are typically characterized by irregular timestamps in continuous time, which sets them apart from conventional regular time series data\. Understanding the dynamics within these sequences provides valuable insights for forecasting future events\. Temporal point processes \(TPPs\) offer a statistical framework for modeling such event sequences\.

The key to characterizing a TPP is the next timestamp’s distribution given its history\. One of the most common approaches to parameterize a TPP is to specify a conditional intensity function \(CIF\)\. Numerous methods\[[9](https://arxiv.org/html/2607.01752#bib.bib133),[25](https://arxiv.org/html/2607.01752#bib.bib55),[48](https://arxiv.org/html/2607.01752#bib.bib134)\]leverage deep learning approaches to model the CIF and recover the model parameters via maximum likelihood estimation \(MLE\)\. However, CIF\-based paradigms suffer from a persistent computational bottleneck\. Evaluating the closed\-form log\-likelihood of a TPP sequence requires integrating the CIF over a time window\. If the CIF is based on complicated neural networks, the integral must be approximated by numerical integration, such as Monte Carlo\[[14](https://arxiv.org/html/2607.01752#bib.bib60)\]\. This introduces cumulative errors and severely limits computational efficiency during both training and inference\.

To entirely bypass integration, an equivalent alternative is to directly model the Cumulative Conditional Intensity Function \(CCIF\)\[[30](https://arxiv.org/html/2607.01752#bib.bib192)\]\. By definition, the CIF is the exact derivative of the CCIF\. Consequently, the required CIF can be recovered via automatic differentiation\[[3](https://arxiv.org/html/2607.01752#bib.bib166)\]\. CCIF\-based parameterization provides an exact, integral\-free paradigm that eliminates integration errors and accelerates likelihood evaluations\.

Despite its structural elegance, the current CCIF parameterization is severely constrained\. Because the underlying CIF is strictly non\-negative, a valid CCIF must mathematically be a continuous, monotonically increasing function\. Current literature uniformly enforces this constraint using Monotone Neural Networks \(MNNs\)\[[30](https://arxiv.org/html/2607.01752#bib.bib192),[24](https://arxiv.org/html/2607.01752#bib.bib220)\]\. Typically, MNNs are implemented using Multi\-layer Perceptrons \(MLPs\) with strictly positive weights and non\-decreasing activation functions\. However, in this paper, we identify that the MNN architecture inevitably encounters three structural deadlocks: \(1\)The Convexity Restriction:Using purely convex activations \(e\.g\., ReLU, Softplus\) restricts the CCIF to be strictly convex, fundamentally preventing the predicted CIF from decaying after excitation\. \(2\)The Saturation Limit:Even when bounded, non\-convex activations \(e\.g\., Sigmoid or Tanh\) are used instead of convex ones in the MNN, the network faces a different issue: the predicted CCIF will stop growing and eventually stagnate\. Consequently, the network becomes incapable of modeling long\-horizon point processes where events persistently occur over time\. \(3\)Violations of CCIF Requirements:Finally, to forcibly bypass the convexity of MNNs, some methods apply non\-convex temporal transformations in advance, such ast→log⁡\(t\)t\\rightarrow\\log\(t\)\. However, such transformations actually violate the fundamental mathematical requirements of the CCIF\. Additionally, they heuristically force the intensity function to decay over time, which severely limits the model’s flexibility\.

To resolve these structural deadlocks, we propose a new framework–Monotone Alternating Splines \(MAS\)–to model CCIF\. MAS replaces the rigid MNN with piecewise monotone splines, which offer greater generality, flexibility, and efficiency, and enjoy strong theoretical guarantees for both fitting and generalization\. Specifically, MAS separates the estimated CCIF into two distinct sub\-components:

Firstly, theMAS interpolationexplicitly divides the CCIF into multiple fine\-grained intervals and leverages monotone splines to accurately fit each segment\. The parameters of each interpolation segment are determined by a sequence encoder \(e\.g\., a Transformer\), and then the monotone splines are connected withC1C^\{1\}continuity\. Through this fine\-grained segmented fitting, MAS can accurately fit complex TPP sequences\. Theoretically, it possesses an approximation capability comparable to existing parameterization methods, alleviating the MNN convexity restriction\.

Secondly, because standard piecewise monotone splines cannot maintain global monotonicity, theMAS extrapolationcomponent is introduced\. Specifically, outside the interpolation intervals, MAS employs a simple monotonically increasing function \(e\.g\., a linear or linear\-plus\-exponential function\) that smoothly connects with the tail of the internal interpolation part\. The extrapolation guarantees global monotonicity over the unbounded time horizon\. Furthermore, it allows MAS to recover several classical TPP baselines, thereby securing robust generalization for distant future predictions\.

Beyond the architecture, we establish a comprehensive theoretical foundation for the MAS framework\. First, we analyze the generalization error of MAS, explicitly decomposing it into the interpolation error, the extrapolation error, and the complexity error\. Based on this established generalization bound, we theoretically validate how the extrapolation component enhances the generalization capability of MAS\. Furthermore, by comparing the approximation error bounds between MAS and MNNs, we theoretically prove that MAS possesses superior fitting and generalization capabilities compared to MNNs\. Finally, we provide theoretical guidance on how to configure optimal MAS hyperparameters\.

Our contribution can be summarized as follows:

- •We expose the fundamental limitations of existing MNNs for CCIF modeling\. We demonstrate that MNN architecture inherently traps the model in three structural deadlocks, critically restricting model expressivity for complex TPP dynamics\.
- •We propose Monotone Alternating Splines\. By introducing a highly expressive interpolation component and a globally stable extrapolation component, MAS satisfies all mathematical requirements for CCIF modeling, delivering higher flexibility and computational efficiency\.
- •We establish a comprehensive theoretical foundation for MAS\. By decomposing and bounding MAS’s generalization error, we prove its significant superiority over MNNs\. Moreover, we explicitly provide a theoretical guideline for MAS hyperparameter selection\. Extensive experiments across diverse synthetic and real\-world event datasets validate the effectiveness of MAS\.

The remainder of this paper is organized as follows\.[SectionII](https://arxiv.org/html/2607.01752#S2)reviews related work\.[SectionIII](https://arxiv.org/html/2607.01752#S3)formulates the preliminaries of CCIF and its required conditions\. Next, we analyze the limitations of MNNs in CCIF modeling in[SectionIV](https://arxiv.org/html/2607.01752#S4)\.[SectionV](https://arxiv.org/html/2607.01752#S5)details the mathematical formulation of the MAS framework\. In[SectionVI](https://arxiv.org/html/2607.01752#S6), we detail the theoretical analyses comparing structural approximation bounds and formalizing generalization guidelines\.[SectionVII](https://arxiv.org/html/2607.01752#S7)presents the experimental evaluations\. Finally,[SectionVIII](https://arxiv.org/html/2607.01752#S8)concludes the paper\.

## IIRelated Work

This section reviews related work on TPPs and monotone splines\.

### II\-ATemporal Point Processes

Temporal Point Processes provide the mathematical framework for modeling asynchronous event sequences in continuous time\[[7](https://arxiv.org/html/2607.01752#bib.bib16)\]\. Classical statistical methods typically parameterize the CIF with predefined functional forms under specific assumptions\. For example, the homogeneous Poisson process models independent event occurrences\[[20](https://arxiv.org/html/2607.01752#bib.bib140)\]; the Hawkes process captures self\-exciting phenomena, where past events increase the probability of future arrivals\[[15](https://arxiv.org/html/2607.01752#bib.bib17),[2](https://arxiv.org/html/2607.01752#bib.bib80)\]; and the Self\-correcting process models stress accumulation that decreases after an event\[[18](https://arxiv.org/html/2607.01752#bib.bib240)\]\. However, these classical models, whether optimized via Maximum Likelihood Estimation \(MLE\) or Bayesian frameworks, still struggle to capture the highly nonlinear, multimodal temporal dependencies common in modern large\-scale datasets\.

### II\-BCIF\-based Neural TPPs

To improve structural expressiveness, deep learning has shifted TPP modeling toward data\-driven neural methods\. Early approaches used recurrent architectures to parameterize the exact intensity function\. Specifically, RMTPP\[[9](https://arxiv.org/html/2607.01752#bib.bib133)\]and NHP\[[25](https://arxiv.org/html/2607.01752#bib.bib55)\]map historical event embeddings into a dynamic continuous\-time CIF\. Later methods leveraged self\-attention to capture long\-range interactions, leading to autoregressive models such as THP\[[48](https://arxiv.org/html/2607.01752#bib.bib134)\]and SAHP\[[43](https://arxiv.org/html/2607.01752#bib.bib227)\]\. In parallel, continuous\-time state formulations based on Ordinary Differential Equations\[[6](https://arxiv.org/html/2607.01752#bib.bib117),[33](https://arxiv.org/html/2607.01752#bib.bib526)\]and Stochastic Differential Equations\[[44](https://arxiv.org/html/2607.01752#bib.bib230)\]were proposed to flexibly model intensity trajectories between events\. Despite improved predictive performance, these CIF\-based models share a key computational bottleneck: exact Negative Log\-Likelihood \(NLL\) evaluation requires integrating the CIF over continuous time\. Since neural CIFs generally lack closed\-form integrals, their integration must rely on Monte Carlo sampling\[[14](https://arxiv.org/html/2607.01752#bib.bib60)\]or numerical quadrature\[[12](https://arxiv.org/html/2607.01752#bib.bib119)\], which introduces approximation error and slows training\.

### II\-CAlternative TPP Parameterizations and CCIF Modeling

To bypass the CIF bottleneck, recent work has explored alternative parameterizations and estimation strategies\. Some methods avoid likelihood integration entirely by using Normalizing Flows\[[35](https://arxiv.org/html/2607.01752#bib.bib191)\], or Score Matching frameworks\[[22](https://arxiv.org/html/2607.01752#bib.bib205),[4](https://arxiv.org/html/2607.01752#bib.bib228)\]\. Meanwhile, other approaches model intermediate variables equivalent to the CIF to avoid integration\. For example, some methods model the conditional distribution of the next event time using mixture distributions\[[34](https://arxiv.org/html/2607.01752#bib.bib193),[31](https://arxiv.org/html/2607.01752#bib.bib221)\], while others directly model the CCIF, which is the integral of the CIF, and then obtain the exact CIF via automatic differentiation\. Existing CCIF\-based models\[[30](https://arxiv.org/html/2607.01752#bib.bib192),[24](https://arxiv.org/html/2607.01752#bib.bib220),[39](https://arxiv.org/html/2607.01752#bib.bib236)\]typically adopt MNNs\[[36](https://arxiv.org/html/2607.01752#bib.bib233)\]to enforce the positive\-intensity prerequisite\. Specifically, our method focuses on improving current CCIF approaches\.

### II\-DMonotone Splines in Continuous Modeling

Monotone splines have a long history in statistical numerical analysis as tools for modeling monotone data\[[32](https://arxiv.org/html/2607.01752#bib.bib225)\]\. Early work established methods for constructing smooth, monotonically increasing trajectories using piecewise basis functions\[[11](https://arxiv.org/html/2607.01752#bib.bib226)\]\. Later methods introduced Rational Linear Splines \(RLS\)\[[8](https://arxiv.org/html/2607.01752#bib.bib231)\], Rational Quadratic Splines \(RQS\)\[[13](https://arxiv.org/html/2607.01752#bib.bib224)\], and Rational Cubic Splines \(RCS\)\[[1](https://arxiv.org/html/2607.01752#bib.bib232)\]\. These rational monotone splines guarantee strict monotonicity and high\-order smoothness, and they also support stable analytical inverses\. Moreover, each segmented interval can be controlled independently by localized parameters without affecting global monotonicity, which provides high flexibility\[[10](https://arxiv.org/html/2607.01752#bib.bib235)\]\. In this work, we identify the structural deadlocks of previous CCIF modeling methods and leverage monotone splines to introduce MAS as a more expressive alternative with stronger approximation guarantees\.

## IIIPreliminaries

In this section, we provide the mathematical background on TPPs, CCIF, and how to structurally model the CCIF sequence following certain events\.

### III\-ATemporal Point Processes

A TPP is a probabilistic model that describes sequences of events occurring within a continuous time window\[0,T\]\[0,T\]\. A realization of a multivariate TPP is represented as an event sequenceS=\{\(tn,kn\)\}n=1NS=\\\{\(t\_\{n\},k\_\{n\}\)\\\}\_\{n=1\}^\{N\}, whereNNis a random variable denoting the total number of events\. Here,0<t1<⋯<tN<T0<t\_\{1\}<\\dots<t\_\{N\}<Tare the event timestamps in continuous time, andkn∈\{1,…,K\}k\_\{n\}\\in\\\{1,\\dots,K\\\}is the mark \(or event type\) associated with thenn\-th event\.

TPPs are primarily characterized by the CIFλk∗​\(t∣ℋt−\)\\lambda\_\{k\}^\{\*\}\(t\\mid\\mathcal\{H\}\_\{t^\{\-\}\}\), which defines the instantaneous occurrence rate of a type\-kkevent given the historical dataℋt−=\{\(tn,kn\):tn<t\}\\mathcal\{H\}\_\{t^\{\-\}\}=\\\{\(t\_\{n\},k\_\{n\}\):t\_\{n\}<t\\\}:

λk∗​\(t\)=limδt→0p​\(type\-​k​event∈\[t,t\+δt\]∣ℋt−\)δt,\\lambda\_\{k\}^\{\*\}\(t\)=\\lim\_\{\\delta\_\{t\}\\to 0\}\\frac\{p\(\\text\{type\-\}k\\text\{ event\}\\in\[t,t\+\\delta\_\{t\}\]\\mid\\mathcal\{H\}\_\{t^\{\-\}\}\)\}\{\\delta\_\{t\}\},where the asterisk indicates conditioning on the history up to but not including timett\. Given the CIF, the log\-likelihood of a multivariate TPP for an observed sequenceSSis:

log⁡p​\(S\)=∑n=1Nlog⁡λkn∗​\(tn\)−∫0Tλ∗​\(t\)​𝑑t,\\log p\(S\)=\\sum\_\{n=1\}^\{N\}\\log\\lambda\_\{k\_\{n\}\}^\{\*\}\(t\_\{n\}\)\-\\int\_\{0\}^\{T\}\\lambda^\{\*\}\(t\)dt,\(1\)whereλ∗​\(t\)=∑k=1Kλk∗​\(t\)\\lambda^\{\*\}\(t\)=\\sum\_\{k=1\}^\{K\}\\lambda^\{\*\}\_\{k\}\(t\)is the total intensity across all event types\. Model parameters are estimated by maximizing the log\-likelihood in[Equation1](https://arxiv.org/html/2607.01752#S3.E1)\. Additionally, given the historyℋtn\\mathcal\{H\}\_\{t\_\{n\}\}, the probability density function of the next event timestamptn\+1t\_\{n\+1\}is:

p​\(tn\+1∣ℋtn\)=λ∗​\(tn\+1\)​exp⁡\(−∫tntn\+1λ∗​\(t\)​𝑑t\)\.p\(t\_\{n\+1\}\\mid\\mathcal\{H\}\_\{t\_\{n\}\}\)=\\lambda^\{\*\}\(t\_\{n\+1\}\)\\exp\\left\(\-\\int\_\{t\_\{n\}\}^\{t\_\{n\+1\}\}\\lambda^\{\*\}\(t\)dt\\right\)\.We can estimate the expected next event timestampt^n\+1\\widehat\{t\}\_\{n\+1\}and the most likely markk^n\+1\\widehat\{k\}\_\{n\+1\}using the following estimators:

t^n\+1=∫tn∞t​p​\(t∣ℋtn\)​𝑑t,k^n\+1=arg⁡maxk⁡λk∗​\(t^n\+1\)λ∗​\(t^n\+1\)\.\\widehat\{t\}\_\{n\+1\}=\\int\_\{t\_\{n\}\}^\{\\infty\}tp\(t\\mid\\mathcal\{H\}\_\{t\_\{n\}\}\)dt,\\ \\ \\widehat\{k\}\_\{n\+1\}=\\arg\\max\_\{k\}\\frac\{\\lambda\_\{k\}^\{\*\}\(\\widehat\{t\}\_\{n\+1\}\)\}\{\\lambda^\{\*\}\(\\widehat\{t\}\_\{n\+1\}\)\}\.\(2\)

### III\-BCCIF Parameterization

A major drawback of standard CIF\-based modeling is that the integral∫0Tλ∗​\(t\)​𝑑t\\int\_\{0\}^\{T\}\\lambda^\{\*\}\(t\)dtin[Equation1](https://arxiv.org/html/2607.01752#S3.E1)generally lacks a closed\-form solution when parameterized by complex neural networks, thereby requiring computationally inefficient numerical integration\. An alternative, mathematically equivalent formulation is to model the CCIF directly:Λk∗​\(t\)=∫0tλk∗​\(τ\)​𝑑τ\\Lambda\_\{k\}^\{\*\}\(t\)=\\int\_\{0\}^\{t\}\\lambda\_\{k\}^\{\*\}\(\\tau\)d\\tau\. Under this framework,[Equation1](https://arxiv.org/html/2607.01752#S3.E1)can be rewritten as:

log⁡p​\(S\)=∑n=1Nlog⁡dd​t​Λkn∗​\(tn−\)−Λ∗​\(T\),\\log p\(S\)=\\sum\_\{n=1\}^\{N\}\\log\\frac\{d\}\{dt\}\\Lambda\_\{k\_\{n\}\}^\{\*\}\(t\_\{n\}^\{\-\}\)\-\\Lambda^\{\*\}\(T\),\(3\)whereΛ∗​\(t\)=∑k=1KΛk∗​\(t\)\\Lambda^\{\*\}\(t\)=\\sum\_\{k=1\}^\{K\}\\Lambda\_\{k\}^\{\*\}\(t\), anddd​t​Λkn∗​\(tn−\)\\frac\{d\}\{dt\}\\Lambda\_\{k\_\{n\}\}^\{\*\}\(t\_\{n\}^\{\-\}\)represents the left\-hand derivative ofΛk∗​\(t\)\\Lambda\_\{k\}^\{\*\}\(t\)evaluated at\(tn,kn\)\(t\_\{n\},k\_\{n\}\)\. Incorporating the CCIF allows MLE to bypass integral computations entirely\. The required instantaneous intensity is easily and precisely recovered via automatic differentiation\.

### III\-CModeling CCIF after Certain Events

Following each observed eventt1,t2,⋯,tNt\_\{1\},t\_\{2\},\\cdots,t\_\{N\}, the continuous global functionΛ∗​\(t\)\\Lambda^\{\*\}\(t\)can be decomposed and be expressed as:

Λ∗​\(t\)=∑n=0NI\(tn,tn\+1\]​Λ∗\(n\)​\(t\),\\Lambda^\{\*\}\(t\)=\\sum\_\{n=0\}^\{N\}\{I\}\_\{\(t\_\{n\},t\_\{n\+1\}\]\}\\Lambda^\{\*\(n\)\}\(t\),\(4\)wheret0=0t\_\{0\}=0,tN\+1=Tt\_\{N\+1\}=T, andI\(tn,tn\+1\]\{I\}\_\{\(t\_\{n\},t\_\{n\+1\}\]\}is an indicator function taking the value 1 ift∈\(tn,tn\+1\]t\\in\(t\_\{n\},t\_\{n\+1\}\]and 0 otherwise\. Here,Λ∗\(n\)​\(t\)=∫tntλ∗​\(τ\)​𝑑τ\+Λ∗\(n−1\)​\(tn\)\\Lambda^\{\*\(n\)\}\(t\)=\\int\_\{t\_\{n\}\}^\{t\}\\lambda^\{\*\}\(\\tau\)d\\tau\+\\Lambda^\{\*\(n\-1\)\}\(t\_\{n\}\)represents the CCIF following thenn\-th event, with the base caseΛ∗\(−1\)​\(0\)=0\\Lambda^\{\*\(\-1\)\}\(0\)=0\. We emphasize that the natural support domain ofΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)is\(tn,∞\)\(t\_\{n\},\\infty\)because, during inference, the subsequent eventtn\+1t\_\{n\+1\}is unknown and could theoretically occur indefinitely far in the future\. During training,tn\+1t\_\{n\+1\}is observed, allowing us to cleanly truncateΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)to\(tn,tn\+1\]\(t\_\{n\},t\_\{n\+1\}\]via the indicator function, subsequently concatenatingΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)andΛ∗\(n\+1\)​\(t\)\\Lambda^\{\*\(n\+1\)\}\(t\)to reconstruct the exact global CCIFΛ∗​\(t\)\\Lambda^\{\*\}\(t\)\.

## IVFailures of Monotone Neural Networks

![Refer to caption](https://arxiv.org/html/2607.01752v1/x1.png)Figure 1:Performance comparison of MNNs and MAS on three classical TPPs \(Hawkes, Poisson, Self\-Correcting\)\. The left column shows the three MNN deadlocks—Convexity Restriction, Saturation Limit, and Violations of CCIF Requirements—while the right column shows that MAS overcomes these limitations and accurately reconstructs the ground\-truth dynamics\.In this section, we investigate the principles of using MNNs for CCIF modeling\. We show that positive\-weighted MLPs restrict MNN expressiveness and prevent them from modeling complex TPP dynamics\.

### IV\-AMNNs for TPP Modeling

We first explain the MNN\-based parameterization of CCIF\. Specifically, anLL\-layer MNNΛ∗​\(t\)\\Lambda^\{\*\}\(t\)can be expressed as:

𝒉\(1\)=σ​\(𝑾\(1\)​t\+𝒃\(1\)\),\\displaystyle\\bm\{h\}^\{\(1\)\}=\\sigma\\\!\\left\(\\bm\{W\}^\{\(1\)\}t\+\\bm\{b\}^\{\(1\)\}\\right\),𝒉\(l\)=σ​\(𝑾\(l\)​𝒉\(l−1\)\+𝒃\(l\)\),l=2,…,L−1,\\displaystyle\\bm\{h\}^\{\(l\)\}=\\sigma\\\!\\left\(\\bm\{W\}^\{\(l\)\}\\bm\{h\}^\{\(l\-1\)\}\+\\bm\{b\}^\{\(l\)\}\\right\),\\quad l=2,\\dots,L\-1,Λ∗​\(t\)=𝑾\(L\)​𝒉\(L−1\)\+𝒃\(L\),\\displaystyle\\Lambda^\{\*\}\(t\)=\\bm\{W\}^\{\(L\)\}\\bm\{h\}^\{\(L\-1\)\}\+\\bm\{b\}^\{\(L\)\},wherettis the elapsed time,σ​\(⋅\)\\sigma\(\\cdot\)is the element\-wise activation function,𝑾\(l\)\\bm\{W\}^\{\(l\)\}and𝒃\(l\)\\bm\{b\}^\{\(l\)\}are the connection weights and biases, respectively\. The corresponding CIF is derived as:

λ∗​\(t\)=∂Λ∗​\(t\)∂t=𝑾\(L\)​\(∏l=L−11diag​\[σ′​\(𝒛\(l\)\)\]​𝑾\(l\)\)\.\\lambda^\{\*\}\(t\)=\\frac\{\\partial\\Lambda^\{\*\}\(t\)\}\{\\partial t\}=\\bm\{W\}^\{\(L\)\}\\left\(\\prod\_\{l=L\-1\}^\{1\}\\mathrm\{diag\}\\\!\\left\[\\sigma^\{\\prime\}\(\\bm\{z\}^\{\(l\)\}\)\\right\]\\bm\{W\}^\{\(l\)\}\\right\)\.\(5\)
The core motivation behind using MNNs for modeling CCIF is grounded in the following theorem\.

###### Theorem 1\.

If all the model weights are strictly constrained to be non\-negative \(𝐖\(l\)≥0,∀l\\bm\{W\}^\{\(l\)\}\\geq 0,\\forall l\) and the activation function is non\-decreasing \(σ′​\(x\)≥0,∀x\\sigma^\{\\prime\}\(x\)\\geq 0,\\forall x\), then the resulting derivative is guaranteed to be non\-negative:λ∗​\(t\)≥0\.\\lambda^\{\*\}\(t\)\\geq 0\.

While[Theorem1](https://arxiv.org/html/2607.01752#Thmtheorem1)ensures MNN’s monotonicity, it simultaneously traps the model in three structural deadlocks, as discussed in the following subsection\.

### IV\-BThree Structural Deadlocks of MNNs

To construct a practical MNN, designers must make choices regarding the non\-decreasing activation functionσ​\(⋅\)\\sigma\(\\cdot\)in[Theorem1](https://arxiv.org/html/2607.01752#Thmtheorem1)\. However, we demonstrate that these choices force the MNN into one of three structural deadlocks: the Convexity Restriction, the Saturation Limit, or the Violations of CCIF Requirements\.

#### IV\-B1Convexity Restriction

First, when equipped with standard convex activation functions, the resulting MNN becomes strictly convex, preventing the model from capturing any decaying intensity patterns\. While unbounded and convex activations like ReLU or Softplus are favored by modern deep learning paradigms, these common activation functions conflict with the MNN architecture in[Theorem1](https://arxiv.org/html/2607.01752#Thmtheorem1)\.

###### Theorem 2\.

Let the CCIF be parameterized by an MNN mappingt→Λ∗​\(t\)t\\to\\Lambda^\{\*\}\(t\)\. If the activation function is convex \(σ′′​\(x\)≥0\\sigma^\{\\prime\\prime\}\(x\)\\geq 0\) and the weights are non\-negative \(𝐖\(l\)≥0\\bm\{W\}^\{\(l\)\}\\geq 0\), then the CCIF is convex globally:Λ∗⁣′′​\(t\)=λ∗⁣′​\(t\)≥0,∀t\.\\Lambda^\{\*\\prime\\prime\}\(t\)=\\lambda^\{\*\\prime\}\(t\)\\geq 0,\\quad\\forall t\.

[Theorem2](https://arxiv.org/html/2607.01752#Thmtheorem2)reveals a severe side\-effect: positive linear combinations of convex functions preserveΛ∗​\(t\)\\Lambda^\{\*\}\(t\)’s convexity strictly\. If common convex activation functions are applied in MNNs, the magnitude of the CIFλ∗​\(t\)\\lambda^\{\*\}\(t\)can only monotonically increase or remain completely flat\. This severely limits the model’s expressive power\. In real\-world dynamics, such as an exponentially decaying Hawkes process, the CIF spikes after an event occurrence and then smoothly decays \(i\.e\.,λ∗⁣′​\(t\)<0\\lambda^\{\*\\prime\}\(t\)<0\)\. An MNN bounded by[Theorem2](https://arxiv.org/html/2607.01752#Thmtheorem2)inherently fails to fit such a decreasing CIF, regardless of its depth or width\.

#### IV\-B2Saturation Limit

Second, to bypass the aforementioned convexity restriction, an intuitive approach is to replace ReLU with S\-shaped activations \(e\.g\., Tanh or Sigmoid\), which offer concave regions \(σ′′<0\\sigma^\{\\prime\\prime\}<0\), thus permitting the derivativeλ∗​\(t\)\\lambda^\{\*\}\(t\)to decline\. Unfortunately, this exposes the MNN to the following saturation limit\.

###### Theorem 3\.

Letσ​\(⋅\)\\sigma\(\\cdot\)be bounded such thatσ​\(x\)∈\[cmin,cmax\]\\sigma\(x\)\\in\[c\_\{\\min\},c\_\{\\max\}\]\. Assuming finite network weights \(𝐖\(l\)<∞\\bm\{W\}^\{\(l\)\}<\\infty\), there exists a rigorous finite upper boundM<∞M<\\inftyfor the generated CCIF:limt→∞Λ∗​\(t\)≤M<∞\.\\lim\_\{t\\to\\infty\}\\Lambda^\{\*\}\(t\)\\leq M<\\infty\.

As is implied in[Theorem3](https://arxiv.org/html/2607.01752#Thmtheorem3), non\-convex activation functions force the CCIFΛ∗​\(t\)\\Lambda^\{\*\}\(t\)into an enforced upper limitMM, precluding the mechanism from modeling persistent event streams\. For any ordinary sequence demonstrating a baseline rateμ\>0\\mu\>0, the mathematically correct total expected events must approach infinity over time \(limt→∞Λ∗​\(t\)=∞\\lim\_\{t\\to\\infty\}\\Lambda^\{\*\}\(t\)=\\infty\)\. Consequently, Tanh\- or Sigmoid\-based MNNs fundamentally fail to represent a stationary long\-term trend; the learned intensityλ∗​\(t\)\\lambda^\{\*\}\(t\)will invariably exhaust itself and force the predicted sequence to permanently freeze\.

#### IV\-B3Violations of CCIF Requirements

Since using either convex or bounded, non\-convex activation functions leads to the shortcomings of MNN\-basedΛ∗​\(t\)\\Lambda^\{\*\}\(t\), the remaining option is to apply a non\-convex transformationt→F​\(t\)t\\rightarrow F\(t\)to timettin[Equation5](https://arxiv.org/html/2607.01752#S4.E5)in advance, yielding:

Λ∗​\(t\)=MNN​\(F​\(t\)\),\\Lambda^\{\*\}\(t\)=\\mathrm\{MNN\}\(F\(t\)\),whereMNN​\(⋅\)\\mathrm\{MNN\}\(\\cdot\)is a positive weighted MLP\. For example, FullyNN\[[30](https://arxiv.org/html/2607.01752#bib.bib192)\]leverages a log\-transformationF​\(t\)=log⁡\(t\)F\(t\)=\\log\(t\)\. Becauselog⁡t\\log tis intrinsically concave, this pre\-processing step avoids the Convexity Restriction without requiring theMNN​\(⋅\)\\mathrm\{MNN\}\(\\cdot\)itself to possess non\-convex activations\.

Nevertheless, this mathematical tactic still introduces inevitable structural flaws\. It violates the boundary condition of CCIF and restricts the expressive power of the model:

- •Violation of the Initial Physical Condition\.Pre\-transformingttpermanently introduces an unavoidable intercept att=0t=0, causing inaccurate NLL optimization\. By definition, the cumulative integration at exact time zero must be zero:Λ∗​\(0\)=∫00λ∗​\(τ\)​𝑑τ=0\\Lambda^\{\*\}\(0\)=\\int\_\{0\}^\{0\}\\lambda^\{\*\}\(\\tau\)d\\tau=0\. However, evaluating the deformed CCIF sequence att→0\+t\\to 0^\{\+\}yields a limit breakdown: Λ∗​\(0\)=limt→0\+MNN​\(log⁡t\)=MNN​\(−∞\)≠0\.\\Lambda^\{\*\}\(0\)=\\lim\_\{t\\to 0^\{\+\}\}\\mathrm\{MNN\}\(\\log t\)=\\mathrm\{MNN\}\(\-\\infty\)\\neq 0\.Because MNN is a nested composition of affine layers and non\-negative activations, its value at−∞\-\\inftyis unpredictable and can only be approximated during initialization\. This inevitably leaves a persistent positive interceptΛ∗​\(0\)=C≠0\\Lambda^\{\*\}\(0\)=C\\neq 0\. Such a non\-zero starting point directly interferes with the exactness of the likelihood computation in[Equation4](https://arxiv.org/html/2607.01752#S3.E4)\.
- •Enforced Heuristic Decay Constraints\.Additionally, deforming timettrestricts the intrinsic trend of the derived CIF, severely degrading the network’s capability to model diverse TPP behaviors\. According to the chain rule, CIFλ∗​\(t\)\\lambda^\{\*\}\(t\)is tied to the derivative oflog⁡\(t\)\\log\(t\): λ∗​\(t\)=∂MNN​\(log⁡t\)∂\(log⁡t\)⋅1t=O​\(t−1\)\.\\lambda^\{\*\}\(t\)=\\frac\{\\partial\\mathrm\{MNN\}\(\\log t\)\}\{\\partial\(\\log t\)\}\\cdot\\frac\{1\}\{t\}=O\(t^\{\-1\}\)\.This mathematical entanglement dictates anO​\(t−1\)O\(t^\{\-1\}\)deterministic decay pattern acting as a global multiplier\. While this1/t1/tallows the MNN to roughly approximate TPPs with decaying CIFs, it contradicts other basic TPP behaviors\. For instance, in a Self\-Correcting process, the CIF accumulates and increases over time between events\. The inherent1/t1/tpenalty suppresses this upward trend, making the model poorly suited for ascending dynamics\.

Consequently, MNN\-based CCIF methods face three fundamental deadlocks\. As shown in[Fig\.1](https://arxiv.org/html/2607.01752#S4.F1), continuous\-time MNNs inevitably suffer from expressive limitations and boundary violations, regardless of activation design or time deformation\. To overcome this bottleneck, MAS replaces MNNs with piecewise monotone splines for explicit CCIF parameterization, yielding a more general and flexible framework\.

## VMethodology

In this section, we introduce a novel CCIF modeling method: MAS, and detail its implementation\. For complex TPPs, the exact CCIF after eventtnt\_\{n\},Λ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\), can be highly intricate across the interval\[tn,∞\)\[t\_\{n\},\\infty\)\. Directly fitting this complete trajectory using a single elementary function or a rigid MNN is generally suboptimal\.

Consequently, a natural idea is to divide the entire CCIFΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)into smaller segments that are easier to fit\. Inspired by this idea, we propose a flexible parameterization framework termedMASto model the CCIF\. MAS consists of two parts: aninterpolationcomponent to fit the recent CCIF dynamics right after an event, and anextrapolationcomponent to model the long\-term CCIF tail\. Formally, MAS models the CCIF after thenn\-th event as:

Λθ∗\(n\)​\(t\)=∑m=1MI\(wm−1\(n\),wm\(n\)\]​\(t\)​fm,θ∗\(n\)​\(t\)⏟MAS interpolation\+I\(wM\(n\),∞\)​\(t\)​gθ∗\(n\)​\(t\)⏟MAS extrapolation,\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\)=\\underbrace\{\\sum\_\{m=1\}^\{M\}\{I\}\_\{\(w^\{\(n\)\}\_\{m\-1\},w^\{\(n\)\}\_\{m\}\]\}\(t\)f^\{\*\(n\)\}\_\{m,\\theta\}\(t\)\}\_\{\\text\{MAS interpolation\}\}\+\\underbrace\{\{I\}\_\{\(w^\{\(n\)\}\_\{M\},\\infty\)\}\(t\)g^\{\*\(n\)\}\_\{\\theta\}\(t\)\}\_\{\\text\{MAS extrapolation\}\},\(6\)where the interval\(tn,∞\)\(t\_\{n\},\\infty\)is partitioned intoM\+1M\+1contiguous segments\. The firstMMsegments form the interior\(w0\(n\),w1\(n\)\],…,\(wM−1\(n\),wM\(n\)\]\(w^\{\(n\)\}\_\{0\},w^\{\(n\)\}\_\{1\}\],\\dots,\(w^\{\(n\)\}\_\{M\-1\},w^\{\(n\)\}\_\{M\}\], with the first knot starting exactly at the event timew0\(n\)=tnw^\{\(n\)\}\_\{0\}=t\_\{n\}\. Themm\-th piecewise functionfm,θ∗\(n\)​\(t\)f^\{\*\(n\)\}\_\{m,\\theta\}\(t\)models the MAS interpolation within its respective interval, while the functiongθ∗\(n\)​\(t\)g^\{\*\(n\)\}\_\{\\theta\}\(t\)represents the MAS extrapolation over\(wM\(n\),∞\)\(w^\{\(n\)\}\_\{M\},\\infty\)\. The vectorθ\\thetaencapsulates the underlying neural network parameters driving the model\.

### V\-AMAS Interpolation

The MAS interpolation directly determines the near\-term variation trend of the CCIF\. By segmentingΛθ∗\(n\)​\(t\)\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\), the MAS interpolation provides high flexibility\. However, becauseΛθ∗\(n\)​\(t\)\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\)is the integral of a positive CIF, a valid MAS interpolation must satisfy the following requirements:

\(1\) Global Monotonicity:Since the intensityλ∗​\(t\)≥0\\lambda^\{\*\}\(t\)\\geq 0,Λθ∗\(n\)​\(t\)\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\)must be non\-decreasing\. For anytn<t1≤t2<∞t\_\{n\}<t\_\{1\}\\leq t\_\{2\}<\\infty, it must hold thatΛθ∗\(n\)​\(t1\)≤Λθ∗\(n\)​\(t2\)\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\_\{1\}\)\\leq\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\_\{2\}\)\.

\(2\)C1C^\{1\}\-Continuity Between Timestamps:For any continuous interval strictly between two eventstn<t<tn\+1t\_\{n\}<t<t\_\{n\+1\},Λ∗​\(t\)\\Lambda^\{\*\}\(t\)must be continuous and possess a continuous derivativeΛ∗⁣′​\(t\)\\Lambda^\{\*\\prime\}\(t\)\.

\(3\)C0C^\{0\}\-Continuity At Timestamps:At each timestamptnt\_\{n\}, the CCIF is continuous \(Λ∗​\(tn−\)=Λ∗​\(tn\+\)\\Lambda^\{\*\}\(t\_\{n\}^\{\-\}\)=\\Lambda^\{\*\}\(t\_\{n\}^\{\+\}\)\), but its derivative is permitted to be discontinuous \(Λ∗⁣′​\(tn−\)≠Λ∗⁣′​\(tn\+\)\\Lambda^\{\*\\prime\}\(t\_\{n\}^\{\-\}\)\\neq\\Lambda^\{\*\\prime\}\(t\_\{n\}^\{\+\}\)\)\.

The second and third conditions ensure that the CIF remains continuous between any two consecutive timestamps but may exhibit jumps at the timestamps, which is a core characteristic of many history\-dependent TPPs, such as the Hawkes process and the Self\-Correcting process\. To ensure the generatedΛθ∗\(n\)​\(t\)\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\)perfectly satisfies monotonicity andC1C^\{1\}\-continuity within\(tn,tn\+1\)\(t\_\{n\},t\_\{n\+1\}\), the adjacent functions in MAS must be seamlessly connected at the partition knots \(i\.e\.,w1\(n\),…,wM\(n\)w^\{\(n\)\}\_\{1\},\\dots,w^\{\(n\)\}\_\{M\}\) in both function values and first derivatives:

fm,θ∗\(n\)​\(wm\(n\)\)=fm\+1,θ∗\(n\)​\(wm\(n\)\),fm,θ∗\(n\)⁣′​\(wm\(n\)\)=fm\+1,θ∗\(n\)⁣′​\(wm\(n\)\),fM,θ∗\(n\)​\(wM\(n\)\)=gθ∗\(n\)​\(wM\(n\)\),fM,θ∗\(n\)⁣′​\(wM\(n\)\)=gθ∗\(n\)⁣′​\(wM\(n\)\)\.\\begin\{aligned\} f^\{\*\(n\)\}\_\{m,\\theta\}\(w^\{\(n\)\}\_\{m\}\)=f^\{\*\(n\)\}\_\{m\+1,\\theta\}\(w^\{\(n\)\}\_\{m\}\),&f^\{\*\(n\)\\prime\}\_\{m,\\theta\}\(w^\{\(n\)\}\_\{m\}\)=f^\{\*\(n\)\\prime\}\_\{m\+1,\\theta\}\(w^\{\(n\)\}\_\{m\}\),\\\\ f^\{\*\(n\)\}\_\{M,\\theta\}\(w^\{\(n\)\}\_\{M\}\)=g\_\{\\theta\}^\{\*\(n\)\}\(w^\{\(n\)\}\_\{M\}\),&f^\{\*\(n\)\\prime\}\_\{M,\\theta\}\(w^\{\(n\)\}\_\{M\}\)=g\_\{\\theta\}^\{\*\(n\)\\prime\}\(w^\{\(n\)\}\_\{M\}\)\.\\end\{aligned\}

\(7\)
Piecewise monotone splines perfectly satisfy these requirements, because their analytical forms are directly parameterized by the endpoint values and derivatives\. Taking the Rational Quadratic Spline \(RQS\) as an example, given an interval\[wm−1,wm\]\[w\_\{m\-1\},w\_\{m\}\], boundary values\{ym−1,ym\}\\\{y\_\{m\-1\},y\_\{m\}\\\}, and boundary derivatives\{δm−1,δm\}\\\{\\delta\_\{m\-1\},\\delta\_\{m\}\\\}, themm\-th piecewise RQS is:

fm​\(t\)=ym−1\+\(ym−ym−1\)​\[sm​τ2\+δm−1​τ​\(1−τ\)\]sm\+\(δm\+δm−1−2​sm\)​τ​\(1−τ\),f\_\{m\}\(t\)=y\_\{m\-1\}\+\\frac\{\\left\(y\_\{m\}\-y\_\{m\-1\}\\right\)\\left\[s\_\{m\}\\tau^\{2\}\+\\delta\_\{m\-1\}\\tau\(1\-\\tau\)\\right\]\}\{s\_\{m\}\+\\left\(\\delta\_\{m\}\+\\delta\_\{m\-1\}\-2s\_\{m\}\\right\)\\tau\(1\-\\tau\)\},\(8\)wheresm=ym−ym−1wm−wm−1s\_\{m\}=\\frac\{y\_\{m\}\-y\_\{m\-1\}\}\{w\_\{m\}\-w\_\{m\-1\}\}andτ=t−wm−1wm−wm−1∈\[0,1\]\\tau=\\frac\{t\-w\_\{m\-1\}\}\{w\_\{m\}\-w\_\{m\-1\}\}\\in\[0,1\]\. By substitutingτ=0\\tau=0\(i\.e\.,t=wm−1t=w\_\{m\-1\}\) andτ=1\\tau=1\(i\.e\.,t=wmt=w\_\{m\}\) into Eq\.[8](https://arxiv.org/html/2607.01752#S5.E8)and its corresponding derivative, we obtain:

fm​\(wm−1\)\\displaystyle f\_\{m\}\(w\_\{m\-1\}\)=ym−1,\\displaystyle=y\_\{m\-1\},\\quadfm​\(wm\)\\displaystyle f\_\{m\}\(w\_\{m\}\)=ym,\\displaystyle=y\_\{m\},\(9\)fm′​\(wm−1\)\\displaystyle f^\{\\prime\}\_\{m\}\(w\_\{m\-1\}\)=δm−1,\\displaystyle=\\delta\_\{m\-1\},\\quadfm′​\(wm\)\\displaystyle f^\{\\prime\}\_\{m\}\(w\_\{m\}\)=δm\.\\displaystyle=\\delta\_\{m\}\.This implies that an RQS spline piece is uniquely determined by its boundary constants\(ym−1,ym\)\(y\_\{m\-1\},y\_\{m\}\)and derivatives\(δm−1,δm\)\(\\delta\_\{m\-1\},\\delta\_\{m\}\)\. Therefore, as long as adjacent splines share the same structural parameters\{\(wm,ym,δm\)\}m=0M\\\{\(w\_\{m\},y\_\{m\},\\delta\_\{m\}\)\\\}\_\{m=0\}^\{M\}, they are connected with exactC1C^\{1\}\-continuity\. Consequently, all existing monotone splines can act as the basis for MAS interpolation\. In Appendix B, we discuss several specific variations and their implementation\.

![Refer to caption](https://arxiv.org/html/2607.01752v1/x2.png)Figure 2:Implementation of MAS interpolation\. The history encoder maps past events into a hidden representation, from which an MLP predicts positive interval widths, cumulative increments, and knot derivatives; cumulative summation then constructs an MAS interpolation\.Parameterization of MAS Interpolation: Next, we discuss how the MAS interpolation is implemented\. In practice, the defining parameters of MAS—the interpolation knots\{wm\(n\)\}m=1M\\\{w^\{\(n\)\}\_\{m\}\\\}\_\{m=1\}^\{M\}, cumulative function values\{ym\(n\)\}m=1M\\\{y^\{\(n\)\}\_\{m\}\\\}\_\{m=1\}^\{M\}, and derivatives\{δm\(n\)\}m=1M\\\{\\delta^\{\(n\)\}\_\{m\}\\\}\_\{m=1\}^\{M\}—are all unknown and must be derived from historical data using autoregressive or recurrent encoders\. Specifically, at timestamptnt\_\{n\}, we employ an encoder \(e\.g\., a Transformer\[[48](https://arxiv.org/html/2607.01752#bib.bib134)\], parameterized byθ1\\theta\_\{1\}\) to compress the event historyℋtn\\mathcal\{H\}\_\{t\_\{n\}\}into an embedding𝐡n\\mathbf\{h\}\_\{n\}\. Then, an MLP \(parameterized byθ2\\theta\_\{2\}\) followed by a Softplus activation function maps𝐡n\\mathbf\{h\}\_\{n\}to strictly positive step intervals \(Δ​wm,Δ​ym,δm\\Delta w\_\{m\},\\Delta y\_\{m\},\\delta\_\{m\}\)\. The knots are obtained cumulatively:

wm\(n\)=wm−1\(n\)\+Δ​wm,ym\(n\)=ym−1\(n\)\+Δ​ym\.\\displaystyle w^\{\(n\)\}\_\{m\}=w^\{\(n\)\}\_\{m\-1\}\+\\Delta w\_\{m\},\\ \\ y^\{\(n\)\}\_\{m\}=y^\{\(n\)\}\_\{m\-1\}\+\\Delta y\_\{m\}\.To ensure the seamless concatenation of consecutive CCIF sequences at event boundaries \(theC0C^\{0\}\-continuity requirement\), we setw0\(n\)=tnw^\{\(n\)\}\_\{0\}=t\_\{n\}andy0\(n\)=Λ∗\(n−1\)​\(tn\)y^\{\(n\)\}\_\{0\}=\\Lambda^\{\*\(n\-1\)\}\(t\_\{n\}\)\. For adjacent interpolation segments, the network only predicts a single common derivativeδm\(n\)\\delta^\{\(n\)\}\_\{m\}at knotwm\(n\)w^\{\(n\)\}\_\{m\}, natively forcingfm,θ∗\(n\)f^\{\*\(n\)\}\_\{m,\\theta\}andfm\+1,θ∗\(n\)f^\{\*\(n\)\}\_\{m\+1,\\theta\}to share the identical gradient\.

Fitting Ability of MAS Interpolation:By introducing piecewise monotone splines, the fitting capability of MAS is significantly enhanced\. Unlike MNNs, the theoretically superior expressiveness of MAS can be rigorously supported\. Specifically, shorter interpolation intervals allow the MAS interpolation to approximate the ground\-truthΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)more accurately\.Formally, we obtain the following theorem\.

###### Theorem 4\.

Suppose the MAS interpolation support can extend to infinity, i\.e\.,wM\(n\)→∞w^\{\(n\)\}\_\{M\}\\to\\infty\. Then, for any ground\-truthΛ∗​\(t\)\\Lambda^\{\*\}\(t\), there exists an MAS representationΛθ∗​\(t\)=∑n=0Nℐ\(tn,tn\+1\]​Λθ∗\(n\)​\(t\)\\Lambda\_\{\\theta\}^\{\*\}\(t\)=\\sum\_\{n=0\}^\{N\}\\mathcal\{I\}\_\{\(t\_\{n\},t\_\{n\+1\}\]\}\\Lambda\_\{\\theta\}^\{\*\(n\)\}\(t\), such that:

‖Λ∗​\(t\)−Λθ∗​\(t\)‖0≤12​C0​Δ2,\\\|\\Lambda^\{\*\}\(t\)\-\\Lambda\_\{\\theta\}^\{\*\}\(t\)\\\|\_\{0\}\\leq\\frac\{1\}\{2\}C\_\{0\}\\Delta^\{2\},\(10\)where‖f​\(t\)‖0=supt\>0​\|f​\(t\)\|\\\|f\(t\)\\\|\_\{0\}=\\underset\{t\>0\}\{\\sup\}\|f\(t\)\|,Δ\\Deltais the maximum interpolation interval, andC0C\_\{0\}is a constant independent of the data distribution\. Furthermore, there exists anΛθ∗​\(t\)\\Lambda\_\{\\theta\}^\{\*\}\(t\), such that,

‖Λ∗⁣′​\(t\)−Λθ∗⁣′​\(t\)‖0≤C0​Δ,\\\|\\Lambda^\{\*\\prime\}\(t\)\-\\Lambda\_\{\\theta\}^\{\*\\prime\}\(t\)\\\|\_\{0\}\\leq C\_\{0\}\\Delta,\(11\)where, at the timestamptnt\_\{n\}, the above derivatives are taken as the left\-hand derivatives\.

[Theorem4](https://arxiv.org/html/2607.01752#Thmtheorem4)states that MAS fits any ground\-truth CIF and CCIF provided that the interpolation intervals are sufficiently small, which implies its fitting performance is comparable to any other TPP parameterization\.

### V\-BMAS Extrapolation

Next, we discuss another necessary component, MAS extrapolation, and how it is implemented\.[Theorem4](https://arxiv.org/html/2607.01752#Thmtheorem4)assumes that the MAS interpolation support can extend to infinity, i\.e\.,wM\(n\)→∞w^\{\(n\)\}\_\{M\}\\to\\infty\. However, in practice, this is not possible\. Therefore, an additional monotonic extrapolation functiongθ∗\(n\)​\(t\)g^\{\*\(n\)\}\_\{\\theta\}\(t\)must be used to modelΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)over\(wM\(n\),∞\)\(w^\{\(n\)\}\_\{M\},\\infty\)\. It is worth noting that most monotone splines \(without any additional tail design\) are based on polynomials, which do not guarantee monotonicity outside the interpolation interval\. Taking the RQS in[Equation8](https://arxiv.org/html/2607.01752#S5.E8)as an example, whensm\(n\)s^\{\(n\)\}\_\{m\}is smaller thanδm−1\(n\)\\delta^\{\(n\)\}\_\{m\-1\}andttis sufficiently large,fm\(n\)​\(t\)f^\{\(n\)\}\_\{m\}\(t\)becomes monotonically decreasing and can even take negative values\. See[Fig\.3](https://arxiv.org/html/2607.01752#S5.F3)for an illustration\. Thus, an alternative parameterization is required forgθ∗\(n\)​\(t\)g^\{\*\(n\)\}\_\{\\theta\}\(t\)in[Equation6](https://arxiv.org/html/2607.01752#S5.E6)to ensure the global monotonicity ofΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)over\(wM\(n\),∞\)\(w^\{\(n\)\}\_\{M\},\\infty\)\.

![Refer to caption](https://arxiv.org/html/2607.01752v1/x3.png)Figure 3:Comparison between MAS and a standalone monotone spline\. A monotone spline may fail to preserve monotonicity outside its interpolation support, whereas MAS attaches a monotone extrapolation function after the final knot to maintain global monotonicity and smooth connection of the CCIF\.In implementation,gθ∗\(n\)​\(t\)g^\{\*\(n\)\}\_\{\\theta\}\(t\)can be a linear functiongθ∗\(n\)​\(t\)=a​t\+bg^\{\*\(n\)\}\_\{\\theta\}\(t\)=at\+bwitha,b\>0a,b\>0, or a linear\-plus\-exponential functiongθ∗\(n\)​\(t\)=c\+b​t−exp⁡\(−a​t\)g^\{\*\(n\)\}\_\{\\theta\}\(t\)=c\+bt\-\\exp\(\-at\)witha,b,c\>0a,b,c\>0\. Similar to the MAS interpolation, the parametersaa,bb, andccare predicted from the history embedding𝐡n\\mathbf\{h\}\_\{n\}by the MLP\. Notably, when connecting the interpolation and the extrapolation at the final knotwM\(n\)w^\{\(n\)\}\_\{M\}, we must guarantee[Equation7](https://arxiv.org/html/2607.01752#S5.E7)\. To ensure this smoothness easily, we first determine the extrapolation functiongθ∗\(n\)​\(t\)g^\{\*\(n\)\}\_\{\\theta\}\(t\)from the network\. Then, we strictly assign the final knot target asyM\(n\)=gθ∗\(n\)​\(wM\(n\)\)y^\{\(n\)\}\_\{M\}=g^\{\*\(n\)\}\_\{\\theta\}\(w^\{\(n\)\}\_\{M\}\)and the final derivative target asδM\(n\)=gθ∗\(n\)⁣′​\(wM\(n\)\)\\delta^\{\(n\)\}\_\{M\}=g^\{\*\(n\)\\prime\}\_\{\\theta\}\(w^\{\(n\)\}\_\{M\}\)\. According to the properties of monotone splines in[Equation9](https://arxiv.org/html/2607.01752#S5.E9), substituting these targets shapes the final interpolation piecefMf\_\{M\}, satisfying the strictC1C^\{1\}\-continuity ofΛ∗\(n\)​\(t\)\\Lambda^\{\*\(n\)\}\(t\)\.

Equivalence to Classical TPPs: As an important hyperparameter in[Equation6](https://arxiv.org/html/2607.01752#S5.E6), a largerwM\(n\)w^\{\(n\)\}\_\{M\}increases the contribution of piecewise monotone spline interpolation, enhancing the model’s fitting performance\. Conversely, a smallerwM\(n\)w^\{\(n\)\}\_\{M\}amplifies the influence of the extrapolation component, improving the model’s generalization performance \(further discussed in[SectionVI](https://arxiv.org/html/2607.01752#S6)\)\. Notably, whenwM\(n\)=tnw^\{\(n\)\}\_\{M\}=t\_\{n\}, MAS reduces to classical TPP models\.

###### Corollary 4\.1\.

A homogeneous Poisson process with intensityμ\\mucan be expressed by an MAS with linear extrapolation, wherewM\(n\)=tnw^\{\(n\)\}\_\{M\}=t\_\{n\}andg∗\(n\)​\(t\)=μ​t,t∈\[tn,∞\)g^\{\*\(n\)\}\(t\)=\\mu t,t\\in\[t\_\{n\},\\infty\)\.

###### Corollary 4\.2\.

An exponential\-kernel Hawkes process with the intensity functionλ∗​\(t\)=μ\+∑tn<tα​exp⁡\(−β​\(t−tn\)\)\\lambda^\{\*\}\(t\)=\\mu\+\\sum\_\{t\_\{n\}<t\}\\alpha\\exp\(\-\\beta\(t\-t\_\{n\}\)\)can be expressed by an MAS with the sum of linear and exponential extrapolations, wherewM\(n\)=tnw^\{\(n\)\}\_\{M\}=t\_\{n\}andg∗\(n\)​\(t\)=μ​t\+αβ​∑i=1n\(1−exp⁡\(−β​\(t−ti\)\)\),t∈\[tn,∞\)g^\{\*\(n\)\}\(t\)=\\mu t\+\\frac\{\\alpha\}\{\\beta\}\\sum\_\{i=1\}^\{n\}\(1\-\\exp\(\-\\beta\(t\-t\_\{i\}\)\)\),t\\in\[t\_\{n\},\\infty\)\.

Similar to the two corollaries above, other classical TPPs can also be represented within the MAS framework\. By incorporating the piecewise monotone spline interpolation component, MAS extends classical TPPs and significantly enhances the model’s flexibility\.

### V\-CEfficiency of MAS

MAS also enjoys superior efficiency compared to MNN\-based methods\. During the model training process using MLE, MAS does not require automatic differentiation to compute time derivatives at each timestamp in[Equation3](https://arxiv.org/html/2607.01752#S3.E3), since all monotone splines have analytical derivatives\. While automatic differentiation is necessary for MNN\-based methods to recover the intensity from the CCIF, MAS avoids this derivative\-computation step and further improves computational efficiency\. In Appendix B, we provide a derivation of the analytical derivative for RQS\.

### V\-DMAS for Multivariate TPPs

MAS can be extended to multivariate TPPs\. If the multivariate TPPs consist ofKKdifferent event types, we can useKKMAS models to representKKCCIFs\. Given the event history\{\(t1,k1\),…,\(tn,kn\)\}\\\{\(t\_\{1\},k\_\{1\}\),\\dots,\(t\_\{n\},k\_\{n\}\)\\\}, a Transformer \(parameterized byθ1\\theta\_\{1\}\) is employed to encode the historical information into a history embedding𝐡n\\mathbf\{h\}\_\{n\}\. Then,𝐡n\\mathbf\{h\}\_\{n\}is mapped byKKdifferent MLPs followed by Softplus \(parameterized byθ2,1,…,θ2,K\\theta\_\{2,1\},\\dots,\\theta\_\{2,K\}\) toKKsets of distinct variables forKKMAS models\. Consequently, we obtainΛ1∗​\(t\),…,ΛK∗​\(t\)\\Lambda\_\{1\}^\{\*\}\(t\),\\dots,\\Lambda\_\{K\}^\{\*\}\(t\)\. The overall model parameters are given byθ=\{θ1,θ2,1,…,θ2,K\}\\theta=\\\{\\theta\_\{1\},\\theta\_\{2,1\},\\dots,\\theta\_\{2,K\}\\\}\. Subsequently, we train the model using[Equation3](https://arxiv.org/html/2607.01752#S3.E3)and utilize[Equation2](https://arxiv.org/html/2607.01752#S3.E2)to predict the next timestamp and event type\.

## VIGeneralization Analysis

This section explores the theoretical generalization guarantees of Monotone Alternating Splines \(MAS\)\. We systematically outline our analysis in three aspects: first, we establish the generalization bound of MAS; second, we formally prove its theoretical superiority over conventional MNNs in overcoming inherent approximation barriers; and finally, we provide principled guidelines for MAS hyperparameter selection based on the established bounds\.

### VI\-AGeneralization Bound of MAS

To assess the model’s reliability on unseen data, we evaluate the gap between the empirical negative log\-likelihood and its expectation\. Suppose the training set consists ofZZi\.i\.d\. point process sequencesS1,…,SZS\_\{1\},\\dots,S\_\{Z\}on the time window\[0,T\]\[0,T\]\. Thenn\-th timestamp of thezz\-th sequence is denoted astz​nt\_\{zn\}\. For simplicity, we consider the univariate case, where the max sequence length isN0N\_\{0\}\. Without loss of generality, we assume the interpolation interval is a constantΔ\>0\\Delta\>0\. The empirical loss is defined as the averaged negative log\-likelihood over all sequences:ℒ^:=−1Z​∑z=1Z1T​log⁡p​\(Sz\)\\mathcal\{\\widehat\{L\}\}:=\-\\frac\{1\}\{Z\}\\sum\_\{z=1\}^\{Z\}\\frac\{1\}\{T\}\\log p\(S\_\{z\}\)\. We train the model by minimizingℒ^\\mathcal\{\\widehat\{L\}\}and are interested in its expected value over the data distribution, denoted asℒ:=𝔼​\[ℒ^\]\\mathcal\{\{L\}\}:=\\mathbb\{E\}\[\\mathcal\{\\widehat\{L\}\}\]\. We can first obtain the following lemma\.

###### Lemma 1\.

Given a sequenceSz=\{tz​1,⋯,tz​N\}S\_\{z\}=\\\{t\_\{z1\},\\cdots,t\_\{zN\}\\\}withN≤N0N\\leq N\_\{0\}and an MAS modelΛθ∗​\(t\)\{\\Lambda\}^\{\*\}\_\{\\theta\}\(t\)determined by parameterθ\\thetaorη\\eta, the negative log\-likelihood loss−log⁡pθ​\(Sz\)\-\\log p\_\{\\theta\}\(S\_\{z\}\)is Lipschitz continuous w\.r\.t\.θ\\theta:

‖\(−log⁡pθ​\(Sz\)\)−\(−log⁡pη​\(Sz\)\)‖≤C1T​∑n=1Nrn​‖θ−η‖,\\left\\\|\(\-\\log p\_\{\\theta\}\(S\_\{z\}\)\)\-\(\-\\log p\_\{\\eta\}\(S\_\{z\}\)\)\\right\\\|\\leq\\frac\{C\_\{1\}\}\{T\}\\sum\_\{n=1\}^\{N\}r\_\{n\}\\left\\\|\\theta\-\\eta\\right\\\|,wherern=mr\_\{n\}=mifwm−1\(n\)≤tz​n≤wm\(n\)w\_\{m\-1\}^\{\(n\)\}\\leq t\_\{zn\}\\leq w\_\{m\}^\{\(n\)\}, andC1C\_\{1\}is a structural constant independent of the data distribution\.

Then, we can derive the error bound betweenℒ\\mathcal\{L\}andℒ^\\widehat\{\\mathcal\{L\}\}\.

###### Theorem 5\.

Suppose there areMMvalid interpolation knots within a MAS segment\. Then, with probability1−ξ1\-\\xi:

\|ℒ^−𝔼​\[ℒ^\]\|≤1Z​\(12​log⁡1ξ\+C2​N0​M​∫0cC3−log⁡t​𝑑t\),\\resizebox\{433\.62pt\}\{\}\{$\\left\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]\\right\|\\leq\\frac\{1\}\{\\sqrt\{Z\}\}\\left\(\\frac\{1\}\{2\}\\sqrt\{\\log\\frac\{1\}\{\\xi\}\}\+C\_\{2\}\\sqrt\{N\_\{0\}M\}\\int\_\{0\}^\{c\}\\sqrt\{C\_\{3\}\-\\log t\}\\,dt\\right\)$\},wherec,C2,C3c,C\_\{2\},C\_\{3\}are data\-independent constants\.

[Theorem5](https://arxiv.org/html/2607.01752#Thmtheorem5)offers the bound between the empirical negative log\-likelihood and its expectation, implying minimizing the empirical lossℒ^\\widehat\{\\mathcal\{L\}\}helps reduce the expected loss𝔼​\[ℒ^\]\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]\. Taking a step forward, we combine[Theorem4](https://arxiv.org/html/2607.01752#Thmtheorem4)and[Theorem5](https://arxiv.org/html/2607.01752#Thmtheorem5)to derive the upper bound for MAS’s generalized error\.

###### Theorem 6\.

Suppose the total interpolation length of MAS is a fixed constantLL, and each interval of the monotone spline has lengthΔ\\Delta\. Then, with probability at least1−ξ1\-\\xi:

𝔼​\[ℒ^\]\\displaystyle\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]≤ℒ∗\+12​Z​log⁡1ξ⏟probability error\+BT⋅L⏟extrapolation error\\displaystyle\\leq\{\\mathcal\{L\}^\{\*\}\}\+\\underbrace\{\\frac\{1\}\{2\\sqrt\{Z\}\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\}\_\{\\textnormal\{probability error\}\}\+\\underbrace\{\\frac\{B\}\{T\\cdot L\}\}\_\{\\textnormal\{extrapolation error\}\}\(12\)\+C0​\(ΔC4\+Δ22\)⏟interpolation error\+C2Z​LΔ​R​\(L,Δ\)⏟complexity error,\\displaystyle\+\\underbrace\{C\_\{0\}\\left\(\\frac\{\\Delta\}\{C\_\{4\}\}\+\\frac\{\\Delta^\{2\}\}\{2\}\\right\)\}\_\{\\textnormal\{interpolation error\}\}\+\\underbrace\{\\frac\{C\_\{2\}\}\{\\sqrt\{Z\}\}\\frac\{\\sqrt\{L\}\}\{\\sqrt\{\\Delta\}\}R\(L,\\Delta\)\}\_\{\\textnormal\{complexity error\}\},whereℒ∗\\mathcal\{L\}^\{\*\}is the optimal negative log\-likelihood induced by the ground\-truth CCIF,B,C0,C2,C4B,C\_\{0\},C\_\{2\},C\_\{4\}are constants independent of sampling randomness, andR​\(L,Δ\)R\(L,\\Delta\)is a constant monotonically increasing asLLincreases orΔ\\Deltadecreases\.

In Theorem[6](https://arxiv.org/html/2607.01752#Thmtheorem6), excluding the probability error, the core estimation errors are decomposed into three interpretable parts\. First, theinterpolation errorC0​\(ΔC4\+Δ22\)C\_\{0\}\\left\(\\frac\{\\Delta\}\{C\_\{4\}\}\+\\frac\{\\Delta^\{2\}\}\{2\}\\right\)decreases as the interpolation intervalΔ\\Deltashrinks, as a smallerΔ\\Deltaleads to a more accurate fit to the ground\-truth CCIF\. Second, theextrapolation errorBT⋅L\\frac\{B\}\{T\\cdot L\}decreases as the total interpolation lengthLLincreases\. As the contribution of the interpolation part becomes larger, the influence of the extrapolation part diminishes\. Finally, thecomplexity errorC2Z​LΔ​R​\(L,Δ\)\\frac\{C\_\{2\}\}\{\\sqrt\{Z\}\}\\frac\{\\sqrt\{L\}\}\{\\sqrt\{\\Delta\}\}R\(L,\\Delta\)increases as the number of parameters in MAS increases, implying higher model complexity\.

### VI\-BTheoretical Superiority over MNNs

As highlighted in Section[IV](https://arxiv.org/html/2607.01752#S4), due to the inevitable convexity restriction, convex MNNs fundamentally fail to capture TPPs with decaying CIFs\. We formally quantify this limitation as an irreducible error bound\.

###### Theorem 7\.

LetΛ∗​\(t\)\\Lambda^\{\*\}\(t\)be the ground\-truth CCIF governed by a history\-dependent TPP exhibiting decaying excited intensity on an interval\[tn,tn\+Tw\]\[t\_\{n\},t\_\{n\}\+T\_\{w\}\]\. Suppose the actual decay causes the true intensityλ∗​\(t\)\\lambda^\{\*\}\(t\)to drop strictly by a marginγ\>0\\gamma\>0\(i\.e\.,λ∗​\(tn\+\)−λ∗​\(tn\+Tw\)=γ\\lambda^\{\*\}\(t\_\{n\}^\{\+\}\)\-\\lambda^\{\*\}\(t\_\{n\}\+T\_\{w\}\)=\\gamma\)\. For any estimated intensityλ^​\(t\)\\hat\{\\lambda\}\(t\)modeled by a given neural architecture, we define its maximum approximation error over the decaying window as:

Error​\(λ^\):=supt∈\[tn,tn\+Tw\]\|λ∗​\(t\)−λ^​\(t\)\|\.\\text\{Error\}\(\\hat\{\\lambda\}\):=\\sup\_\{t\\in\[t\_\{n\},t\_\{n\}\+T\_\{w\}\]\}\|\\lambda^\{\*\}\(t\)\-\\hat\{\\lambda\}\(t\)\|\.LetΛMNN​\(t\)\\Lambda\_\{\\text\{MNN\}\}\(t\)be parameterized by any strictly convex MNN \(forcingλMNN′​\(t\)≥0\\lambda\_\{\\text\{MNN\}\}^\{\\prime\}\(t\)\\geq 0\), and letΛMAS​\(t\)\\Lambda\_\{\\text\{MAS\}\}\(t\)be parameterized by MAS with a maximum knot intervalΔ\\Delta\. The approximation gap between the MNN and MAS estimators satisfies the following intrinsic lower bound:

infMNNError​\(λMNN\)−Error​\(λMAS\)≥γ2−C0​Δ\.\\inf\_\{\\text\{MNN\}\}\\,\\text\{Error\}\(\\lambda\_\{\\text\{MNN\}\}\)\-\\text\{Error\}\(\\lambda\_\{\\text\{MAS\}\}\)\\geq\\frac\{\\gamma\}\{2\}\-C\_\{0\}\\Delta\.\(13\)

[Theorem7](https://arxiv.org/html/2607.01752#Thmtheorem7)reveals that, for any sufficiently fine\-grained MAS configuration satisfyingΔ<γ2​C0\\Delta<\\frac\{\\gamma\}\{2C\_\{0\}\}, MAS achieves a strictly smaller approximation error than MNNs\. The error gap mathematically proves that MAS breaks the inherent approximation deadlock of continuous MNNs\.

### VI\-CHyperparameter Selection for MAS

Beyond theoretical comparisons,[Theorem6](https://arxiv.org/html/2607.01752#Thmtheorem6)also offers guidance on selecting hyperparameters\. Given a fixed sample sizeZZ, two important hyperparameters,Δ\\DeltaandLL, can be chosen by minimizing the bound in[Equation12](https://arxiv.org/html/2607.01752#S6.E12), as is presented in the following corollary\.

###### Corollary 7\.1\.

In[Theorem6](https://arxiv.org/html/2607.01752#Thmtheorem6), when the generalization bound is minimized, the total interpolation lengthLLand interpolation intervalΔ\\Deltasatisfy:

L≥𝔼​\[ti\]⋅λminl1,Δ≤CΔ​\(N0​q\)13​λmin56​\(𝔼​\[ti\]\)16Z13​l156,L\\geq\\sqrt\{\\frac\{\\mathbb\{E\}\[t\_\{i\}\]\\cdot\\lambda\_\{\\text\{min\}\}\}\{l\_\{1\}\}\},\\quad\\Delta\\leq C\_\{\\Delta\}\\frac\{\(N\_\{0\}q\)^\{\\frac\{1\}\{3\}\}\\lambda\_\{\\text\{min\}\}^\{\\frac\{5\}\{6\}\}\(\\mathbb\{E\}\[t\_\{i\}\]\)^\{\\frac\{1\}\{6\}\}\}\{Z^\{\\frac\{1\}\{3\}\}l\_\{1\}^\{\\frac\{5\}\{6\}\}\},\\vskip\-3\.0pt\(14\)where𝔼​\[ti\]\\mathbb\{E\}\[t\_\{i\}\]represents the expectation of the event interval,qqis the number of free parameters per interpolation knot,λmin\\lambda\_\{\\text\{min\}\}is the base intensity during\[0,T\]\[0,T\],l1l\_\{1\}is the Lipschitz constant of the intensity during event intervals, andCΔC\_\{\\Delta\}is a data\-independent constant\. Specifically, for anyτ1,τ2\\tau\_\{1\},\\tau\_\{2\}s\.t\.tz,i<τ1<τ2<tz,i\+1t\_\{z,i\}<\\tau\_\{1\}<\\tau\_\{2\}<t\_\{z,i\+1\},\|λ​\(τ1\)−λ​\(τ2\)\|≤l1​\|τ1−τ2\|\|\\lambda\(\\tau\_\{1\}\)\-\\lambda\(\\tau\_\{2\}\)\|\\leq l\_\{1\}\|\\tau\_\{1\}\-\\tau\_\{2\}\|\.

According to Corollary[7\.1](https://arxiv.org/html/2607.01752#Thmtheorem7.Thmcorollary1), hyperparametersLLandΔ\\Deltadepend on two dataset\-specific quantities: \(1\) the expected inter\-event time𝔼​\[ti\]\\mathbb\{E\}\[t\_\{i\}\], and \(2\) the degree of temporal variability in the TPP intensity, captured by its Lipschitz constantl1l\_\{1\}\. As𝔼​\[ti\]\\mathbb\{E\}\[t\_\{i\}\]grows, a longer interpolation horizon, i\.e\., a largerLL, is required to track changes in the CCIF accurately\. Moreover, as the intensity fluctuation, reflected byl1l\_\{1\}, becomes sharper, MAS should provide a finer\-grained approximation, which requires a smallerΔ\\Delta\. A larger sample sizeZZalso supports a finer interpolation resolution, while a larger per\-knot freedomqqor longer maximum sequence lengthN0N\_\{0\}requires a coarser interval to control complexity\. Furthermore, Corollary[7\.1](https://arxiv.org/html/2607.01752#Thmtheorem7.Thmcorollary1)provides a simple plug\-in strategy for selectingLLandΔ\\Delta: For synthetic datasets where the functional form of the intensity is known,l1l\_\{1\},λmin\\lambda\_\{\\min\}, and𝔼​\[ti\]\\mathbb\{E\}\[t\_\{i\}\]can be estimated directly from samples, yielding an approximate lower bound forLLand an approximate upper bound forΔ\\Delta\. For general real\-world datasets, inspired by Scott’s rule\[[17](https://arxiv.org/html/2607.01752#bib.bib1)\], we suggest assuming that the data follow a classic TPP, e\.g\., exponential\-kernel Hawkes process, and estimatingLLandΔ\\Deltaaccordingly\. GivenLLandΔ\\Delta, the number of interpolation knotsppcan also be calculated asp=L/Δp=L/\\Delta\.

It is worth noting that, although[Theorem6](https://arxiv.org/html/2607.01752#Thmtheorem6)shows that an excessively largeLLand an overly smallΔ\\Deltamay lead to overfitting and thus increased generalization error, such overfitting can be effectively mitigated by standard training techniques \(e\.g\., dropout\[[37](https://arxiv.org/html/2607.01752#bib.bib244)\]or SGD\-based optimization\[[19](https://arxiv.org/html/2607.01752#bib.bib245)\]\)\. In practice, we observe that this overfitting effect is mild\. Therefore, we recommend using a moderately largeLLand a relatively fineΔ\\Delta, consistent with the bounds provided in Corollary[7\.1](https://arxiv.org/html/2607.01752#Thmtheorem7.Thmcorollary1)\.

## VIIExperiments

![Refer to caption](https://arxiv.org/html/2607.01752v1/x4.png)

\(a\)Hawkes1 CIF
![Refer to caption](https://arxiv.org/html/2607.01752v1/x5.png)

\(b\)Self\-correcting CIF
![Refer to caption](https://arxiv.org/html/2607.01752v1/x6.png)

\(c\)Hawkes1 CCIF
![Refer to caption](https://arxiv.org/html/2607.01752v1/x7.png)

\(d\)Self\-correcting CCIF
![Refer to caption](https://arxiv.org/html/2607.01752v1/x8.png)

\(e\)Training Time

Figure 4:Qualitative intensity estimation and efficiency of MAS\. The first four panels compare the estimated and ground\-truth CIF/CCIF on the Hawkes1 and Self\-correcting datasets, while the last panel reports training time under matched model sizes, showing that MAS captures temporal dynamics with favorable computational efficiency\.TABLE I:Performance comparison between baselines and MAS on the univariate datasets w\.r\.t\. NLL and RMSE\. The best is highlighted inbold, the second\-bestunderlined\. Standard deviations are reported in parentheses\.This section presents the performance of MAS compared to other baseline models\. We also evaluate the efficiency of MAS relative to other CCIF\- or CIF\-based methods\. An ablation study is conducted at the end of the experiment\.

### VII\-ABaselines, Evaluation Metrics and Experiment Setups

Baselines: For experiment baselines, we systematically categorize thirteen representative models into four paradigms:

- •Parametric Models:Inhomogeneous Poisson Process \(IPP\)\[[7](https://arxiv.org/html/2607.01752#bib.bib16)\]and the standardHawkesprocess\[[15](https://arxiv.org/html/2607.01752#bib.bib17)\]\.
- •CIF Models:Approaches that directly parameterize the CIF, includingRMTPP\[[9](https://arxiv.org/html/2607.01752#bib.bib133)\],THP\[[48](https://arxiv.org/html/2607.01752#bib.bib134)\], andSAHP\[[43](https://arxiv.org/html/2607.01752#bib.bib227)\]\.
- •MNN\-based CCIF Models:Approaches that leverage continuous MNNs to model the CCIF, likeFullyNN\[[30](https://arxiv.org/html/2607.01752#bib.bib192)\],EMTPP\[[24](https://arxiv.org/html/2607.01752#bib.bib220)\], andCuFun\[[39](https://arxiv.org/html/2607.01752#bib.bib236)\]\.
- •Integral/Intensity\-Free and other state\-of\-the\-art Models:Alternative flow\-based or score\-matching\-based models, includingIFTPP\[[34](https://arxiv.org/html/2607.01752#bib.bib193)\],TriTPP\[[35](https://arxiv.org/html/2607.01752#bib.bib191)\]andWSM\[[4](https://arxiv.org/html/2607.01752#bib.bib228)\]\. We also compare other state\-of\-the\-art models likeHYPRO\[[42](https://arxiv.org/html/2607.01752#bib.bib243)\]andDTPP\[[31](https://arxiv.org/html/2607.01752#bib.bib221)\]\.

Some baselines, such as IPP, Hawkes, FullyNN, and TriTPP, only consider the univariate case in their original implementations\. Therefore, our experiments are divided into two parts\. First, we compare the performance of MAS with all baselines on univariate synthetic data\. Then, we evaluate MAS on multivariate real\-world datasets, comparing it with multivariate baselines, including RMTPP, THP, SAHP, EMTPP, IFTPP, WSM, CuFun, HYPRO, and DTPP\.

Metrics: We use three evaluation metrics: negative log\-likelihood \(NLL\), root\-mean\-square error \(RMSE\) of predicted timestamps, and accuracy \(ACC\) of predicted event types\. The log\-likelihood, predicted timestamps, and event types are computed based on[Equations1](https://arxiv.org/html/2607.01752#S3.E1)and[2](https://arxiv.org/html/2607.01752#S3.E2)\.

Experimental Setup: To ensure the performance gains solely originate from our proposed spline\-based CCIF formulation rather than the capacity of the history encoder, we rigorously align the encoder architecture\. Specifically, MAS, FullyNN, THP, EMTPP, and WSM are all uniformly equipped with an identically configured Transformer network \(1 layer, 16 attention heads, 64\-dimensional model size\) to extract the history embedding\. Furthermore, since continuous MNNs \(e\.g\., FullyNN, EMTPP\) are highly sensitive to large numerical inputs and prone to encountering convergence failures during optimization, we applied a uniform timestamp scaling strategy \(e\.g\., dividing inter\-event times by 10 or 100 depending on the absolute scale of the datasets\)\. All baselines were retrained and evaluated under the exact same scaled configurations, identical learning rate \(0\.0010\.001\), fixed batch size \(6464\), and identical60%−20%−20%60\\%\-20\\%\-20\\%train\-validation\-test splits\. For MAS, we incorporate 10 knots for the interpolation component, using RQS as the interpolation monotone spline and a linear\-plus\-exponential functiong​\(t\)=c\+b​t−exp⁡\(−a​t\)g\(t\)=c\+bt\-\\exp\(\-at\)as the extrapolation function\. The interpolation supportLLis set to a constant\. All models are trained with the Adam optimizer, conducted on an RTX 4090 with 24GB of memory\. Details refer to Appendix C\.

### VII\-BSynthetic Univariate Data

Datasets: In the synthetic univariate experiment, we consider five datasets constructed by FullyNN\[[30](https://arxiv.org/html/2607.01752#bib.bib192)\]: two Hawkes processes \(1,2\) with different intensities, two renewal processes 1,2 \(stationary/non\-stationary\), and a self\-correcting process\. Details refer to Appendix C\.

TABLE II:Performance comparison between baselines and MAS on the multivariate real\-world datasets w\.r\.t\. NLL, ACC and RMSE\. The best is highlighted inbold, the second\-bestunderlined\. Standard deviations are reported in parentheses\.Results:[TableI](https://arxiv.org/html/2607.01752#S7.T1)presents the performance comparison between all baselines and MAS\. MAS achieved the best performance across most metrics on the majority of datasets\. This validates our theory that, by introducing piecewise monotone spline as the interpolation component, MAS is capable of fitting various ground\-truth CCIFs derived from different classical TPP\. In contrast, other traditional models \(e\.g\., IPP\) or deep Hawkes processes \(e\.g\., THP\) become less effective in characterizing other TPP\. Meanwhile, MAS also outperforms models that parametrize CCIF using MNNs in terms of fitting ability\.[Fig\.4](https://arxiv.org/html/2607.01752#S7.F4)shows MAS’s predicted CIF and CCIF for two datasets, implying MAS successfully captures the intensity patterns of different TPP\. A detailed comparison between MAS and FullyNN is provided in Appendix C, further validating the superiority of MAS over classic CCIF\-based methods\.

### VII\-CReal Multivariate Data

Datasets: We consider four real multivariate datasets:Taxi\[[40](https://arxiv.org/html/2607.01752#bib.bib238)\],Taobao\[[41](https://arxiv.org/html/2607.01752#bib.bib216)\],Retweet\[[47](https://arxiv.org/html/2607.01752#bib.bib237)\]andEarthquake\[[41](https://arxiv.org/html/2607.01752#bib.bib216)\]\. Detailed information is in Appendix C\.

Results:[TableII](https://arxiv.org/html/2607.01752#S7.T2)presents the performance comparison between all baselines and MAS\. On real\-world datasets, MAS once again achieved the best results across multiple metrics\. This further demonstrates the advantages of MAS in terms of flexibility and generalization, indicating that in multivariate scenarios, MAS successfully captures the interactions among multiple variables\. The success of MAS can be attributed to two factors: first, the inclusion of more interpolation knots along the timeline, which makes MAS more flexible than baseline models; second, the introduction of the extrapolation component, which ensures that MAS correctly simulates the CCIF while maintaining strong generalization ability\. Therefore, our model achieves greater flexibility compared to baseline models without compromising generalization\.

### VII\-DEfficiency Test

We further compare the computational efficiency of MAS against THP, RMTPP, and two CCIF\-based models, EMTPP and FullyNN\. To ensure a fair comparison, we roughly align the parameter counts of all models on the Hawkes1 dataset and record the actual training time over 50 epochs under identical settings\. As shown in[Fig\.4e](https://arxiv.org/html/2607.01752#S7.F4.sf5), MAS runs significantly faster than all four baselines, demonstrating that it is highly competitive in computational efficiency alongside its modeling accuracy\. The details are provided in Appendix C\. For EMTPP and FullyNN, automatic differentiation invariably increases the per\-step computational overhead and exacerbates backpropagation costs over long sequences and high\-dimensional parameter spaces\. In contrast, the explicitly decoupled piecewise interpolation and extrapolation components of MAS enable direct intensity evaluations within each time segment, eliminating the need for gradient flows or numerical approximations\. Ultimately, MAS delivers significantly lower training times and superior computational efficacy\.

### VII\-ELong Horizon Prediction

We further evaluate the long\-horizon prediction capabilities of MAS on the univariate Hawkes1 and multivariate TAXI datasets, comparing its performance against THP, EMTPP, and CuFun in forecasting the next 3, 5, and 10 events\. As shown in[TableIII](https://arxiv.org/html/2607.01752#S7.T3), MAS not only maintains high accuracy in short\-term predictions but also consistently outperforms the baselines as the forecasting horizon extends\. The sustained superiority of MAS in multi\-step scenarios indicates that it does not merely overfit localized intensity fluctuations immediately following an event; rather, it effectively leverages the extrapolation component to secure stable long\-term trends, thereby significantly mitigating cumulative error propagation\. For sequences exhibiting strong self\-exciting dynamics, such as Hawkes1, MAS precisely captures both the rapid intensity decay and subsequent re\-excitations\. Meanwhile, on multivariate datasets like TAXI, MAS seamlessly integrates shared history representations with highly expressive piecewise monotone splines, effectively modeling complex mutual interactions across different event types and consequently enhancing the joint forecasting accuracy for multiple future events\.

TABLE III:Long\-horizon results\. The best is inbold\.
### VII\-FAblation Study

Parameter Sensitivity: We conduct ablation studies to verify the contribution of each component in MAS\. We consider the following factors:\(1\)the type of interpolation monotone spline \(RQS/RLS\),\(2\)the type of extrapolation function \(linear/linear\-plus\-exponential\),\(3\)the interpolation support length \(L=4/6/10L=4/6/10\),\(4\)the number of interpolation knots \(p=5/10/50/100p=5/10/50/100\)\. The experiments are performed on the Taxi and Earthquake datasets, using NLL and ACC as metrics\. We set RQS interpolation, linear\-plus\-exponential extrapolation,L=6L=6, andp=10p=10as the default choices\.

TABLE IV:Ablation study results\. The best is inbold\.TAXIEARTHQUAKEComponentSettingNLL\(↓\\downarrow\)ACC\(↑\\uparrow\)NLL\(↓\\downarrow\)ACC\(↑\\uparrow\)\# Knots\(pp\)p=5\-0\.4600\.8990\.1850\.467p=10\-0\.4790\.9050\.1830\.470p=50\-0\.4670\.9010\.1800\.464p=100\-0\.4470\.8990\.2090\.441Length\(LL\)L=4\-0\.4270\.8970\.1900\.457L=6\-0\.4790\.9050\.1860\.470L=10\-0\.4240\.9040\.1720\.466Extrap\.exp\-0\.4790\.9050\.1860\.470linear\-0\.4600\.9000\.1800\.465Interp\.RQS\-0\.4790\.9050\.1860\.470RLS\-0\.4700\.9100\.1860\.466

As shown in[TableIV](https://arxiv.org/html/2607.01752#S7.T4), as the number of interpolation knotsppincreases and the interpolation support lengthLLextends, the model’s performance on both datasets first improves and then declines\. This validates our theoretical analysis: the increase in interpolation support length and the number of interpolation knots leads to a rise in the complexity error term in[Theorem6](https://arxiv.org/html/2607.01752#Thmtheorem6)\. This overfitting, however, is not severe\. Furthermore, MAS is insensitive to different interpolation and extrapolation functions\. We speculate that under the default settings \(L=6, p=10\), MAS already fits the CCIFs at sufficiently fine granularity, making different functions yield negligible differences\.

## VIIIConclusion

We propose a novel approach, MAS, for modeling the CCIF of TPPs\. Compared to MNNs, MAS offers greater generality, flexibility, and efficiency, and enjoys strong theoretical guarantees for both fitting and generalization\. We prove that the interpolation component of MAS enhances fitting performance, while the extrapolation component of MAS enhances generalization performance\. Extensive experiments demonstrate that MAS outperforms other CCIF\- and CIF\-based modeling methods on most univariate and multivariate benchmarks across multiple evaluation metrics\.

## References

- \[1\]\(2012\)Monotonicity\-preserving c2 rational cubic spline for monotone data\.Applied Mathematics and Computation219\(6\),pp\. 2885–2895\.Cited by:[§II\-D](https://arxiv.org/html/2607.01752#S2.SS4.p1.1)\.
- \[2\]E\. Bacry, I\. Mastromatteo, and J\. Muzy\(2015\)Hawkes processes in finance\.Market Microstructure and Liquidity1\(01\),pp\. 1550005\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1),[§II\-A](https://arxiv.org/html/2607.01752#S2.SS1.p1.1)\.
- \[3\]A\. G\. Baydin, B\. A\. Pearlmutter, A\. A\. Radul, and J\. M\. Siskind\(2018\)Automatic differentiation in machine learning: a survey\.Journal of machine learning research18\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p3.1)\.
- \[4\]H\. Cao, Z\. Meng, T\. Ke, and F\. Zhou\(2025\)Is score matching suitable for estimating point processes?\.Advances in Neural Information Processing Systems37,pp\. 23824–23851\.Cited by:[§C\-B](https://arxiv.org/html/2607.01752#A3.SS2.p1.1),[§C\-B](https://arxiv.org/html/2607.01752#A3.SS2.p4.1),[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1),[4th item](https://arxiv.org/html/2607.01752#S7.I1.i4.p1.1)\.
- \[5\]F\. Chen and W\. H\. Tan\(2018\)Marked self\-exciting point process modelling of information diffusion on twitter\.The Annals of Applied Statistics12\(4\),pp\. 2175–2196\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[6\]R\. T\. Chen, Y\. Rubanova, J\. Bettencourt, and D\. K\. Duvenaud\(2018\)Neural ordinary differential equations\.Advances in neural information processing systems31\.Cited by:[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1)\.
- \[7\]D\. J\. Daley and D\. Vere\-Jones\(2007\)An introduction to the theory of point processes: volume II: general theory and structure\.Springer Science & Business Media\.Cited by:[§II\-A](https://arxiv.org/html/2607.01752#S2.SS1.p1.1),[1st item](https://arxiv.org/html/2607.01752#S7.I1.i1.p1.1)\.
- \[8\]H\. M\. Dolatabadi, S\. Erfani, and C\. Leckie\(2020\)Invertible generative modeling using linear rational splines\.InInternational Conference on Artificial Intelligence and Statistics,pp\. 4236–4246\.Cited by:[§II\-D](https://arxiv.org/html/2607.01752#S2.SS4.p1.1)\.
- \[9\]N\. Du, H\. Dai, R\. Trivedi, U\. Upadhyay, M\. Gomez\-Rodriguez, and L\. Song\(2016\)Recurrent marked temporal point processes: embedding event history to vector\.InInternational Conference on Knowledge Discovery and Data Mining,Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1),[2nd item](https://arxiv.org/html/2607.01752#S7.I1.i2.p1.1)\.
- \[10\]C\. Durkan, A\. Bekasov, I\. Murray, and G\. Papamakarios\(2019\)Neural spline flows\.Advances in neural information processing systems32\.Cited by:[§II\-D](https://arxiv.org/html/2607.01752#S2.SS4.p1.1)\.
- \[11\]F\. N\. Fritsch and R\. E\. Carlson\(1980\)Monotone piecewise cubic interpolation\.SIAM Journal on Numerical Analysis17\(2\),pp\. 238–246\.Cited by:[§II\-D](https://arxiv.org/html/2607.01752#S2.SS4.p1.1)\.
- \[12\]G\. H\. Golub and J\. H\. Welsch\(1969\)Calculation of Gauss quadrature rules\.Mathematics of Computation23\(106\),pp\. 221–230\.Cited by:[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1)\.
- \[13\]J\. A\. Gregory and R\. Delbourgo\(1982\)Piecewise rational quadratic interpolation to monotonic data\.IMA Journal of Numerical Analysis2\(2\),pp\. 123–130\.Cited by:[§II\-D](https://arxiv.org/html/2607.01752#S2.SS4.p1.1)\.
- \[14\]W\. Hastings\(1970\)Monte Carlo sampling methods using Markov chains and their applications\.Biometrika,pp\. 97–109\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1)\.
- \[15\]A\. G\. Hawkes\(1971\)Spectra of some self\-exciting and mutually exciting point processes\.Biometrika58\(1\),pp\. 83–90\.Cited by:[§II\-A](https://arxiv.org/html/2607.01752#S2.SS1.p1.1),[1st item](https://arxiv.org/html/2607.01752#S7.I1.i1.p1.1)\.
- \[16\]A\. G\. Hawkes\(2018\)Hawkes processes and their applications to finance: a review\.Quantitative Finance18\(2\),pp\. 193–198\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[17\]M\. Hollander, D\. A\. Wolfe, and E\. Chicken\(2013\)Nonparametric statistical methods\.John Wiley & Sons\.Cited by:[§VI\-C](https://arxiv.org/html/2607.01752#S6.SS3.p2.24)\.
- \[18\]V\. Isham and M\. Westcott\(1979\)A self\-correcting point process\.Stochastic processes and their applications8\(3\),pp\. 335–347\.Cited by:[§II\-A](https://arxiv.org/html/2607.01752#S2.SS1.p1.1)\.
- \[19\]N\. S\. Keskar and R\. Socher\(2017\)Improving generalization performance by switching from adam to sgd\.arXiv preprint arXiv:1712\.07628\.Cited by:[§VI\-C](https://arxiv.org/html/2607.01752#S6.SS3.p3.4)\.
- \[20\]J\. F\. C\. Kingman\(1992\)Poisson processes\.Vol\.3,Clarendon Press\.Cited by:[§II\-A](https://arxiv.org/html/2607.01752#S2.SS1.p1.1)\.
- \[21\]V\. Koltchinskii\(2001\)Rademacher penalties and structural risk minimization\.IEEE Trans\. Inf\. Theory47,pp\. 1902–1914\.Cited by:[§D\-E](https://arxiv.org/html/2607.01752#A4.SS5.5.p3.5),[§D\-E](https://arxiv.org/html/2607.01752#A4.SS5.p6.1),[Definition 2](https://arxiv.org/html/2607.01752#Thmdefinition2)\.
- \[22\]Z\. Li, Y\. Xu, S\. Zuo, H\. Jiang, C\. Zhang, T\. Zhao, and H\. Zha\(2023\)SMURF\-thp: score matching\-based uncertainty quantification for transformer hawkes process\.InInternational Conference on Machine Learning,pp\. 20210–20220\.Cited by:[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1)\.
- \[23\]S\. W\. Linderman\(2016\)Bayesian methods for discovering structure in neural spike trains\.Ph\.D\. Thesis,Harvard University\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[24\]B\. Liu\(2024\)Cumulative hazard function based efficient multivariate temporal point process learning\.arXiv preprint arXiv:2404\.13663\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p4.1),[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1),[3rd item](https://arxiv.org/html/2607.01752#S7.I1.i3.p1.1)\.
- \[25\]H\. Mei and J\. Eisner\(2017\)The neural Hawkes process: A neurally self\-modulating multivariate point process\.InAdvances in Neural Information Processing Systems,Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1)\.
- \[26\]Z\. Meng, K\. Wan, Y\. Huang, Z\. Li, Y\. Wang, and F\. Zhou\(2024\)Interpretable transformer hawkes processes: unveiling complex interactions in social networks\.InProceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 2200–2211\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[27\]G\. O\. Mohler, M\. B\. Short, P\. J\. Brantingham, F\. P\. Schoenberg, and G\. E\. Tita\(2011\)Self\-exciting point process modeling of crime\.Journal of the American Statistical Association106\(493\),pp\. 100–108\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[28\]Y\. Ogata\(1998\)Space\-time point\-process models for earthquake occurrences\.Annals of the Institute of Statistical Mathematics50\(2\),pp\. 379–402\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[29\]Y\. Ogata\(1999\)Seismicity analysis through point\-process modeling: a review\.Pure and applied geophysics155\(2\),pp\. 471–507\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[30\]T\. Omi, N\. Ueda, and K\. Aihara\(2019\)Fully neural network based model for general temporal point processes\.InAdvances in Neural Information Processing Systems,Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p3.1),[§I](https://arxiv.org/html/2607.01752#S1.p4.1),[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1),[§IV\-B3](https://arxiv.org/html/2607.01752#S4.SS2.SSS3.p1.7),[3rd item](https://arxiv.org/html/2607.01752#S7.I1.i3.p1.1),[§VII\-B](https://arxiv.org/html/2607.01752#S7.SS2.p1.1)\.
- \[31\]A\. Panos\(2024\)Decomposable transformer point processes\.InAnnual Conference on Neural Information Processing Systems,Cited by:[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1),[4th item](https://arxiv.org/html/2607.01752#S7.I1.i4.p1.1)\.
- \[32\]J\. O\. Ramsay\(1988\)Monotone regression splines in action\.Statistical science,pp\. 425–441\.Cited by:[§II\-D](https://arxiv.org/html/2607.01752#S2.SS4.p1.1)\.
- \[33\]Y\. Rubanova, R\. T\. Chen, and D\. K\. Duvenaud\(2019\)Latent ordinary differential equations for irregularly\-sampled time series\.Advances in Neural Information Processing Systems\.Cited by:[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1)\.
- \[34\]O\. Shchur, M\. Bilos, and S\. Günnemann\(2020\)Intensity\-free learning of temporal point processes\.InInternational Conference on Learning Representations,Cited by:[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1),[4th item](https://arxiv.org/html/2607.01752#S7.I1.i4.p1.1)\.
- \[35\]O\. Shchur, N\. Gao, M\. Biloš, and S\. Günnemann\(2020\)Fast and flexible temporal point processes with triangular maps\.Advances in Neural Information Processing Systems33,pp\. 73–84\.Cited by:[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1),[4th item](https://arxiv.org/html/2607.01752#S7.I1.i4.p1.1)\.
- \[36\]J\. Sill\(1997\)Monotonic networks\.Advances in neural information processing systems10\.Cited by:[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1)\.
- \[37\]N\. Srivastava, G\. Hinton, A\. Krizhevsky, I\. Sutskever, and R\. Salakhutdinov\(2014\)Dropout: a simple way to prevent neural networks from overfitting\.The journal of machine learning research15\(1\),pp\. 1929–1958\.Cited by:[§VI\-C](https://arxiv.org/html/2607.01752#S6.SS3.p3.4)\.
- \[38\]A\. W\. Van der Vaart\(2000\)Asymptotic statistics\.Vol\.3,Cambridge university press\.Cited by:[§D\-E](https://arxiv.org/html/2607.01752#A4.SS5.p4.1),[Definition 1](https://arxiv.org/html/2607.01752#Thmdefinition1)\.
- \[39\]M\. Wang, Y\. Pan, Z\. Xu, R\. Guo, X\. Zhao, W\. Wang, Y\. Wang, Z\. Liu, and L\. Liu\(2024\)Cumulative distribution function based general temporal point processes\.arXiv preprint arXiv:2402\.00388\.Cited by:[§II\-C](https://arxiv.org/html/2607.01752#S2.SS3.p1.1),[3rd item](https://arxiv.org/html/2607.01752#S7.I1.i3.p1.1)\.
- \[40\]C\. Whong\(2014\)FOILing nyc’s taxi trip data\.FOILing NYCs Taxi Trip Data\. Np18,pp\. 14\.Cited by:[§C\-A](https://arxiv.org/html/2607.01752#A3.SS1.p6.3),[§VII\-C](https://arxiv.org/html/2607.01752#S7.SS3.p1.1)\.
- \[41\]S\. Xue, X\. Shi, Z\. Chu, Y\. Wang, H\. Hao, F\. Zhou, C\. JIANG, C\. Pan, J\. Y\. Zhang, Q\. Wen,et al\.\(2023\)EasyTPP: towards open benchmarking temporal point processes\.InThe Twelfth International Conference on Learning Representations,Cited by:[§C\-A](https://arxiv.org/html/2607.01752#A3.SS1.p7.3),[§C\-A](https://arxiv.org/html/2607.01752#A3.SS1.p9.3),[§C\-B](https://arxiv.org/html/2607.01752#A3.SS2.p4.1),[§VII\-C](https://arxiv.org/html/2607.01752#S7.SS3.p1.1)\.
- \[42\]S\. Xue, X\. Shi, J\. Zhang, and H\. Mei\(2022\)Hypro: a hybridly normalized probabilistic model for long\-horizon prediction of event sequences\.Advances in Neural Information Processing Systems35,pp\. 34641–34650\.Cited by:[4th item](https://arxiv.org/html/2607.01752#S7.I1.i4.p1.1)\.
- \[43\]Q\. Zhang, A\. Lipani, O\. Kirnap, and E\. Yilmaz\(2020\)Self\-attentive hawkes process\.InInternational conference on machine learning,pp\. 11183–11193\.Cited by:[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1),[2nd item](https://arxiv.org/html/2607.01752#S7.I1.i2.p1.1)\.
- \[44\]S\. Zhang, C\. Zhou, Y\. Liu, P\. Zhang, X\. Lin, and Z\. Ma\(2024\)Neural jump\-diffusion temporal point processes\.InInternational Conference on Machine Learning,Cited by:[§C\-B](https://arxiv.org/html/2607.01752#A3.SS2.p4.1),[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1)\.
- \[45\]F\. Zhou, Q\. Kong, Z\. Deng, J\. Kan, Y\. Zhang, C\. Feng, and J\. Zhu\(2022\)Efficient inference for dynamic flexible interactions of neural populations\.Journal of Machine Learning Research23\(211\),pp\. 1–49\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[46\]F\. Zhou, Z\. Li, X\. Fan, Y\. Wang, A\. Sowmya, and F\. Chen\(2020\)Efficient inference for nonparametric Hawkes processes using auxiliary latent variables\.Journal of Machine Learning Research21\(241\),pp\. 1–31\.Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p1.1)\.
- \[47\]K\. Zhou, H\. Zha, and L\. Song\(2013\)Learning triggering kernels for multi\-dimensional hawkes processes\.InInternational conference on machine learning,pp\. 1301–1309\.Cited by:[§C\-A](https://arxiv.org/html/2607.01752#A3.SS1.p8.3),[§VII\-C](https://arxiv.org/html/2607.01752#S7.SS3.p1.1)\.
- \[48\]S\. Zuo, H\. Jiang, Z\. Li, T\. Zhao, and H\. Zha\(2020\)Transformer Hawkes process\.InInternational Conference on Machine Learning,Cited by:[§I](https://arxiv.org/html/2607.01752#S1.p2.1),[§II\-B](https://arxiv.org/html/2607.01752#S2.SS2.p1.1),[§V\-A](https://arxiv.org/html/2607.01752#S5.SS1.p7.10),[2nd item](https://arxiv.org/html/2607.01752#S7.I1.i2.p1.1)\.

## Appendix ANotations

All notations used in the paper are listed in the[TableV](https://arxiv.org/html/2607.01752#A1.T5)\.

TABLE V:List of notations\.
## Appendix BMonotone Splines

This appendix section introduces some common monotone splines and discusses their parameterizations\.

### B\-ARational Quadratic Splines

A piece of RQS on the interval\[wm−1,wm\]\[w\_\{m\-1\},w\_\{m\}\]can be written as:

fm​\(t\)=ym−1\+\(ym−ym−1\)​\(sm​τ2\+δm−1​τ​\(1−τ\)\)sm\+\(δm\+δm−1−2​sm\)​τ​\(1−τ\),f\_\{m\}\(t\)=y\_\{m\-1\}\+\\frac\{\\left\(y\_\{m\}\-y\_\{m\-1\}\\right\)\\left\(s\_\{m\}\\tau^\{2\}\+\\delta\_\{m\-1\}\\tau\(1\-\\tau\)\\right\)\}\{s\_\{m\}\+\\left\(\\delta\_\{m\}\+\\delta\_\{m\-1\}\-2s\_\{m\}\\right\)\\tau\(1\-\\tau\)\},wheresm=ym−ym−1wm−wm−1s\_\{m\}=\\frac\{y\_\{m\}\-y\_\{m\-1\}\}\{w\_\{m\}\-w\_\{m\-1\}\}andτ=t−wm−1wm−wm−1∈\[0,1\]\\tau=\\frac\{t\-w\_\{m\-1\}\}\{w\_\{m\}\-w\_\{m\-1\}\}\\in\[0,1\]\. Whent=wm−1t=w\_\{m\-1\}, i\.e\.,τ=0\\tau=0,fm​\(t\)=ym−1f\_\{m\}\(t\)=y\_\{m\-1\},fm′​\(t\)=δm−1f^\{\\prime\}\_\{m\}\(t\)=\\delta\_\{m\-1\}\. Whent=wmt=w\_\{m\}, i\.e\.,τ=1\\tau=1,fm​\(t\)=ymf\_\{m\}\(t\)=y\_\{m\},fm′​\(t\)=δmf^\{\\prime\}\_\{m\}\(t\)=\\delta\_\{m\}\. This implies that oncewm−1,wm,δm−1,δm,ym−1,ymw\_\{m\-1\},w\_\{m\},\\delta\_\{m\-1\},\\delta\_\{m\},y\_\{m\-1\},y\_\{m\}are specified, the RQS piece is uniquely determined\.

The derivative with respect toτ\\taucan be written as:

fm′​\(τ\)\\displaystyle f\_\{m\}^\{\\prime\}\(\\tau\)=\(ym−ym−1\)​\[2​sm​τ\+δm−1​\(1−2​τ\)\]Jm\\displaystyle=\(y\_\{m\}\-y\_\{m\-1\}\)\\frac\{\\bigl\[2s\_\{m\}\\tau\+\\delta\_\{m\-1\}\(1\-2\\tau\)\\bigr\]\\;\}\{J\_\{m\}\}−\(ym−ym−1\)​\[sm​τ2\+δm−1​τ​\(1−τ\)\]​Vm​\(1−2​τ\)Jm2,\\displaystyle\-\(y\_\{m\}\-y\_\{m\-1\}\)\\frac\{\\;\\bigl\[s\_\{m\}\\tau^\{2\}\+\\delta\_\{m\-1\}\\,\\tau\(1\-\\tau\)\\bigr\]V\_\{m\}\(1\-2\\tau\)\}\{J\_\{m\}^\{2\}\},whereVm=δm\+δm−1−2​smV\_\{m\}=\\delta\_\{m\}\+\\delta\_\{m\-1\}\-2s\_\{m\},Jm=\[sm\+Vm​τ​\(1−τ\)\]J\_\{m\}=\\bigl\[s\_\{m\}\+V\_\{m\}\\,\\tau\(1\-\\tau\)\\bigr\]\. The time derivative is obtained by multiplying the expression above byd​τd​t=1wm−wm−1\\frac\{d\\tau\}\{dt\}=\\frac\{1\}\{w\_\{m\}\-w\_\{m\-1\}\}\.

### B\-BRational Cubic Splines

A piece of RCS on the interval\[wm,wm\+1\]\[w\_\{m\},w\_\{m\+1\}\]can be written as:

fm​\(t\)\\displaystyle f\_\{m\}\(t\)=\(1−τ\)3​vm​ym\+τ​\(1−τ\)2​\[\(2​um​vm\+vm\)​ym\+vm​hm​dm\]\(1−τ\)2​vm\+2​um​vm​τ​\(1−τ\)\+τ2​um\\displaystyle=\\frac\{\(1\-\\tau\)^\{3\}v\_\{m\}y\_\{m\}\+\\tau\(1\-\\tau\)^\{2\}\\left\[\(2u\_\{m\}v\_\{m\}\+v\_\{m\}\)y\_\{m\}\+v\_\{m\}h\_\{m\}d\_\{m\}\\right\]\}\{\(1\-\\tau\)^\{2\}v\_\{m\}\+2u\_\{m\}v\_\{m\}\\tau\(1\-\\tau\)\+\\tau^\{2\}u\_\{m\}\}\+τ2​\(1−τ\)​\[\(2​um​vm\+um\)​ym\+1−um​hm​δm\+1\]\+τ3​um​ym\+1\(1−τ\)2​vm\+2​um​vm​τ​\(1−τ\)\+τ2​um\.\\displaystyle\+\\frac\{\\tau^\{2\}\(1\-\\tau\)\\left\[\(2u\_\{m\}v\_\{m\}\+u\_\{m\}\)y\_\{m\+1\}\-u\_\{m\}h\_\{m\}\\delta\_\{m\+1\}\\right\]\+\\tau^\{3\}u\_\{m\}y\_\{m\+1\}\}\{\(1\-\\tau\)^\{2\}v\_\{m\}\+2u\_\{m\}v\_\{m\}\\tau\(1\-\\tau\)\+\\tau^\{2\}u\_\{m\}\}\.whereτ=t−wmwm\+1−wm∈\[0,1\]\\tau=\\frac\{t\-w\_\{m\}\}\{w\_\{m\+1\}\-w\_\{m\}\}\\in\[0,1\]andhm=wm\+1−wmh\_\{m\}=w\_\{m\+1\}\-w\_\{m\},fm​\(wm\)=ymf\_\{m\}\(w\_\{m\}\)=y\_\{m\},fm​\(wm\+1\)=ym\+1f\_\{m\}\(w\_\{m\+1\}\)=y\_\{m\+1\},fm′​\(wm\)=δmf^\{\\prime\}\_\{m\}\(w\_\{m\}\)=\\delta\_\{m\},fm′​\(wm\+1\)=δm\+1f^\{\\prime\}\_\{m\}\(w\_\{m\+1\}\)=\\delta\_\{m\+1\}\.umu\_\{m\}andvmv\_\{m\}are two shape parameters,um,vm\>0u\_\{m\},v\_\{m\}\>0\.

### B\-CMonotone Cubic Splines

On\[wm,wm\+1\]\[w\_\{m\},w\_\{m\+1\}\], lethm=wm\+1−wm,τ=t−wmhmh\_\{m\}=w\_\{m\+1\}\-w\_\{m\},\\ \\tau=\\frac\{t\-w\_\{m\}\}\{h\_\{m\}\}, then a piece of monotone cubic spline can be expressed as:

fm​\(t\)\\displaystyle f\_\{m\}\(t\)=ym​h00​\(τ\)\+hm​δm​h10​\(τ\)\\displaystyle=y\_\{m\}\\,h\_\{00\}\(\\tau\)\+h\_\{m\}\\,\\delta\_\{m\}\\,h\_\{10\}\(\\tau\)\+ym\+1​h01​\(τ\)\+hm​δm\+1​h11​\(τ\),\\displaystyle\+y\_\{m\+1\}\\,h\_\{01\}\(\\tau\)\+h\_\{m\}\\,\\delta\_\{m\+1\}\\,h\_\{11\}\(\\tau\),where

h00​\(τ\)=2​τ3−3​τ2\+1,\\displaystyle h\_\{00\}\(\\tau\)=2\\tau^\{3\}\-3\\tau^\{2\}\+1,h10​\(τ\)=τ3−2​τ2\+τ,\\displaystyle h\_\{10\}\(\\tau\)=\\tau^\{3\}\-2\\tau^\{2\}\+\\tau,h01​\(τ\)=−2​τ3\+3​τ2,\\displaystyle h\_\{01\}\(\\tau\)=\-2\\tau^\{3\}\+3\\tau^\{2\},h11​\(τ\)=τ3−τ2\.\\displaystyle h\_\{11\}\(\\tau\)=\\tau^\{3\}\-\\tau^\{2\}\.
Again,fm​\(wm\)=ymf\_\{m\}\(w\_\{m\}\)=y\_\{m\},fm​\(wm\+1\)=ym\+1f\_\{m\}\(w\_\{m\+1\}\)=y\_\{m\+1\},fm′​\(wm\)=δmf^\{\\prime\}\_\{m\}\(w\_\{m\}\)=\\delta\_\{m\},fm′​\(wm\+1\)=δm\+1f^\{\\prime\}\_\{m\}\(w\_\{m\+1\}\)=\\delta\_\{m\+1\}\.

### B\-DRational Linear Splines

On the interval\[wm−1,wm\]\[w\_\{m\-1\},w\_\{m\}\], a piece of RLS can be written as:

f​\(t\)=am\+cm​\(t−wm\)1\+dm​\(t−wm\),t∈\[wm−1,wm\]\.f\(t\)\\;=\\;a\_\{m\}\\;\+\\;\\frac\{c\_\{m\}\\,\(t\-w\_\{m\}\)\}\{1\+d\_\{m\}\\,\(t\-w\_\{m\}\)\},\\quad t\\in\[w\_\{m\-1\},\\,w\_\{m\}\]\.\(15\)
f​\(t\)f\(t\)is monotone increasing as long ascm\>0c\_\{m\}\>0and the denominator remains positive on the interval\.

## Appendix CExperiments

### C\-ADatasets

We consider the following five univariate datasets:

\(1\) Hawkes Process \(1, 2\): We consider two exponential\-decay Hawkes processes with CIF:λ∗​\(t\)=0\.2\+∑tn<t∑i=1Mαi​exp⁡\(−βi​\(t−tn\)\)\\lambda^\{\*\}\(t\)=0\.2\+\\sum\_\{t\_\{n\}<t\}\\sum\_\{i=1\}^\{M\}\\alpha\_\{i\}\\exp\(\-\\beta\_\{i\}\(t\-t\_\{n\}\)\)\. We setM=1,α1=0\.8,β1=1M=1,\\alpha\_\{1\}=0\.8,\\beta\_\{1\}=1for the first dataset andM=2,α1=0\.4,β1=β2=1,α2=0\.4M=2,\\alpha\_\{1\}=0\.4,\\beta\_\{1\}=\\beta\_\{2\}=1,\\alpha\_\{2\}=0\.4andβ2=20\\beta\_\{2\}=20for the second dataset\.

\(2\) Self\-correcting Process: The CIF is given asλ∗​\(t\)=exp⁡\(t−∑tn<t1\)\\lambda^\{\*\}\(t\)=\\exp\(t\-\\sum\_\{t\_\{n\}<t\}1\)\.

\(3\) Renewal Process \(Stationary / Non\-stationary\): For the stationary case, timestamp intervals are independent, log\-normal distributed with a mean1\.01\.0and standard deviation0\.50\.5\. For the non\-stationary case, the trend function is set tor​\(t\)=0\.99​sin⁡\(2​π​t/20000\)\+1r\(t\)=0\.99\\sin\(2\\pi t/20000\)\+1\.

For multivariate datasets, their information is listed as follows:

\(1\) Taxi\[[40](https://arxiv.org/html/2607.01752#bib.bib238)\]: This dataset tracks the time\-stamped taxi pick\-up and drop\-off events across the New York City\. The event types are categorized intoK=10K=10types and there are20002000sequences with an average sequence length of4040\.

\(2\) Taobao\[[41](https://arxiv.org/html/2607.01752#bib.bib216)\]: This dataset contains time\-stamped user click behaviors on Taobao shopping pages\. The event types are categorized intoK=20K=20types and there are48004800sequences with an average sequence length of150150\.

\(3\) Retweet\[[47](https://arxiv.org/html/2607.01752#bib.bib237)\]: This dataset contains time\-stamped user retweet event sequences\. The events are categorized intoK=3K=3types\. There are90009000sequences with an average sequence length of9090\.

\(4\) Earthquake\[[41](https://arxiv.org/html/2607.01752#bib.bib216)\]: This dataset contains time\-stamped earthquake event sequences\. The events are categorized intoK=7K=7types\. There are30003000sequences with an average sequence length of2020\.

### C\-BExperimental Setup

Because MNN is sensitive to the scale of its outputs, we applied a timestamp transformation to part of our data\. Following the approach of\[[4](https://arxiv.org/html/2607.01752#bib.bib228)\], we divided every timestamp in the retweet dataset by 100 and divided every timestamp in the earthquake dataset by 5\. In addition, we divided the timestamps of each of the five synthetic datasets by 10\. This ensures that all models converge within 100 epochs\.

All models were trained on a single NVIDIA RTX⋅\\cdot4090⋅\\cdotD \(24 GB\)\. For fairness, MAS, FullyNN, EMTPP, THP, and WSM all encode historical information using Transformers of the same size\. The Transformer hyperparameters are as follows: number of attention heads = 16, number of layers = 1, model dimension = 64, inner feed‑forward dimension = 8, key dimension = 16, value dimension = 16, and dropout rate = 0\.1\. For MAS, when using a Rational Quadratic Spline \(RQS\) as the interpolation function, we set the lower bound for both the interpolation interval width and length to 0\.01, and the minimum derivative at interpolation points to 0\.01\.

We fixed the batch size at 64 and the learning rate at 0\.001 for all models\. Each model was trained for 100 epochs on the train set and converged within 100 epochs\. We then evaluated their performance on the test set\.

When comparing the accuracy of MAS with that of other models, we observed that—even for the same model on the same dataset—the reported performance can vary dramatically across different studies\. For common baseline models such as SAHP, THP, and RMTPP, we referenced their best\-reported accuracy from the literature \(for example,\[[44](https://arxiv.org/html/2607.01752#bib.bib230)\],\[[41](https://arxiv.org/html/2607.01752#bib.bib216)\], and\[[4](https://arxiv.org/html/2607.01752#bib.bib228)\]\) and our experiments, and compared those to our MAS\. For instance, on the Taobao dataset, THP achieved an accuracy of 0\.467 according to\[[44](https://arxiv.org/html/2607.01752#bib.bib230)\], 0\.531 according to\[[41](https://arxiv.org/html/2607.01752#bib.bib216)\], and 0\.594 in\[[4](https://arxiv.org/html/2607.01752#bib.bib228)\]\. all below MAS’s performance of 0\.600\.

For datasets like Taobao, where the raw time intervals are very large, we first scaled them down by a factor of 1/100 to ensure rapid convergence of models such as EMTPP\. However, this scaling can cause the model’s NLL to change substantially, making it difficult to compare against past work \(since they may have used different scaling factors\)\. Therefore, we retrained all baseline models on the same scaled dataset—keeping the data, training and testing strategy, and number of epochs identical—and then reported their NLL on the same test set\.

### C\-CSupplementary Results

#### C\-C1Cross Validation

TABLE VI:Cross\-validation results\.Softplus Activation \(Size 800\)ConfigurationNLLRMSEFullyNN \(positive MLP layers\)1 layer MLP size 16\-0\.7742\.3471 layer MLP size 32\-0\.7822\.3782 layer MLP size 16\-1\.4522\.4622 layer MLP size 32\-1\.3992\.4633 layer MLP size 16\-1\.3712\.4613 layer MLP size 32\-1\.2822\.459MAS\-1\.8072\.302
Sigmoid Activation \(Size 800\)ConfigurationNLLRMSEFullyNN \(positive MLP layers\)1 layer MLP size 16\-0\.7742\.3471 layer MLP size 32\-0\.7822\.3782 layer MLP size 16\-1\.4372\.4532 layer MLP size 32\-1\.4492\.4493 layer MLP size 16\-1\.4432\.4693 layer MLP size 32\-1\.4182\.458MAS\-1\.8072\.302
Softplus Activation \(Size 400\)ConfigurationNLLRMSEFullyNN \(positive MLP layers\)1 layer MLP size 16\-0\.7782\.3171 layer MLP size 32\-0\.7792\.3182 layer MLP size 16\-1\.4312\.4642 layer MLP size 32\-1\.3892\.4463 layer MLP size 16\-1\.3272\.4583 layer MLP size 32\-1\.2002\.475MAS\-1\.7792\.297
Sigmoid Activation \(Size 400\)ConfigurationNLLRMSEFullyNN \(positive MLP layers\)1 layer MLP size 16\-0\.7782\.3171 layer MLP size 32\-0\.7792\.3182 layer MLP size 16\-1\.3472\.4482 layer MLP size 32\-1\.4042\.4903 layer MLP size 16\-1\.3112\.4973 layer MLP size 32\-1\.3252\.425MAS\-1\.7792\.297

To rigorously demonstrate that MAS indeed outperforms other baselines, we conduct a cross\-validation study comparing MAS with a classical CCIF\-based method, FullyNN\. We evaluate FullyNN under different network depths, widths, activation functions, and training data sizes to ensure that MAS’s superiority is not merely due to accidental hyperparameter choices\.

Specifically, we fix the encoder architecture of MAS and FullyNN to be identical \(i\.e\., both models receive the same input features\)\. Following the data generation procedure of the hawkes1 dataset, we independently sample 400 and 800 sequences within the time range\[0,100\]\[0,100\]for training\. During training, we vary FullyNN’s number of fully connected layers from 1 to 3, its hidden widths between 16 and 32, and its activation functions between softplus and sigmoid \(representing different levels of smoothness\)\. FullyNN is trained for 100 epochs until convergence\. We then compare its NLL and RMSE with those of MAS, as shown in[TableVI](https://arxiv.org/html/2607.01752#A3.T6)\.

The results show that when the network depth exceeds two layers, the performance of FullyNN no longer improves significantly with additional depth\. Moreover, regardless of whether softplus or sigmoid is used, MAS consistently outperforms FullyNN across all configurations\. This cross\-validation experiment further confirms the advantage of MAS over classical CCIF\-based modeling methods\.

#### C\-C2Training Time

We align the parameter sizes of five models—THP, RMTPP, MAS, EMTPP, and FullyNN—and train them for 100 epochs on the Hawkes1 dataset\. Experiments are rerun three times under the same conditions\. We then measure the mean and the standard deviation of their running time \(in minutes\), and the results are summarized in[TableVII](https://arxiv.org/html/2607.01752#A3.T7)\. A visualized version of this comparison is shown in[Fig\.4e](https://arxiv.org/html/2607.01752#S7.F4.sf5)\.

TABLE VII:Comparison of running time\.

## Appendix DProof

The following mild assumptions are required to prove the theorems in the paper\. Compared with the original version, we only make explicit the regularity conditions that were implicitly used in the derivations\.

###### Assumption 1\(C1C^\{1\}\-Lipschitz Continuity\)\.

The ground\-truth CCIF and MAS interpolation possess Lipschitz continuous derivatives with respect to timettand parameterθ\\thetaon any fixed closed interpolation interval between timestamps\. The Lipschitz constants arel1l\_\{1\}andl2l\_\{2\}, respectively\.

###### Assumption 2\(Positive Derivative\)\.

The ground\-truth CCIF and MAS interpolation possess uniformly positive derivatives on the observation window: there existsv1\>0v\_\{1\}\>0such thatΛθ∗⁣′​\(t\),Λ∗⁣′​\(t\)≥v1\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\(t\),\{\\Lambda\}^\{\*\\prime\}\(t\)\\geq v\_\{1\}\.

###### Assumption 3\(Bounded Loss and Finite Tail Moment\)\.

The parameter spaceΘ\\Thetais compact\. The per\-event negative log\-likelihood gap between the ground\-truth model and MAS is bounded byB0B\_\{0\}, and the inter\-event time has a finite first moment𝔼​\[ti\]<∞\\mathbb\{E\}\[t\_\{i\}\]<\\infty\.

### D\-AProof of Theorem[1](https://arxiv.org/html/2607.01752#Thmtheorem1)

###### Proof\.

By the chain rule, the derivative of the MNN is

∂Λ∗​\(t\)∂t=𝑾\(L\)​\(∏l=L−11diag​\[σ′​\(𝒛\(l\)\)\]​𝑾\(l\)\)\.\\frac\{\\partial\\Lambda^\{\*\}\(t\)\}\{\\partial t\}=\\bm\{W\}^\{\(L\)\}\\left\(\\prod\_\{l=L\-1\}^\{1\}\\mathrm\{diag\}\\\!\\left\[\\sigma^\{\\prime\}\(\\bm\{z\}^\{\(l\)\}\)\\right\]\\bm\{W\}^\{\(l\)\}\\right\)\.If all weights are non\-negative andσ′​\(x\)≥0\\sigma^\{\\prime\}\(x\)\\geq 0, every factor in the product has non\-negative entries\. Henceλ∗​\(t\)=∂Λ∗​\(t\)/∂t≥0\\lambda^\{\*\}\(t\)=\\partial\\Lambda^\{\*\}\(t\)/\\partial t\\geq 0\. ∎

### D\-BProof of Theorem[2](https://arxiv.org/html/2607.01752#Thmtheorem2)

###### Proof\.

We prove the result by induction over layers, together with the non\-decreasing activation condition in[Theorem1](https://arxiv.org/html/2607.01752#Thmtheorem1)\. For the first layer, each hidden unit has the formσ​\(w​t\+b\)\\sigma\(wt\+b\)withw≥0w\\geq 0\. Sinceσ\\sigmais convex and non\-decreasing,σ​\(w​t\+b\)\\sigma\(wt\+b\)is convex intt\. Suppose the units in layerl−1l\-1are convex functions oftt\. A non\-negative linear combination of convex functions remains convex, and composing it with a convex non\-decreasing activation preserves convexity\. Therefore, all units in layerllare convex\. The final output is again a non\-negative linear combination of convex functions, soΛ∗​\(t\)\\Lambda^\{\*\}\(t\)is convex\. ThusΛ∗⁣′′​\(t\)=λ∗⁣′​\(t\)≥0\\Lambda^\{\*\\prime\\prime\}\(t\)=\\lambda^\{\*\\prime\}\(t\)\\geq 0\. ∎

### D\-CProof of Theorem[3](https://arxiv.org/html/2607.01752#Thmtheorem3)

###### Proof\.

Ifσ​\(x\)∈\[cmin,cmax\]\\sigma\(x\)\\in\[c\_\{\\min\},c\_\{\\max\}\]and all weights and biases are finite, then the first hidden layer is bounded\. Every subsequent pre\-activation is a finite affine transformation of a bounded vector, and applyingσ\\sigmakeeps it bounded\. By induction,𝒉\(L−1\)\\bm\{h\}^\{\(L\-1\)\}is bounded\. For the standard positive\-weighted MLP without an additional unbounded skip connection from timettto the output,Λ∗​\(t\)=𝑾\(L\)​𝒉\(L−1\)\+𝒃\(L\)\\Lambda^\{\*\}\(t\)=\\bm\{W\}^\{\(L\)\}\\bm\{h\}^\{\(L\-1\)\}\+\\bm\{b\}^\{\(L\)\}is bounded by some finiteMM, givinglim supt→∞Λ∗​\(t\)≤M<∞\\limsup\_\{t\\to\\infty\}\\Lambda^\{\*\}\(t\)\\leq M<\\infty\. ∎

### D\-DProof of Theorem[4](https://arxiv.org/html/2607.01752#Thmtheorem4)

###### Proof\.

We start fromΛθ∗⁣′​\(t\)\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\(t\)\. When the interpolation lengthwM\(n\)w^\{\(n\)\}\_\{M\}is sufficiently large, only the interpolation function affects MAS\. For common monotone splines, given the endpoint values and derivatives, the spline parameter can be uniquely defined\. Then, for any interval\[a,b\]⊂\[tn,tn\+1\]\[a,b\]\\subset\[t\_\{n\},t\_\{n\+1\}\]for some timestamptnt\_\{n\}, set

Λθ∗⁣′​\(a\)=Λ∗⁣′​\(a\),Λθ∗​\(a\)=Λ∗​\(a\),\\displaystyle\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\(a\)=\{\\Lambda\}^\{\*\\prime\}\(a\),\{\\Lambda\}^\{\*\}\_\{\\theta\}\(a\)=\{\\Lambda\}^\{\*\}\(a\),Λθ∗⁣′​\(b\)=Λ∗⁣′​\(b\),Λθ∗​\(b\)=Λ∗​\(b\)\.\\displaystyle\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\(b\)=\{\\Lambda\}^\{\*\\prime\}\(b\),\{\\Lambda\}^\{\*\}\_\{\\theta\}\(b\)=\{\\Lambda\}^\{\*\}\(b\)\.Given[Assumption1](https://arxiv.org/html/2607.01752#Thmassumption1), both derivatives are Lipschitz continuous on\[a,b\]\[a,b\]\. Thus, for anyt∈\[a,b\]t\\in\[a,b\], the following inequality holds:

\|Λθ∗⁣′​\(t\)−Λ∗⁣′​\(t\)\|\\displaystyle\|\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\(t\)\-\{\\Lambda\}^\{\*\\prime\}\(t\)\|≤\|Λθ∗⁣′​\(t\)−Λθ∗⁣′​\(a\)\|\+\|Λ∗⁣′​\(t\)−Λ∗⁣′​\(a\)\|\\displaystyle\\leq\|\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\(t\)\-\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\(a\)\|\+\|\{\\Lambda\}^\{\*\\prime\}\(t\)\-\{\\Lambda\}^\{\*\\prime\}\(a\)\|≤C0​\|t−a\|,\\displaystyle\\leq C\_\{0\}\|t\-a\|,whereC0C\_\{0\}absorbs the Lipschitz constants\. Note that the maximum interpolation length isΔ\\Delta\. The above inequality implies

‖Λθ∗⁣′−Λ∗⁣′‖0≤C0​Δ\.\\\|\{\\Lambda\}^\{\*\\prime\}\_\{\\theta\}\-\{\\Lambda\}^\{\*\\prime\}\\\|\_\{0\}\\leq C\_\{0\}\\Delta\.Meanwhile,

\|Λθ∗​\(t\)−Λ∗​\(t\)\|\\displaystyle\|\\Lambda^\{\*\}\_\{\\theta\}\(t\)\-\{\\Lambda\}^\{\*\}\(t\)\|=\|∫at\(Λ∗⁣′​\(w\)−Λθ∗⁣′​\(w\)\)​𝑑w\|\\displaystyle=\\left\|\\int\_\{a\}^\{t\}\\left\(\{\\Lambda\}^\{\*\\prime\}\(w\)\-\\Lambda^\{\*\\prime\}\_\{\\theta\}\(w\)\\right\)dw\\right\|≤∫at\|Λ∗⁣′​\(w\)−Λθ∗⁣′​\(w\)\|​𝑑w\\displaystyle\\leq\\int\_\{a\}^\{t\}\|\{\\Lambda\}^\{\*\\prime\}\(w\)\-\\Lambda^\{\*\\prime\}\_\{\\theta\}\(w\)\|dw≤∫atC0​\|w−a\|​𝑑w≤12​C0​Δ2\.\\displaystyle\\leq\\int\_\{a\}^\{t\}C\_\{0\}\|w\-a\|dw\\leq\\frac\{1\}\{2\}C\_\{0\}\\Delta^\{2\}\.Thus, we derive the fitting error bound forΛθ∗​\(t\)\\Lambda^\{\*\}\_\{\\theta\}\(t\)andΛθ∗⁣′​\(t\)\\Lambda^\{\*\\prime\}\_\{\\theta\}\(t\)\. ∎

### D\-EProof of Theorem[5](https://arxiv.org/html/2607.01752#Thmtheorem5)

When proving the generalization bound of the MAS model, we further assume that the horizontal interval of MAS interpolation is a fixed valueΔ\\Delta\. That is, after each timestamptnt\_\{n\}, there areMMinterpolation intervals, with a total length ofL=M​ΔL=M\\Delta\. Equivalently, the interpolation support containsM\+1M\+1knots; this off\-by\-one convention only changes constants\. For the next timestamptn\+1t\_\{n\+1\}, there is a probability that it falls into one of theMMinterpolation intervals, or into the extrapolation interval\[tn\+M​Δ,∞\)\[t\_\{n\}\+M\\Delta,\\infty\)\. We denote the index of the interval into whichtn\+1t\_\{n\+1\}falls asrn\+1r\_\{n\+1\}, taking values in1,2,…,M1,2,\\dots,M\.

We first prove[Lemma1](https://arxiv.org/html/2607.01752#Thmlemma1):

###### Proof\.

For each time series, the negative log\-likelihood differs from the log\-likelihood only by a sign\. Therefore, it is sufficient to bound the absolute difference of the log\-likelihood terms\. The log\-likelihood can be decomposed into the loss over theN,N≤N0N,N\\leq N\_\{0\}timestamps:

log⁡p​\(S\)\\displaystyle\\log p\\left\(S\\right\)=∑n=0N−1log⁡dd​t​Λkn∗​\(tn\+1\)−Λ∗​\(T\)\\displaystyle=\\sum\_\{n=0\}^\{N\-1\}\{\\log\}\\frac\{d\}\{dt\}\\Lambda\_\{k\_\{n\}\}^\{\*\}\\left\(t\_\{n\+1\}\\right\)\-\\Lambda^\{\*\}\\left\(T\\right\)=∑n=0N−1\[log⁡dd​t​Λkn∗​\(tn\+1\)−\(Λ∗​\(tn\+1\)−Λ∗​\(tn\)\)\]\.\\displaystyle=\\sum\_\{n=0\}^\{N\-1\}\\left\[\{\\log\}\\frac\{d\}\{dt\}\\Lambda\_\{k\_\{n\}\}^\{\*\}\\left\(t\_\{n\+1\}\\right\)\-\\left\(\\Lambda^\{\*\}\\left\(t\_\{n\+1\}\\right\)\-\\Lambda^\{\*\}\\left\(t\_\{n\}\\right\)\\right\)\\right\]\.wheretN\+1=Tt\_\{N\+1\}=T\. For simplicity, we denote thenn\-th summand bylog⁡p​\(tn\)\\log p\(t\_\{n\}\)\.

For different parametersθ\\thetaandη\\eta, the difference betweenlog⁡p​\(tn,θ\)\\log p\(t\_\{n\},\\theta\)andlog⁡p​\(tn,η\)\\log p\(t\_\{n\},\\eta\)can be written as:

‖log⁡p​\(tn,θ\)−log⁡p​\(tn,η\)‖\\displaystyle\\ \\ \\ \\ \\ \\\|\\log p\(t\_\{n\},\\theta\)\-\\log p\(t\_\{n\},\\eta\)\\\|=\|\(log\(Λθ∗⁣′\(tn\)\)−\(Λθ∗\(tn\)−Λθ∗\(tn−1\)\)\)\\displaystyle=\\Big\|\\left\(\\log\\left\(\\Lambda^\{\*\\prime\}\_\{\\theta\}\(t\_\{n\}\)\\right\)\-\\left\(\\Lambda^\{\*\}\_\{\\theta\}\(t\_\{n\}\)\-\\Lambda^\{\*\}\_\{\\theta\}\(t\_\{n\-1\}\)\\right\)\\right\)−\(log\(Λη∗⁣′\(tn\)\)−\(Λη∗\(tn\)−Λη∗\(tn−1\)\)\)\|\\displaystyle\\quad\-\\left\(\\log\\left\(\\Lambda^\{\*\\prime\}\_\{\\eta\}\(t\_\{n\}\)\\right\)\-\\left\(\\Lambda^\{\*\}\_\{\\eta\}\(t\_\{n\}\)\-\\Lambda^\{\*\}\_\{\\eta\}\(t\_\{n\-1\}\)\\right\)\\right\)\\Big\|≤\|log⁡\(Λθ∗⁣′​\(tn\)\)−log⁡\(Λη∗⁣′​\(tn\)\)\|⏟T1\+\|\(Λθ∗​\(tn\)−Λθ∗​\(tn−1\)\)−\(Λη∗​\(tn\)−Λη∗​\(tn−1\)\)\|⏟T2\.\\displaystyle\\leq\\underbrace\{\\left\|\\log\\left\(\\Lambda^\{\*\\prime\}\_\{\\theta\}\(t\_\{n\}\)\\right\)\-\\log\\left\(\\Lambda^\{\*\\prime\}\_\{\\eta\}\(t\_\{n\}\)\\right\)\\right\|\}\_\{T\_\{1\}\}\+\\underbrace\{\\left\|\\left\(\\Lambda^\{\*\}\_\{\\theta\}\(t\_\{n\}\)\-\\Lambda^\{\*\}\_\{\\theta\}\(t\_\{n\-1\}\)\\right\)\-\\left\(\\Lambda^\{\*\}\_\{\\eta\}\(t\_\{n\}\)\-\\Lambda^\{\*\}\_\{\\eta\}\(t\_\{n\-1\}\)\\right\)\\right\|\}\_\{T\_\{2\}\}\.We next discuss the bound forT1T\_\{1\}andT2T\_\{2\}\. ForT1T\_\{1\}, we utilize[Assumption2](https://arxiv.org/html/2607.01752#Thmassumption2)and the Lipschitz property in[Assumption1](https://arxiv.org/html/2607.01752#Thmassumption1):

T1\\displaystyle T\_\{1\}=\|log⁡\(Λθ∗⁣′​\(tn\)\)−log⁡\(Λη∗⁣′​\(tn\)\)\|≤1v1​‖Λθ∗⁣′​\(tn\)−Λη∗⁣′​\(tn\)‖\.\\displaystyle=\\left\|\\log\\left\(\\Lambda^\{\*\\prime\}\_\{\\theta\}\(t\_\{n\}\)\\right\)\-\\log\\left\(\\Lambda^\{\*\\prime\}\_\{\\eta\}\(t\_\{n\}\)\\right\)\\right\|\\leq\\frac\{1\}\{v\_\{1\}\}\\\|\\Lambda^\{\*\\prime\}\_\{\\theta\}\(t\_\{n\}\)\-\\Lambda^\{\*\\prime\}\_\{\\eta\}\(t\_\{n\}\)\\\|\.Supposetnt\_\{n\}falls in thernr\_\{n\}\-th interval in MAS\. Suppose the parameterθ=\{θ1,θ2,⋯,θM\}\\theta=\\\{\\theta\_\{1\},\\theta\_\{2\},\\cdots,\\theta\_\{M\}\\\}\. Each componentθm\\theta\_\{m\}is a sub\-vector, deciding the heightΛθ∗​\(ti\+\(m−1\)​Δ\)\\Lambda^\{\*\}\_\{\\theta\}\(t\_\{i\}\+\(m\-1\)\\Delta\)and the derivativeΛθ∗⁣′​\(ti\+\(m−1\)​Δ\)\\Lambda^\{\*\\prime\}\_\{\\theta\}\(t\_\{i\}\+\(m\-1\)\\Delta\)and further deciding the interpolationfm,θ∗\(n\)f^\{\*\(n\)\}\_\{m,\\theta\}\. Becausetn−1\+Δ⋅\(rn−1\)<tn<tn−1\+Δ⋅rnt\_\{n\-1\}\+\\Delta\\cdot\(\{r\_\{n\}\}\-1\)<t\_\{n\}<t\_\{n\-1\}\+\\Delta\\cdot r\_\{n\}, the above inequality can be written as:

T1\\displaystyle T\_\{1\}≤1v1∥Λθ∗⁣′\(tn\)−Λη∗⁣′\(tn\)∥≤l2v1∥θrn−ηrn∥\.\\displaystyle\\leq\\frac\{1\}\{v\_\{1\}\}\\\|\\Lambda^\{\*\\prime\}\_\{\\theta\}\(t\_\{n\}\)\-\\Lambda^\{\*\\prime\}\_\{\\eta\}\(t\_\{n\}\)\\\|\\leq\\frac\{l\_\{2\}\}\{v\_\{1\}\}\\lVert\\theta^\{r\_\{n\}\}\-\\eta^\{r\_\{n\}\}\\\|\.We next boundT2T\_\{2\}\. Note that,

Λθ∗​\(tn\)−Λθ∗​\(tn−1\)\\displaystyle\\Lambda^\{\*\}\_\{\\theta\}\\left\(t\_\{n\}\\right\)\-\\Lambda^\{\*\}\_\{\\theta\}\\left\(t\_\{n\-1\}\\right\)=\(Λθ∗​\(tn−1\+Δ\)−Λθ∗​\(tn−1\)\)\\displaystyle=\\left\(\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}\+\\Delta\\right\)\-\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}\\right\)\\right\)\+\(Λθ∗​\(tn−1\+2​Δ\)−Λθ∗​\(tn−1\+Δ\)\)\\displaystyle\+\\left\(\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}\+2\\Delta\\right\)\-\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}\+\\Delta\\right\)\\right\)\+⋯\+\(Λθ∗​\(tn−1\+\(rn−1\)​Δ\)−Λθ∗​\(tn−1\+\(rn−2\)​Δ\)\)\\displaystyle\+\\cdots\+\\left\(\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}\+\(r\_\{n\}\-1\)\\Delta\\right\)\-\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}\+\(r\_\{n\}\-2\)\\Delta\\right\)\\right\)\+\(Λθ∗​\(tn\)−Λθ∗​\(tn−1\+\(rn−1\)​Δ\)\)\.\\displaystyle\+\\left\(\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\}\\right\)\-\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}\+\(r\_\{n\}\-1\)\\Delta\\right\)\\right\)\.Thus, by the Lipschitz continuity of each active segment with respect toθ\\theta,

T2\\displaystyle T\_\{2\}=\|\(Λθ∗​\(tn\)−Λθ∗​\(tn−1\)\)−\(Λη∗​\(tn\)−Λη∗​\(tn−1\)\)\|\\displaystyle=\\left\|\\left\(\\Lambda^\{\*\}\_\{\\theta\}\(t\_\{n\}\)\-\\Lambda^\{\*\}\_\{\\theta\}\(t\_\{n\-1\}\)\\right\)\-\\left\(\\Lambda^\{\*\}\_\{\\eta\}\(t\_\{n\}\)\-\\Lambda^\{\*\}\_\{\\eta\}\(t\_\{n\-1\}\)\\right\)\\right\|≤∑m=1rn∥θm−ηm∥\+l2​∥θrn−ηrn∥\.\\displaystyle\\leq\\sum\_\{m=1\}^\{r\_\{n\}\}\{\\lVert\\theta^\{m\}\-\\eta^\{m\}\\rVert\}\+l\_\{2\}\\lVert\\theta^\{r\_\{n\}\}\-\\eta^\{r\_\{n\}\}\\rVert\.Combining the bound forT1T\_\{1\}andT2T\_\{2\}, we obtain that:

‖log⁡p​\(tn,θ\)−log⁡p​\(tn,η\)‖\\displaystyle\\\|\\log p\(t\_\{n\},\\theta\)\-\\log p\(t\_\{n\},\\eta\)\\\|≤T1\+T2\\displaystyle\\leq T\_\{1\}\+T\_\{2\}≤l2v1∥θrn−ηrn∥\+∑m=1rn∥θm−ηm∥\+l2∥θrn−ηrn∥\\displaystyle\\leq\\frac\{l\_\{2\}\}\{v\_\{1\}\}\\lVert\\theta^\{r\_\{n\}\}\-\\eta^\{r\_\{n\}\}\\\|\+\\sum\_\{m=1\}^\{r\_\{n\}\}\{\\lVert\\theta^\{m\}\-\\eta^\{m\}\\rVert\}\+l\_\{2\}\\lVert\\theta^\{r\_\{n\}\}\-\\eta^\{r\_\{n\}\}\\rVert≤max⁡\(l2v1\+l2\+1,1\)​∑m=1rn∥θm−ηm∥\\displaystyle\\leq\\max\\left\(\\frac\{l\_\{2\}\}\{v\_\{1\}\}\+l\_\{2\}\+1,1\\right\)\\sum\_\{m=1\}^\{r\_\{n\}\}\{\\lVert\\theta^\{m\}\-\\eta^\{m\}\\rVert\}≤C1​rn​∥θ−η∥\.\\displaystyle\\leq C\_\{1\}r\_\{n\}\\lVert\\theta\-\\eta\\rVert\.By summing uplog⁡p​\(tn\)\\log p\(t\_\{n\}\)and taking average over timeTT, we can acquire:

‖\(−log⁡pθ​\(S\)\)−\(−log⁡pη​\(S\)\)‖=‖log⁡pθ​\(S\)−log⁡pη​\(S\)‖≤C1T​∑n=1Nrn​‖θ−η‖\.\\left\\\|\(\-\\log p\_\{\\theta\}\(S\)\)\-\(\-\\log p\_\{\\eta\}\(S\)\)\\right\\\|=\\left\\\|\\log p\_\{\\theta\}\(S\)\-\\log p\_\{\\eta\}\(S\)\\right\\\|\\leq\\frac\{C\_\{1\}\}\{T\}\\sum\_\{n=1\}^\{N\}r\_\{n\}\\left\\\|\\theta\-\\eta\\right\\\|\.This finishes the proof\. ∎

Before proving[Theorem5](https://arxiv.org/html/2607.01752#Thmtheorem5), we introduce the following concepts\.

###### Definition 1\(bracketing number\[[38](https://arxiv.org/html/2607.01752#bib.bib212)\]\)\.

Given two functionsllanduu, the bracket\[l,u\]\[l,u\]is the set of all functionsffwithl≤f≤ul\\leq f\\leq u\. Given a probability measureμ\\mu, anε\\varepsilon\-bracket is a bracket\[l,u\]\[l,u\]with‖u−l‖L2=\(∫\(u−l\)2​d​μ\)12<ε\\\|u\-l\\\|\_\{L\_\{2\}\}=\\left\(\\int\(u\-l\)^\{2\}\\text\{d\}\\mu\\right\)^\{\\frac\{1\}\{2\}\}<\\varepsilon\. The bracketing numberN\[\]​\(ε,ℱ\)N\_\{\[\\,\]\}\(\\varepsilon,\\mathcal\{F\}\)is the minimum number ofε\\varepsilon\-brackets needed to coverℱ\\mathcal\{F\}\. Specifically,

N\[\]\(ϵ,ℱ\)=min\{n:∃\[lj,uj\]j=1n,∥uj−lj∥≤ϵ,\\displaystyle N\_\{\[\\,\]\}\(\\epsilon,\\mathcal\{F\}\)=\\min\\\{n:\\exists\\left\[l\_\{j\},u\_\{j\}\\right\]\_\{j=1\}^\{n\},\\\|u\_\{j\}\-l\_\{j\}\\\|\\leq\\epsilon,s\.t\.∀f∈ℱ,∃j∈\[n\],lj≤f≤uj\}\.\\displaystyle\\hskip 71\.13188pt\\text\{s\.t\. \}\\forall f\\in\\mathcal\{F\},\\exists j\\in\[n\],l\_\{j\}\\leq f\\leq u\_\{j\}\\\}\.\(16\)

Bracketing numbers quantify how many simple function pairs \(brackets\) are needed to approximate a complex function class within a given accuracy\. The smaller the bracketing number, the simpler or more regular the function class is\. Utilizing the following lemma in\[[38](https://arxiv.org/html/2607.01752#bib.bib212)\], we can acquire the bracketing number bound for MAS:

###### Lemma 2\.

Letℱ=\{fθ:θ∈Θ\}\\mathcal\{F\}=\\\{f\_\{\\theta\}:\\theta\\in\\Theta\\\}be a collection of measurable functions indexed by a bounded subsetΘ⊂ℝd\\Theta\\subset\\mathbb\{R\}^\{d\}\. Suppose that there exists a measurable functionmmsuch that

\|fθ1​\(x\)−fθ2​\(x\)\|≤m​\(x\)​‖θ1−θ2‖,for every​θ1,θ2\.\|f\_\{\\theta\_\{1\}\}\(x\)\-f\_\{\\theta\_\{2\}\}\(x\)\|\\leq m\(x\)\\\|\\theta\_\{1\}\-\\theta\_\{2\}\\\|,\\quad\\text\{for every \}\\theta\_\{1\},\\theta\_\{2\}\.
Then there exists a constantKK, depending onΘ\\Thetaandddonly, such that the bracketing numbers satisfy

N\[\]​\(ε,ℱ\)≤K​\(‖m‖L2​diam⁡Θε\)dfor every​0<ε<diam⁡Θ,\\displaystyle N\_\{\[\\ \]\}\(\\varepsilon,\\mathcal\{F\}\)\\leq K\\left\(\\frac\{\\\|m\\\|\_\{L\_\{2\}\}\\operatorname\{diam\}\\Theta\}\{\\varepsilon\}\\right\)^\{d\}\\quad\\text\{for every \}0<\\varepsilon<\\operatorname\{diam\}\\Theta,wherediam⁡Θ\\operatorname\{diam\}\\Thetais the diameter of the parameter spaceΘ\\Theta\.

Utilizing[Lemma2](https://arxiv.org/html/2607.01752#A4.EGx12)and[Lemma1](https://arxiv.org/html/2607.01752#Thmlemma1), the bracketing number of MAS can be upper bounded:

###### Theorem 8\.

The bracketing number of MAS is upper bounded\. Suppose a set of MASℳ\\mathcal\{M\}is controlled bydd\-dimensional parameterθ∈Θ⊂ℝd\\theta\\in\\Theta\\subset\\mathbb\{R\}^\{d\}\. For any0<ϵ<diam⁡Θ0<\\epsilon<\\operatorname\{diam\}\\Theta,

N\[\]​\(ε,ℳ\)≤K​\(c1​diam⁡Θε\)d,N\_\{\[\\ \]\}\(\\varepsilon,\\mathcal\{M\}\)\\leq K\\left\(\\frac\{c\_\{1\}\\operatorname\{diam\}\\Theta\}\{\\varepsilon\}\\right\)^\{d\},\(17\)wherec1=BT​\(𝔼​\(∑n=1N0rn\)2\)12c\_\{1\}=\\frac\{B\}\{T\}\\left\(\\mathbb\{E\}\\left\(\\sum\_\{n=1\}^\{N\_\{0\}\}r\_\{n\}\\right\)^\{2\}\\right\)^\{\\frac\{1\}\{2\}\}\.

An important feature of the bracketing number is that it bounds the complexity of a model\. We first introduce the concept of Rademacher complexity\[[21](https://arxiv.org/html/2607.01752#bib.bib241)\]\.

###### Definition 2\(Rademacher complexity\[[21](https://arxiv.org/html/2607.01752#bib.bib241)\]\)\.

The Rademacher complexity of a class of functionsℱ\\mathcal\{F\}with respect to a sample\{x1,x2,…,xZ\}\\\{x\_\{1\},x\_\{2\},\\dots,x\_\{Z\}\\\}drawn from a distributionPPis defined as:

ℛZ​\(ℱ\)=𝔼σ​\[supf∈ℱ1Z​∑z=1Zσz​f​\(xz\)\],\\mathcal\{R\}\_\{Z\}\(\\mathcal\{F\}\)=\\mathbb\{E\}\_\{\\sigma\}\\left\[\\sup\_\{f\\in\\mathcal\{F\}\}\\frac\{1\}\{Z\}\\sum\_\{z=1\}^\{Z\}\\sigma\_\{z\}f\(x\_\{z\}\)\\right\],whereσ1,σ2,…,σZ\\sigma\_\{1\},\\sigma\_\{2\},\\dots,\\sigma\_\{Z\}are independent Rademacher random variables, i\.e\.,ℙ​\(σz=1\)=ℙ​\(σz=−1\)=12\\mathbb\{P\}\(\\sigma\_\{z\}=1\)=\\mathbb\{P\}\(\\sigma\_\{z\}=\-1\)=\\frac\{1\}\{2\}, and the expectation𝔼σ\\mathbb\{E\}\_\{\\sigma\}is taken over the distribution of these random variables\.

Rademacher complexity can be understood as the degree to which a model fits noise\. The higher the Rademacher complexity of a model, the stronger its ability to fit noise, and the more prone it is to overfitting\. Since[Assumption3](https://arxiv.org/html/2607.01752#Thmassumption3)bounds the negative log\-likelihood class, we may normalize the loss functions into\[0,1\]\[0,1\]; the scaling constant is absorbed intoC2C\_\{2\}andC3C\_\{3\}\. We can derive the following lemma:

###### Lemma 3\.

For a real\-valued function spaceℱ:𝒳→\[0,1\]\\mathcal\{F\}:\\mathcal\{X\}\\to\[0,1\], given a training setX=\{x1,x2,…,xZ\}X=\\\{x\_\{1\},x\_\{2\},\\dots,x\_\{Z\}\\\}of sizeZZsampled independently and identically distributed from𝒟\\mathcal\{D\}, for anyf∈ℱf\\in\\mathcal\{F\}and0<ξ<10<\\xi<1, with probability at least1−ξ1\-\\xi, we have:

\[𝔼​\[f​\(x\)\]−1Z​∑z=1Zf​\(xz\)\]≤2​ℛZ​\(ℱ\)\+ln⁡\(1/ξ\)2​Z\.\\left\[\\mathbb\{E\}\[f\(x\)\]\-\\frac\{1\}\{Z\}\\sum\_\{z=1\}^\{Z\}f\(x\_\{z\}\)\\right\]\\leq 2\\mathcal\{R\}\_\{Z\}\(\\mathcal\{F\}\)\+\\sqrt\{\\frac\{\\ln\(1/\\xi\)\}\{2Z\}\}\.

There exists the following relationship between the Rademacher complexity and the bracketing number of the model:

###### Theorem 9\(Bounding Rademacher Complexity via Bracketing Number\)\.

Letℱ\\mathcal\{F\}be a class of measurable functions, and letPPbe a probability distribution over𝒳\\mathcal\{X\}\. Suppose that the bracketing numberN\[\]​\(ε,ℱ\)N\_\{\[\\,\]\}\(\\varepsilon,\\mathcal\{F\}\)is finite for allε\>0\\varepsilon\>0\. Then, for a sampleS=\{x1,…,xZ\}S=\\\{x\_\{1\},\\ldots,x\_\{Z\}\\\}drawn i\.i\.d\. from probability measureμ\\mu, the empirical Rademacher complexity satisfies:

ℛZ​\(ℱ\)\\displaystyle\\mathcal\{R\}\_\{Z\}\(\\mathcal\{F\}\)≤infδ\>0\(4​δ\+12Z​∫δdiam⁡Θlog⁡N\[\]​\(ε,ℱ\)​d​ε\)\\displaystyle\\leq\\inf\_\{\\delta\>0\}\\left\(4\\delta\+\\frac\{12\}\{\\sqrt\{Z\}\}\\int\_\{\\delta\}^\{\\operatorname\{diam\}\\Theta\}\\sqrt\{\\log N\_\{\[\\,\]\}\(\\varepsilon,\\mathcal\{F\}\)\}\\,\\text\{d\}\\varepsilon\\right\)≤12Z​∫0diam⁡Θlog⁡N\[\]​\(ε,ℱ\)​d​ε\.\\displaystyle\\leq\\frac\{12\}\{\\sqrt\{Z\}\}\\int\_\{0\}^\{\\operatorname\{diam\}\\Theta\}\\sqrt\{\\log N\_\{\[\\,\]\}\(\\varepsilon,\\mathcal\{F\}\)\}\\,\\text\{d\}\\varepsilon\.

###### Proof\.

Letσ1,…,σZ\\sigma\_\{1\},\\ldots,\\sigma\_\{Z\}be i\.i\.d\. Rademacher random variables\. Then:

ℜZ​\(ℱ\)=𝔼σ​\[supf∈ℱ1Z​∑z=1Zσz​f​\(xz\)\]\.\\mathfrak\{R\}\_\{Z\}\(\\mathcal\{F\}\)=\\mathbb\{E\}\_\{\\sigma\}\\left\[\\sup\_\{f\\in\\mathcal\{F\}\}\\frac\{1\}\{Z\}\\sum\_\{z=1\}^\{Z\}\\sigma\_\{z\}f\(x\_\{z\}\)\\right\]\.Letδ\>0\\delta\>0be arbitrary\. For eachε∈\(δ,1\]\\varepsilon\\in\(\\delta,1\], construct anε\\varepsilon\-bracketing cover\{\[lj,uj\]\}\\\{\[l\_\{j\},u\_\{j\}\]\\\}ofℱ\\mathcal\{F\}such that‖uj−lj‖L2​\(μ\)≤ε\\\|u\_\{j\}\-l\_\{j\}\\\|\_\{L\_\{2\}\(\\mu\)\}\\leq\\varepsilon\.

For eachf∈ℱf\\in\\mathcal\{F\}, choose bracket midpointfε=\(lj\+uj\)/2f\_\{\\varepsilon\}=\(l\_\{j\}\+u\_\{j\}\)/2\. Then:

‖f−fε‖L2​\(μ\)≤ε2\.\\\|f\-f\_\{\\varepsilon\}\\\|\_\{L\_\{2\}\(\\mu\)\}\\leq\\frac\{\\varepsilon\}\{2\}\.All thesefϵf\_\{\\epsilon\}form a new hypothesis setℱϵ\\mathcal\{F\}\_\{\\epsilon\}\. The size ofℱϵ\\mathcal\{F\}\_\{\\epsilon\}is smaller than its bracketing number, i\.e\.,\#​\{ℱϵ\}≤N\[\]​\(ϵ,ℱ\)\\\#\\\{\\mathcal\{F\}\_\{\\epsilon\}\\\}\\leq\{\}N\_\{\[\\ \]\}\(\\epsilon,\\mathcal\{F\}\)\.

By triangle inequality and properties of empirical norms:

ℜZ​\(ℱ\)\\displaystyle\\mathfrak\{R\}\_\{Z\}\(\\mathcal\{F\}\)=𝔼σ​\[supf∈ℱ1Z​∑z=1Zσz​f​\(xz\)\]\\displaystyle=\\mathbb\{E\}\_\{\\sigma\}\\left\[\\sup\_\{f\\in\\mathcal\{F\}\}\\frac\{1\}\{Z\}\\sum\_\{z=1\}^\{Z\}\\sigma\_\{z\}f\(x\_\{z\}\)\\right\]≤𝔼σ​\[supf∈ℱ1Z​∑z=1Zσz​\(f​\(xz\)−fϵ​\(xz\)\)\+σz​fϵ​\(xz\)\]\\displaystyle\\leq\\mathbb\{E\}\_\{\\sigma\}\\left\[\\sup\_\{f\\in\\mathcal\{F\}\}\\frac\{1\}\{Z\}\\sum\_\{z=1\}^\{Z\}\\sigma\_\{z\}\(f\(x\_\{z\}\)\-f\_\{\\epsilon\}\(x\_\{z\}\)\)\+\\sigma\_\{z\}f\_\{\\epsilon\}\(x\_\{z\}\)\\right\]≤𝔼σ​\[supf∈ℱ1Z​∑z=1Zσz​fϵ​\(xz\)\]\+ε≤ℜZ​\(ℱε\)\+ϵ\.\\displaystyle\\leq\\mathbb\{E\}\_\{\\sigma\}\\left\[\\sup\_\{f\\in\\mathcal\{F\}\}\\frac\{1\}\{Z\}\\sum\_\{z=1\}^\{Z\}\\sigma\_\{z\}f\_\{\\epsilon\}\(x\_\{z\}\)\\right\]\+\\varepsilon\\leq\\mathfrak\{R\}\_\{Z\}\(\\mathcal\{F\}\_\{\\varepsilon\}\)\+\\epsilon\.Using Massart’s Lemma\[[21](https://arxiv.org/html/2607.01752#bib.bib241)\]:

ℜZ​\(ℱε\)≤2​log⁡N\[\]​\(ε,ℱ\)Z\.\\mathfrak\{R\}\_\{Z\}\(\\mathcal\{F\}\_\{\\varepsilon\}\)\\leq\\sqrt\{\\frac\{2\\log N\_\{\[\\,\]\}\(\\varepsilon,\\mathcal\{F\}\)\}\{Z\}\}\.Integrating overε∈\[δ,1\]\\varepsilon\\in\[\\delta,1\]yields:

ℜZ​\(ℱ\)≤4​δ\+12Z​∫δ1log⁡N\[\]​\(ε,ℱ\)​d​ε\.\\mathfrak\{R\}\_\{Z\}\(\\mathcal\{F\}\)\\leq 4\\delta\+\\frac\{12\}\{\\sqrt\{Z\}\}\\int\_\{\\delta\}^\{1\}\\sqrt\{\\log N\_\{\[\\,\]\}\(\\varepsilon,\\mathcal\{F\}\)\}\\,\\text\{d\}\\varepsilon\.Taking the infimum overδ\>0\\delta\>0completes the proof\. Settingδ=0\\delta=0, we derive the second inequality in[Theorem9](https://arxiv.org/html/2607.01752#Thmtheorem9)\. ∎

Now that we get:

\|ℒ^−𝔼​\[ℒ^\]\|\\displaystyle\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]\|≤2​ℛZ​\(ℱ\)\+ln⁡\(1/ξ\)2​Z\\displaystyle\\leq 2\\mathcal\{R\}\_\{Z\}\(\\mathcal\{F\}\)\+\\sqrt\{\\frac\{\\ln\(1/\\xi\)\}\{2Z\}\}≤12Z​∫0diam⁡Θlog⁡N\[\]​\(ε,ℱ\)​d​ε\+ln⁡\(1/ξ\)2​Z\\displaystyle\\leq\\frac\{12\}\{\\sqrt\{Z\}\}\\int\_\{0\}^\{\\operatorname\{diam\}\\Theta\}\\sqrt\{\\log N\_\{\[\\,\]\}\(\\varepsilon,\\mathcal\{F\}\)\}\\,\\text\{d\}\\varepsilon\+\\sqrt\{\\frac\{\\ln\(1/\\xi\)\}\{2Z\}\}≤12Z​∫0diam⁡Θlog⁡\[K​BT​W12​d​\(diam⁡Θε\)d\]​d​ε\+ln⁡\(1/ξ\)2​Z\\displaystyle\\leq\\frac\{12\}\{\\sqrt\{Z\}\}\\int\_\{0\}^\{\\operatorname\{diam\}\\Theta\}\\sqrt\{\\log\\left\[K\\frac\{B\}\{T\}W^\{\\frac\{1\}\{2\}d\}\\left\(\\frac\{\\operatorname\{diam\}\\Theta\}\{\\varepsilon\}\\right\)^\{d\}\\right\]\}\\,\\text\{d\}\\varepsilon\+\\sqrt\{\\frac\{\\ln\(1/\\xi\)\}\{2Z\}\}≤12Z​∫0diam⁡Θd​C3−log⁡ϵ​d​ε\+ln⁡\(1/ξ\)2​Z,\\displaystyle\\leq\\frac\{12\}\{\\sqrt\{Z\}\}\\int\_\{0\}^\{\\operatorname\{diam\}\\Theta\}\{\\sqrt\{d\}\\sqrt\{C\_\{3\}\-\\log\\epsilon\}\}\\,\\text\{d\}\\varepsilon\+\\sqrt\{\\frac\{\\ln\\left\(1/\\xi\\right\)\}\{2Z\}\},whereW=𝔼​\(∑n=1Nrn\)2W=\\mathbb\{E\}\\left\(\\sum\_\{n=1\}^\{N\}r\_\{n\}\\right\)^\{2\}\.

Note that the parameter dimension isN0​M​pN\_\{0\}Mp\(N0N\_\{0\}is the maximum number of timestamps\),MMis the number of interpolation knots, andppis the number of parameters required for each interpolation interval\. In[Theorem5](https://arxiv.org/html/2607.01752#Thmtheorem5),ppis treated as a fixed per\-knot degree of freedom and absorbed intoC2C\_\{2\}; it is restored explicitly in the hyperparameter\-selection corollary\. By collecting each term in the above inequality, we acquire the final bound:

\|ℒ^−𝔼​\[ℒ^\]\|≤1Z​\(12​log⁡1ξ\+C2​N0​M​∫0cC3−log⁡t​𝑑t\),\\displaystyle\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]\|\\leq\\frac\{1\}\{\\sqrt\{Z\}\}\\left\(\\frac\{1\}\{2\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\+\{C\_\{2\}\\sqrt\{N\_\{0\}M\}\}\\int\_\{0\}^\{c\}\\sqrt\{C\_\{3\}\-\\log t\}dt\\right\),wherec=diam⁡Θc=\\operatorname\{diam\}\\Theta\. This finishes the proof\.

### D\-FProof of Theorem[6](https://arxiv.org/html/2607.01752#Thmtheorem6)

Supposeℒ∗\\mathcal\{L\}^\{\*\}is the optimal negative log\-likelihood, derived from the ground\-truth intensity\. Then, the generalized loss for MAS can be decomposed as:

𝔼​ℒ^\\displaystyle\\mathbb\{E\}\\widehat\{\\mathcal\{L\}\}≤ℒ∗\+\|ℒ∗−ℒ^\|\+\|ℒ^−𝔼​ℒ^\|\\displaystyle\\leq\\mathcal\{L\}^\{\*\}\+\\left\|\\mathcal\{L\}^\{\*\}\-\\widehat\{\\mathcal\{L\}\}\\right\|\+\\left\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\\widehat\{\\mathcal\{L\}\}\\right\|≤ℒ∗\+1Z​T​∑z=1Z\|log⁡p∗​\(Sz\)−log⁡pθ​\(Sz\)\|\+\|ℒ^−𝔼​ℒ^\|\\displaystyle\\leq\\mathcal\{L\}^\{\*\}\+\\frac\{1\}\{ZT\}\\sum\_\{z=1\}^\{Z\}\{\\left\|\\log p^\{\*\}\\left\(S\_\{z\}\\right\)\-\\log p\_\{\\theta\}\\left\(S\_\{z\}\\right\)\\right\|\}\+\\left\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\\widehat\{\\mathcal\{L\}\}\\right\|≤ℒ∗\+1Z​T​∑z=1Z∑n=1N\|log⁡p∗​\(tn\(z\)\)−log⁡pθ​\(tn\(z\)\)\|\+\|ℒ^−𝔼​ℒ^\|\\displaystyle\\leq\\mathcal\{L\}^\{\*\}\+\\frac\{1\}\{ZT\}\\sum\_\{z=1\}^\{Z\}\{\\sum\_\{n=1\}^\{N\}\{\\left\|\\log p^\{\*\}\\left\(t^\{\\left\(z\\right\)\}\_\{n\}\\right\)\-\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|\}\}\+\\left\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\\widehat\{\\mathcal\{L\}\}\\right\|≤1Z​T​∑z,n=1Z,N\|log⁡p∗​\(tn\(z\)\)−log⁡pθ​\(tn\(z\)\)\|​ℐ​\(tn\(z\)≥tn−1\(z\)\+M​Δ\)⏟W1\\displaystyle\\leq\\underbrace\{\\frac\{1\}\{ZT\}\\sum\_\{z,n=1\}^\{Z,N\}\{\\left\|\\log p^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|\}\\mathcal\{I\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\geq t\_\{n\-1\}^\{\\left\(z\\right\)\}\+M\\Delta\\right\)\}\_\{W\_\{1\}\}\+1Z​T​∑z,n=1Z,N\|log⁡p∗​\(tn\(z\)\)−log⁡pθ​\(tn\(z\)\)\|​ℐ​\(tn\(z\)<tn−1\(z\)\+M​Δ\)⏟W2\+ℒ∗\+\|ℒ^−𝔼​ℒ^\|⏟W3\.\\displaystyle\+\\underbrace\{\\frac\{1\}\{ZT\}\\sum\_\{z,n=1\}^\{Z,N\}\{\\left\|\\log p^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|\}\\mathcal\{I\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}<t\_\{n\-1\}^\{\\left\(z\\right\)\}\+M\\Delta\\right\)\}\_\{W\_\{2\}\}\+\\mathcal\{L\}^\{\*\}\+\\underbrace\{\\left\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\\widehat\{\\mathcal\{L\}\}\\right\|\}\_\{W\_\{3\}\}\.W1W\_\{1\}can be bounded by following inequality:

W1\\displaystyle\\quad\\ \\ W\_\{1\}=1Z​T​∑z,n=1Z,N\|log⁡p∗​\(tn\(z\)\)−log⁡pθ​\(tn\(z\)\)\|​ℐn\\displaystyle=\\frac\{1\}\{ZT\}\\sum\_\{z,n=1\}^\{Z,N\}\{\\left\|\\log p^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|\\mathcal\{I\}\_\{n\}\}≤B0T​ℐ​\(tn\(z\)−tn−1\(z\)≥M​Δ\),\\displaystyle\\leq\\frac\{B\_\{0\}\}\{T\}\\mathcal\{I\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\-t\_\{n\-1\}^\{\\left\(z\\right\)\}\\geq M\\Delta\\right\),whereℐn=ℐ​\(tn\(z\)≥tn−1\(z\)\+M​Δ\)\\mathcal\{I\}\_\{n\}=\\mathcal\{I\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\geq t\_\{n\-1\}^\{\\left\(z\\right\)\}\+M\\Delta\\right\), andB0B\_\{0\}is a bound on\|log⁡p∗​\(tn\(z\)\)−log⁡pθ​\(tn\(z\)\)\|\\left\|\\log p^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|from[Assumption3](https://arxiv.org/html/2607.01752#Thmassumption3)\. The factor depending on the maximum sequence length is absorbed into the constantBB\. Thus, we can take the expectation on both sides:

𝔼​W1≤B0T​ℙ​\(tn\(z\)−tn−1\(z\)≥M​Δ\)\\displaystyle\\quad\\ \\mathbb\{E\}W\_\{1\}\\leq\\frac\{B\_\{0\}\}\{T\}\\mathbb\{P\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\-t\_\{n\-1\}^\{\\left\(z\\right\)\}\\geq M\\Delta\\right\)\(18\)≤B0T​∫tn\(z\)−tn−1\(z\)≥M​Δtn\(z\)−tn−1\(z\)M​Δ​d​μ≤B0T​𝔼​tiL:=BT​L\.\\displaystyle\\leq\\frac\{B\_\{0\}\}\{T\}\\int\_\{t\_\{n\}^\{\\left\(z\\right\)\}\-t\_\{n\-1\}^\{\\left\(z\\right\)\}\\geq M\\Delta\}\{\\frac\{t\_\{n\}^\{\\left\(z\\right\)\}\-t\_\{n\-1\}^\{\\left\(z\\right\)\}\}\{M\\Delta\}\}\\text\{d\}\\mu\\leq\\frac\{B\_\{0\}\}\{T\}\\frac\{\\mathbb\{E\}t\_\{i\}\}\{L\}=\\frac\{B\}\{TL\}\.ForW2W\_\{2\}, we have proven in[Theorem4](https://arxiv.org/html/2607.01752#Thmtheorem4)that there exists a MASΛθ∗\\Lambda^\{\*\}\_\{\\theta\}, s\.t\.,‖Λθ∗−Λ∗‖≤12​C0​Δ2\\\|\\Lambda^\{\*\}\_\{\\theta\}\-\\Lambda^\{\*\}\\\|\\leq\\frac\{1\}\{2\}C\_\{0\}\\Delta^\{2\},‖Λθ∗⁣′−Λ∗⁣′‖≤C0​Δ\\\|\\Lambda^\{\*\\prime\}\_\{\\theta\}\-\\Lambda^\{\*\\prime\}\\\|\\leq C\_\{0\}\\Delta\. As a result,W2W\_\{2\}can be bounded by:

W2\\displaystyle\\ \\ W\_\{2\}=1Z​T​∑z=1Z∑n=1N\|log⁡p∗​\(tn\(z\)\)−log⁡pθ​\(tn\(z\)\)\|​\(1−ℐn\)\\displaystyle=\\frac\{1\}\{ZT\}\\sum\_\{z=1\}^\{Z\}\{\\sum\_\{n=1\}^\{N\}\{\\left\|\\log p^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|\}\}\(1\-\\mathcal\{I\}\_\{n\}\)\(19\)≤1Z​T∑z=1Z∑n=1N\(\|logΛθ∗′\(tn\(z\)\)−logΛ∗′\(tn\(z\)\)\|\\displaystyle\\leq\\frac\{1\}\{ZT\}\\sum\_\{z=1\}^\{Z\}\{\\sum\_\{n=1\}^\{N\}\{\\left\(\\left\|\\log\\Lambda\_\{\\theta\}^\{\*^\{\\prime\}\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\log\\Lambda^\{\*^\{\\prime\}\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|\\right\.\}\}\+\|\(Λθ∗\(tn\(z\)\)−Λθ∗\(tn−1\(z\)\)\)−\(Λ∗\(tn\(z\)\)−Λ∗\(tn−1\(z\)\)\)\|\)\\displaystyle\+\\left\.\\left\|\\left\(\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\Lambda\_\{\\theta\}^\{\*\}\\left\(t\_\{n\-1\}^\{\\left\(z\\right\)\}\\right\)\\right\)\-\\left\(\\Lambda^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\Lambda^\{\*\}\\left\(t\_\{n\-1\}^\{\\left\(z\\right\)\}\\right\)\\right\)\\right\|\\right\)≤1Z​T​∑z=1Z∑n=1N\(1v1​∥Λθ∗′​\(tn\(z\)\)−Λ∗′​\(tn\(z\)\)∥\+C0​Δ2\)\\displaystyle\\leq\\frac\{1\}\{ZT\}\\sum\_\{z=1\}^\{Z\}\{\\sum\_\{n=1\}^\{N\}\{\\left\(\\frac\{1\}\{v\_\{1\}\}\\lVert\\Lambda\_\{\\theta\}^\{\*^\{\\prime\}\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\Lambda^\{\*^\{\\prime\}\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\rVert\+C\_\{0\}\\Delta^\{2\}\\right\)\}\}≤1Z​T​∑z=1Z∑n=1N\(C0v1​Δ\+C0​Δ2\)≤1T​∑n=1N0\(C0v1​Δ\+C0​Δ2\):=C0​\(ΔC4\+Δ22\)\.\\displaystyle\\leq\\frac\{1\}\{ZT\}\\sum\_\{z=1\}^\{Z\}\{\\sum\_\{n=1\}^\{N\}\{\\left\(\\frac\{C\_\{0\}\}\{v\_\{1\}\}\\Delta\+C\_\{0\}\\Delta^\{2\}\\right\)\}\}\\leq\\frac\{1\}\{T\}\{\\sum\_\{n=1\}^\{N\_\{0\}\}\{\\left\(\\frac\{C\_\{0\}\}\{v\_\{1\}\}\\Delta\+C\_\{0\}\\Delta^\{2\}\\right\)\}\}=\{C\_\{0\}\\left\(\\frac\{\\Delta\}\{C\_\{4\}\}\+\\frac\{\\Delta^\{2\}\}\{2\}\\right\)\}\.HereC4C\_\{4\}absorbs the lower intensity boundv1v\_\{1\}and the normalization constants involvingTTandN0N\_\{0\}\. Finally, according to[Theorem5](https://arxiv.org/html/2607.01752#Thmtheorem5):

W3\\displaystyle W\_\{3\}=\|ℒ^−𝔼​\[ℒ^\]\|≤1Z​\(12​log⁡1ξ\)\+1Z​\(C2​N0​M​∫0cC3−log⁡t​𝑑t\)\\displaystyle=\|\\widehat\{\\mathcal\{L\}\}\-\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]\|\\leq\\frac\{1\}\{\\sqrt\{Z\}\}\\left\(\\frac\{1\}\{2\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\\right\)\+\\frac\{1\}\{\\sqrt\{Z\}\}\\left\(\{C\_\{2\}\\sqrt\{N\_\{0\}M\}\}\\int\_\{0\}^\{c\}\\sqrt\{C\_\{3\}\-\\log t\}dt\\right\):\\displaystyle:=1Z​\(12​log⁡1ξ\)\+C2Z​LΔ​R​\(L,Δ\)\.\\displaystyle=\\frac\{1\}\{\\sqrt\{Z\}\}\\left\(\\frac\{1\}\{2\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\\right\)\+\\frac\{C\_\{2\}\}\{\\sqrt\{Z\}\}\\frac\{\\sqrt\{L\}\}\{\\sqrt\{\\Delta\}\}R\(L,\\Delta\)\.By combiningW1,W2W\_\{1\},W\_\{2\}andW3W\_\{3\}, we acquire:

𝔼​\[ℒ^\]≤ℒ∗\+12​Z​log⁡1ξ\+BT⋅L\+C0​\(ΔC4\+Δ22\)\+C2Z​LΔ​R​\(L,Δ\)\.\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]\\leq\{\\mathcal\{L\}^\{\*\}\}\+\{\\frac\{1\}\{2\\sqrt\{Z\}\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\}\+\{\\frac\{B\}\{T\\cdot L\}\}\+\{C\_\{0\}\\left\(\\frac\{\\Delta\}\{C\_\{4\}\}\+\\frac\{\\Delta^\{2\}\}\{2\}\\right\)\}\+\{\\frac\{C\_\{2\}\}\{\\sqrt\{Z\}\}\\frac\{\\sqrt\{L\}\}\{\\sqrt\{\\Delta\}\}R\(L,\\Delta\)\}\.\(20\)This finishes the proof\.

### D\-GProof of Theorem[7](https://arxiv.org/html/2607.01752#Thmtheorem7)

###### Proof\.

Leta=tn\+a=t\_\{n\}^\{\+\}andb=tn\+Twb=t\_\{n\}\+T\_\{w\}\. By assumption,

λ∗​\(a\)−λ∗​\(b\)=γ\>0\.\\lambda^\{\*\}\(a\)\-\\lambda^\{\*\}\(b\)=\\gamma\>0\.For any convex MNN in[Theorem2](https://arxiv.org/html/2607.01752#Thmtheorem2), the induced intensity is non\-decreasing on the interval, so

λMNN​\(b\)≥λMNN​\(a\)\.\\lambda\_\{\\mathrm\{MNN\}\}\(b\)\\geq\\lambda\_\{\\mathrm\{MNN\}\}\(a\)\.If the MNN approximation error were smaller thanγ/2\\gamma/2at both endpoints, then

λMNN​\(a\)\>λ∗​\(a\)−γ2=λ∗​\(b\)\+γ2,\\lambda\_\{\\mathrm\{MNN\}\}\(a\)\>\\lambda^\{\*\}\(a\)\-\\frac\{\\gamma\}\{2\}=\\lambda^\{\*\}\(b\)\+\\frac\{\\gamma\}\{2\},and

λMNN​\(b\)<λ∗​\(b\)\+γ2\.\\lambda\_\{\\mathrm\{MNN\}\}\(b\)<\\lambda^\{\*\}\(b\)\+\\frac\{\\gamma\}\{2\}\.These two inequalities implyλMNN​\(a\)\>λMNN​\(b\)\\lambda\_\{\\mathrm\{MNN\}\}\(a\)\>\\lambda\_\{\\mathrm\{MNN\}\}\(b\), contradicting the non\-decreasing property\. Therefore,

infMNNError​\(λMNN\)≥γ2\.\\inf\_\{\\mathrm\{MNN\}\}\\mathrm\{Error\}\(\\lambda\_\{\\mathrm\{MNN\}\}\)\\geq\\frac\{\\gamma\}\{2\}\.On the other hand,[Theorem4](https://arxiv.org/html/2607.01752#Thmtheorem4)gives an MAS intensity approximation error bounded byC0​ΔC\_\{0\}\\Delta\. Hence,

infMNNError​\(λMNN\)−Error​\(λMAS\)≥γ2−C0​Δ,\\inf\_\{\\mathrm\{MNN\}\}\\mathrm\{Error\}\(\\lambda\_\{\\mathrm\{MNN\}\}\)\-\\mathrm\{Error\}\(\\lambda\_\{\\mathrm\{MAS\}\}\)\\geq\\frac\{\\gamma\}\{2\}\-C\_\{0\}\\Delta,which proves the theorem\. ∎

### D\-HProof of Corollary[7\.1](https://arxiv.org/html/2607.01752#Thmtheorem7.Thmcorollary1)

Finally, we estimate the bounds for two important parameters,Δ\\DeltaandLL, by minimizing the generalization bound in[Theorem6](https://arxiv.org/html/2607.01752#Thmtheorem6)\. If we restore all constants in the bound[Equation20](https://arxiv.org/html/2607.01752#A4.E20), we get:

𝔼​\[ℒ^\]≤ℒ∗\+12​Z​log⁡1ξ\+N0​B0p⋅𝔼​tiT⋅L\+l1​\(Lp​v1\+L2p2\)\+12Z​N0​p​q​∫0diam​ΘC3−log⁡t​𝑑t,\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]\\leq\{\\mathcal\{L\}^\{\*\}\}\+\{\\frac\{1\}\{2\\sqrt\{Z\}\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\}\+\{\\frac\{N\_\{0\}B\_\{0\}\}\{p\}\\cdot\\frac\{\\mathbb\{E\}t\_\{i\}\}\{T\\cdot L\}\}\+\{l\_\{1\}\\left\(\\frac\{L\}\{pv\_\{1\}\}\+\\frac\{L^\{2\}\}\{p^\{2\}\}\\right\)\}\+\{\\frac\{12\}\{\\sqrt\{Z\}\}\{\\sqrt\{N\_\{0\}pq\}\}\\int\_\{0\}^\{\\text\{diam\}\\Theta\}\\sqrt\{C\_\{3\}\-\\log t\}dt\},\(21\)
whereΔ=L/p\\Delta=L/p\. We first focus on how to estimateLL\. Typically,Δ≪1\\Delta\\ll 1, thus we could ignore theΔ2\\Delta^\{2\}term in[Equation20](https://arxiv.org/html/2607.01752#A4.E20)and focus on the terml1​Lv1​p\\frac\{l\_\{1\}L\}\{v\_\{1\}p\}\. Notice that in[Equation21](https://arxiv.org/html/2607.01752#A4.E21), only two termsN0​B0⋅𝔼​tiT⋅L\+l1​Lv1​p\{N\_\{0\}B\_\{0\}\\cdot\\frac\{\\mathbb\{E\}t\_\{i\}\}\{T\\cdot L\}\}\+\\frac\{l\_\{1\}L\}\{v\_\{1\}p\}relate toLL\. Then when[Equation21](https://arxiv.org/html/2607.01752#A4.E21)is minimized,LLshould satisfy:

L≥v1​N0​B0​𝔼​\[ti\]l1​T\.L\\geq\\sqrt\{\\frac\{v\_\{1\}N\_\{0\}B\_\{0\}\\mathbb\{E\}\[t\_\{i\}\]\}\{l\_\{1\}T\}\}\.As a bound between the ground truthlog⁡p∗​\(tn\(z\)\)\\log p^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)andlog⁡pθ​\(tn\(z\)\)\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\),B0=suptn\(z\)\|log⁡p∗​\(tn\(z\)\)−log⁡pθ​\(tn\(z\)\)\|\>1B\_\{0\}=\\sup\_\{t^\{\(z\)\}\_\{n\}\}\\left\|\\log p^\{\*\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\-\\log p\_\{\\theta\}\\left\(t\_\{n\}^\{\\left\(z\\right\)\}\\right\)\\right\|\>1typically holds\. Moreover,N0N\_\{0\}is the maximum number of events that happen during the interval\[0,T\]\[0,T\]\. Thus,N0​B0≥TN\_\{0\}B\_\{0\}\\geq T, and the bound can be reduced to:

L≥v1​𝔼​\[ti\]l1,L\\geq\\sqrt\{\\frac\{v\_\{1\}\\mathbb\{E\}\[t\_\{i\}\]\}\{l\_\{1\}\}\},wherel1l\_\{1\}is the Lipschitz constant of the intensity during event intervals, andv1v\_\{1\}is the base intensity during\[0,T\]\[0,T\]\.

We next focus on deriving the bound ofpp\. BecauseΔ=L/p\\Delta=L/p,[Equation21](https://arxiv.org/html/2607.01752#A4.E21)can be rewritten as:

𝔼​\[ℒ^\]\\displaystyle\\mathbb\{E\}\[\\widehat\{\\mathcal\{L\}\}\]≤ℒ∗\+12​Z​log⁡1ξ\+N0​B0p⋅𝔼​tiT⋅Δ\+l1​\(Lp​v1\+L2p2\)\\displaystyle\\leq\{\\mathcal\{L\}^\{\*\}\}\+\{\\frac\{1\}\{2\\sqrt\{Z\}\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\}\+\{\\frac\{N\_\{0\}B\_\{0\}\}\{p\}\\cdot\\frac\{\\mathbb\{E\}t\_\{i\}\}\{T\\cdot\\Delta\}\}\+\{l\_\{1\}\\left\(\\frac\{L\}\{pv\_\{1\}\}\+\\frac\{L^\{2\}\}\{p^\{2\}\}\\right\)\}\+12Z​N0​p​q​∫0diam​ΘC3−log⁡t​𝑑t,\\displaystyle\+\{\\frac\{12\}\{\\sqrt\{Z\}\}\{\\sqrt\{N\_\{0\}pq\}\}\\int\_\{0\}^\{\\text\{diam\}\\Theta\}\\sqrt\{C\_\{3\}\-\\log t\}dt\},≤ℒ∗\+12​Z​log⁡1ξ\+2​N0​B0p⋅𝔼​tiT⋅Δ\+12Z​N0​p​q​∫0diam​ΘC3−log⁡t​𝑑t\.\\displaystyle\\leq\{\\mathcal\{L\}^\{\*\}\}\+\{\\frac\{1\}\{2\\sqrt\{Z\}\}\\sqrt\{\{\\log\\frac\{1\}\{\\xi\}\}\}\}\+\{\\frac\{2N\_\{0\}B\_\{0\}\}\{p\}\\cdot\\frac\{\\mathbb\{E\}t\_\{i\}\}\{T\\cdot\\Delta\}\}\+\{\\frac\{12\}\{\\sqrt\{Z\}\}\{\\sqrt\{N\_\{0\}pq\}\}\\int\_\{0\}^\{\\text\{diam\}\\Theta\}\\sqrt\{C\_\{3\}\-\\log t\}dt\}\.\(22\)
The second step is due to the assumption thatl1​Δ2l\_\{1\}\\Delta^\{2\}is significantly smaller thanΔ\\Deltaand can be ignored\. LetC5=∫0diam​ΘC3−log⁡t​𝑑tC\_\{5\}=\\int\_\{0\}^\{\\text\{diam\}\\Theta\}\\sqrt\{C\_\{3\}\-\\log t\}dt\. For a fixed interpolation lengthLL, the leadingpp\-dependent terms are

l1​Lv1​p\+12​C5Z​N0​p​q\.\\frac\{l\_\{1\}L\}\{v\_\{1\}p\}\+\\frac\{12C\_\{5\}\}\{\\sqrt\{Z\}\}\\sqrt\{N\_\{0\}pq\}\.Minimizing the above expression equals the following convex optimization regardingpp:Ap\+B​p\\frac\{A\}\{p\}\+B\\sqrt\{p\},A,B\>0A,B\>0, whereA=l1​Lv1A=\\frac\{l\_\{1\}L\}\{v\_\{1\}\}andB=12​C5​N0​qZB=\\frac\{12C\_\{5\}\\sqrt\{N\_\{0\}q\}\}\{\\sqrt\{Z\}\}\.f​\(p\)=Ap\+B​pf\(p\)=\\frac\{A\}\{p\}\+B\\sqrt\{p\}is minimized whenf′​\(p\)=0f^\{\\prime\}\(p\)=0, which impliesp=\(2​AB\)23p=\\left\(\\frac\{2A\}\{B\}\\right\)^\{\\frac\{2\}\{3\}\}\. That is,

p⋆\\displaystyle p^\{\\star\}=\(l1​L​Z6​v1​C5​N0​q\)23\.\\displaystyle=\\left\(\\frac\{l\_\{1\}L\\sqrt\{Z\}\}\{6v\_\{1\}C\_\{5\}\\sqrt\{N\_\{0\}q\}\}\\right\)^\{\\frac\{2\}\{3\}\}\.\(23\)
Thus, the optimal number of interpolation intervals increases with the sample sizeZZand decreases with the per\-knot freedomqqand maximum sequence lengthN0N\_\{0\}\. WhenLLis set to the lower\-bound scale derived above andv1v\_\{1\}is identified with the baseline intensityλmin\\lambda\_\{\\min\}, becauseΔ=L/p⋆\\Delta=L/p^\{\\star\}, we acquire the corresponding interval scale:

Δ=Lp⋆≤CΔ​\(N0​q\)13​λmin56​\(𝔼​\[ti\]\)16Z13​l156,\\Delta=\\frac\{L\}\{p^\{\\star\}\}\\leq C\_\{\\Delta\}\\frac\{\(N\_\{0\}q\)^\{\\frac\{1\}\{3\}\}\\lambda\_\{\\text\{min\}\}^\{\\frac\{5\}\{6\}\}\(\\mathbb\{E\}\[t\_\{i\}\]\)^\{\\frac\{1\}\{6\}\}\}\{Z^\{\\frac\{1\}\{3\}\}l\_\{1\}^\{\\frac\{5\}\{6\}\}\},whereCΔC\_\{\\Delta\}absorbs the numerical and bracketing\-integral constants such asC5C\_\{5\}\. This finishes the proof\.

Similar Articles

From Jumps to Signatures: a Generative Method for Temporal Point Processes

arXiv cs.LG

This paper introduces SigTPP, the first signature-based generative model for temporal point processes, which uses a pathwise framework and interarrival embedding to overcome limitations of likelihood-based methods, and demonstrates strong empirical performance across synthetic and real-world datasets.

Active Timepoint Selection for Learning Measure-Valued Trajectories

arXiv cs.LG

This paper introduces a framework for active timepoint selection to infer probability paths from sparse snapshots, using linearized optimal transport to map distributions into a tangent space for Gaussian Process modeling, thereby enabling uncertainty-aware acquisition policies.