Speculative Sampling for Parametric Temporal Point Processes

📅 2025-10-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Point process (TPP) models exhibit strong expressive power but suffer from autoregressive sampling, which precludes parallelization and hinders scalability. This work introduces the first speculative sampling framework for parametric TPPs—requiring no model architecture modification or retraining—enabling exact, parallel multi-step event generation. Our method integrates rejection sampling with a lightweight autoregressive predictor: given historical events, it batch-generates candidate event sequences and rigorously validates each via exact probability checks to guarantee sampling fidelity. We theoretically prove that the resulting event distribution is identical to that of the original TPP. Empirical evaluation across multiple real-world datasets demonstrates an average speedup of 3.2–5.8× over standard autoregressive sampling, with zero accuracy loss. This bridges the longstanding gap between high-expressivity TPP modeling and efficient inference.

Technology Category

Application Category

📝 Abstract
Temporal point processes are powerful generative models for event sequences that capture complex dependencies in time-series data. They are commonly specified using autoregressive models that learn the distribution of the next event from the previous events. This makes sampling inherently sequential, limiting efficiency. In this paper, we propose a novel algorithm based on rejection sampling that enables exact sampling of multiple future values from existing TPP models, in parallel, and without requiring any architectural changes or retraining. Besides theoretical guarantees, our method demonstrates empirical speedups on real-world datasets, bridging the gap between expressive modeling and efficient parallel generation for large-scale TPP applications.
Problem

Research questions and friction points this paper is trying to address.

Enables parallel exact sampling from temporal point processes
Accelerates event sequence generation without model retraining
Bridges gap between expressive modeling and efficient generation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Parallel sampling via rejection sampling technique
Exact sampling without model retraining requirements
Bridging expressive modeling with efficient generation
🔎 Similar Papers
No similar papers found.