LGFeb 13, 2023

Continuous-time convolutions model of event sequences

arXiv:2302.06247v21 citationsh-index: 7Has Code
AI Analysis

This addresses computational and methodological challenges in event sequence modeling for data mining applications, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the problem of modeling non-uniform and sparse event sequences by proposing COTIC, a continuous convolution neural network method that efficiently captures complex dependencies like self-excitement effects. It outperforms existing models in predicting next event time and type, achieving an average rank of 1.5 compared to 3.714 for the nearest competitor.

Event sequences often emerge in data mining. Modeling these sequences presents two main challenges: methodological and computational. Methodologically, event sequences are non-uniform and sparse, making traditional models unsuitable. Computationally, the vast amount of data and the significant length of each sequence necessitate complex and efficient models. Existing solutions, such as recurrent and transformer neural networks, rely on parametric intensity functions defined at each moment. These functions are either limited in their ability to represent complex event sequences or notably inefficient. We propose COTIC, a method based on an efficient convolution neural network designed to handle the non-uniform occurrence of events over time. Our paper introduces a continuous convolution layer, allowing a model to capture complex dependencies, including, e.g., the self-excitement effect, with little computational expense. COTIC outperforms existing models in predicting the next event time and type, achieving an average rank of 1.5 compared to 3.714 for the nearest competitor. Furthermore, COTIC`s ability to produce effective embeddings demonstrates its potential for various downstream tasks. Our code is open and available at: https://github.com/VladislavZh/COTIC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes