Papers › Automatic Integration for Spatiotemporal Neural Point Processes

Automatic Integration for Spatiotemporal Neural Point Processes

9 Oct 2023NeurIPS 2023 11arXiv:2310.06179archive 2025-07-28

ZiHao Zhou, Rose Yu

Learning continuous-time point processes is essential to many discrete event forecasting tasks. However, integration poses a major challenge, particularly for spatiotemporal point processes (STPPs), as it involves calculating the likelihood through triple integrals over space and time. Existing methods for integrating STPP either assume a parametric form of the intensity function, which lacks flexibility; or approximating the intensity with Monte Carlo sampling, which introduces numerical errors. Recent work by Omi et al. [2019] proposes a dual network approach for efficient integration of flexible intensity function. However, their method only focuses on the 1D temporal point process. In this paper, we introduce a novel paradigm: AutoSTPP (Automatic Integration for Spatiotemporal Neural Point Processes) that extends the dual network approach to 3D STPP. While previous work provides a foundation, its direct extension overly restricts the intensity function and leads to computational challenges. In response, we introduce a decomposable parametrization for the integral network using ProdNet. This approach, leveraging the product of simplified univariate graphs, effectively sidesteps the computational complexities inherent in multivariate computational graphs. We prove the consistency of AutoSTPP and validate it on synthetic data and benchmark real-world datasets. AutoSTPP shows a significant advantage in recovering complex intensity functions from irregular spatiotemporal events, particularly when the intensity is sharply localized. Our code is open-source at https://github.com/Rose-STL-Lab/AutoSTPP.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.06179")

Code

Syntology Ran 9 of 15 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 8 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rose-stl-lab/autostpp officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 9 ran; 1 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
8ran
6unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from rose-stl-lab/autostpp. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adapt rose-stl-lab/autostpp/src/utils.py official repository ran MIT (permissive) · 1576d890af67a16b · report
func_to_fit rose-stl-lab/autostpp/src/demo/AutoInt.py official repository ran fingerprinted MIT (permissive) · 0a0cc4dfd9666a82 · report
gt rose-stl-lab/autostpp/src/utils.py official repository ran MIT (permissive) · 4273f12350cbac18 · report
lamb_func rose-stl-lab/autostpp/src/demo/AlternatingMLE.py official repository ran MIT (permissive) · 30fbe30e23a189c0 · report
lamb_func rose-stl-lab/autostpp/src/demo/CorrectingMLE.py official repository ran MIT (permissive) · b88c69bbb1b274cf · report
load_class rose-stl-lab/autostpp/src/tune.py official repository ran MIT (permissive) · 9a92dd455b5e3682 · report
nll rose-stl-lab/autostpp/src/demo/AlternatingMLE.py official repository ran MIT (permissive) · 9d4910533c76cd3b · report
plus rose-stl-lab/autostpp/src/demo/CorrectingMLE.py official repository ran fingerprinted MIT (permissive) · a7e351cdbfa22627 · report
relu rose-stl-lab/autostpp/src/demo/CorrectingMLE.py official repository ran · honoured contract fingerprinted MIT (permissive) · 5af8fa537914ff3d · report
chebyCoef rose-stl-lab/autostpp/src/integration/cheb.py official repository unverified MIT (permissive) · db4be29409244983 · report
chebyInt rose-stl-lab/autostpp/src/integration/cheb.py official repository unverified MIT (permissive) · 7c7d498c7c56d63e · report
cli_main rose-stl-lab/autostpp/src/tune.py official repository unverified MIT (permissive) · b6d4bf78825731b8 · report
f_approx rose-stl-lab/autostpp/src/integration/cheb.py official repository unverified MIT (permissive) · afcce0d877252976 · report
get_device rose-stl-lab/autostpp/src/utils.py official repository unverified MIT (permissive) · 006cc07a52cd3b95 · report
train rose-stl-lab/autostpp/src/demo/AutoInt.py official repository unverified MIT (permissive) · 2a2010f87eabbc94 · report

Tasks

Point Processes

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections