paper-with-me

Papers

Learning Temporal Point Processes for Efficient Retrieval of Continuous Time Event Sequences

2022-02-17 · Vinayak Gupta, Srikanta Bedathur, Abir De

Recent developments in predictive modeling using marked temporal point processes (MTPP) have enabled an accurate characterization of several real-world applications involving continuous-time event sequences (CTESs). However, the retrieval problem of such sequences remains largely unaddressed in literature. To tackle this, we propose NEUROSEQRET which learns to retrieve and rank a relevant set of continuous-time event sequences for a given query sequence, from a large corpus of sequences. More specifically, NEUROSEQRET first applies a trainable unwarping function on the query sequence, which makes it comparable with corpus sequences, especially when a relevant query-corpus pair has individually different attributes. Next, it feeds the unwarped query sequence and the corpus sequence into MTPP guided neural relevance models. We develop two variants of the relevance model which offer a tradeoff between accuracy and efficiency. We also propose an optimization framework to learn binary sequence embeddings from the relevance scores, suitable for the locality-sensitive hashing leading to a significant speedup in returning top-K results for a given query sequence. Our experiments with several datasets show the significant accuracy boost of NEUROSEQRET beyond several baselines, as well as the efficacy of our hashing mechanism.

📄 PDF Abstract BibTeX arXiv:2202.11485

Code (1)

data-iitd/neuroseqret 공식 구현 pytorch

Tasks

Point ProcessesRetrieval

Similar Papers 제목 키워드 기반

Retrieving Continuous Time Event Sequences using Neural Temporal Point Processes with Learnable Hashing

2023-07-13 · Vinayak Gupta, Srikanta Bedathur, Abir De

Temporal sequences have become pervasive in various real-world applications. Consequently, the volume of data generated in the form of continuous time-event sequence(s) or CTES(s) has increased exponentially in the past …

Point ProcessesRetrievalTemporal Sequences

Neural Spatio-Temporal Point Processes

2020-11-09 · ICLR 2021 1 · Ricky T. Q. Chen, Brandon Amos, Maximilian Nickel

We propose a new class of parameterizations for spatio-temporal point processes which leverage Neural ODEs as a computational method and enable flexible, high-fidelity models of discrete events that are localized in cont…

EpidemiologyPoint Processes

Prompt-augmented Temporal Point Process for Streaming Event Sequence

2023-10-08 · NeurIPS 2023 11

Neural Temporal Point Processes (TPPs) are the prevalent paradigm for modeling continuous-time event sequences, such as user activities on the web and financial transactions. In real-world applications, event data is typ…

Continual LearningPoint Processes

Enhancing Temporal Awareness in LLMs for Temporal Point Processes

2025-12-29 · Lili Chen, Wensheng Gan, Shuang Liang, Philip S. Yu arxiv

Temporal point processes (TPPs) are crucial for analyzing events over time and are widely used in fields such as finance, healthcare, and social systems. These processes are particularly valuable for understanding how ev…

Point Processes

EventFlow: Forecasting Continuous-Time Event Data with Flow Matching

2024-10-09 · Gavin Kerrigan, Kai Nelson, Padhraic Smyth

Continuous-time event sequences, in which events occur at irregular intervals, are ubiquitous across a wide range of industrial and scientific domains. The contemporary modeling paradigm is to treat such data as realizat…

Point Processes