paper-with-me

Papers

Imputing Missing Events in Continuous-Time Event Streams

2019-05-14 · Hongyuan Mei, Guanghui Qin, Jason Eisner

Events in the world may be caused by other, unobserved events. We consider sequences of events in continuous time. Given a probability model of complete sequences, we propose particle smoothing---a form of sequential importance sampling---to impute the missing events in an incomplete sequence. We develop a trainable family of proposal distributions based on a type of bidirectional continuous-time LSTM: Bidirectionality lets the proposals condition on future observations, not just on the past as in particle filtering. Our method can sample an ensemble of possible complete sequences (particles), from which we form a single consensus prediction that has low Bayes risk under our chosen loss metric. We experiment in multiple synthetic and real domains, using different missingness mechanisms, and modeling the complete sequences in each domain with a neural Hawkes process (Mei & Eisner 2017). On held-out incomplete sequences, our method is effective at inferring the ground-truth unobserved events, with particle smoothing consistently improving upon particle filtering.

📄 PDF Abstract BibTeX arXiv:1905.05570

Code (2)

HMEIatJHU/neural-hawkes-particle-smoothing 공식 구현 pytorch
hongyuanmei/neural-hawkes-particle-smoothing pytorch

Similar Papers 제목 키워드 기반

Modeling Continuous Time Sequences with Intermittent Observations using Marked Temporal Point Processes

2022-06-23 · Vinayak Gupta, Srikanta Bedathur, Sourangshu Bhattacharya, Abir De

A large fraction of data generated via human activities such as online purchases, health records, spatial mobility etc. can be represented as a sequence of events over a continuous-time. Learning deep learning models ove…

Point ProcessesVariational Inference

Adapting to Skew: Imputing Spatiotemporal Urban Data with 3D Partial Convolutions and Biased Masking

2023-01-10 · Bin Han, Bill Howe

We adapt image inpainting techniques to impute large, irregular missing regions in urban settings characterized by sparsity, variance in both space and time, and anomalous events. Missing regions in urban data can be cau…

Image Inpainting

Inference of unobserved event streams with neural Hawkes particle smoothing

2018-09-27 · Hongyuan Mei, Guanghui Qin, Jason Eisner

Events that we observe in the world may be caused by other, unobserved events. We consider sequences of discrete events in continuous time. When only some of the events are observed, we propose particle smoothing to infe…

Decoder

A Proposed Paradigm for Imputing Missing Multi-Sensor Data in the Healthcare Domain

2026-01-07 · Vaibhav Gupta, Florian Grensing, Beyza Cinar, Maria Maleshkova arxiv

Chronic diseases such as diabetes pose significant management challenges, particularly due to the risk of complications like hypoglycemia, which require timely detection and intervention. Continuous health monitoring thr…

Intensity-Free Learning of Temporal Point Processes

2019-09-26 · ICLR 2020 1 · Oleksandr Shchur, Marin Biloš, Stephan Günnemann

Temporal point processes are the dominant paradigm for modeling sequences of events happening at irregular intervals. The standard way of learning in such models is by estimating the conditional intensity function. Howev…

Point Processes