NeuroMemFPP: A recurrent neural approach for memory-aware parameter estimation in fractional Poisson process
Neha Gupta, Aditya Maheshwari
TL;DR
This work tackles parameter estimation for the fractional Poisson process, a memory-aware generalization of the Poisson model. It proposes a direct LSTM-based framework that maps sequences of inter-arrival times to the FPP parameters $μ$ and $β$, leveraging long-range dependencies. On synthetic data, the approach achieves a substantial MSE reduction (~55.3%) over the method of moments and offers faster inference. The method is validated on real high-frequency datasets (emergency calls and finance), demonstrating its ability to track time-varying parameters and daily patterns in complex temporal data.
Abstract
In this paper, we propose a recurrent neural network (RNN)-based framework for estimating the parameters of the fractional Poisson process (FPP), which models event arrivals with memory and long-range dependence. The Long Short-Term Memory (LSTM) network estimates the key parameters $μ>0$ and $β\in(0,1)$ from sequences of inter-arrival times, effectively modeling their temporal dependencies. Our experiments on synthetic data show that the proposed approach reduces the mean squared error (MSE) by about 55.3\% compared to the traditional method of moments (MOM) and performs reliably across different training conditions. We tested the method on two real-world high-frequency datasets: emergency call records from Montgomery County, PA, and AAPL stock trading data. The results show that the LSTM can effectively track daily patterns and parameter changes, indicating its effectiveness on real-world data with complex time dependencies.
