ADiff4TPP: Asynchronous Diffusion Models for Temporal Point Processes
Amartya Mukherjee, Ruizhi Deng, He Zhao, Yuzhen Mao, Leonid Sigal, Frederick Tung
TL;DR
ADiff4TPP tackles temporal point process forecasting by learning latent event representations with a $\beta$-VAE and modeling their joint distribution through an asynchronous diffusion process driven by a matrix-valued schedule $A(s)$. Training uses Conditional Flow Matching with a Diffusion Transformer, solving an ODE $\dot{\mathbf{x}}_s=A'(s)\mathbf{v}_\theta(\mathbf{x}_s,A(s))$ to generate or forecast events, while allowing variable observation/prediction windows. The method achieves state-of-the-art results for next-event prediction and long-horizon forecasting across benchmarks, and its asynchronous diffusion enables faster conditioning on distant future events and efficient inference. By operating in latent space and employing an ODE-based generation, ADiff4TPP provides a scalable, flexible framework for heterogeneous event data with significant practical impact on real-time forecasting tasks.
Abstract
This work introduces a novel approach to modeling temporal point processes using diffusion models with an asynchronous noise schedule. At each step of the diffusion process, the noise schedule injects noise of varying scales into different parts of the data. With a careful design of the noise schedules, earlier events are generated faster than later ones, thus providing stronger conditioning for forecasting the more distant future. We derive an objective to effectively train these models for a general family of noise schedules based on conditional flow matching. Our method models the joint distribution of the latent representations of events in a sequence and achieves state-of-the-art results in predicting both the next inter-event time and event type on benchmark datasets. Additionally, it flexibly accommodates varying lengths of observation and prediction windows in different forecasting settings by adjusting the starting and ending points of the generation process. Finally, our method shows superior performance in long-horizon prediction tasks, outperforming existing baseline methods.
