Learning Point Processes using Recurrent Graph Network
Saurabh Dash, Xueyuan She, Saibal Mukhopadhyay

TL;DR
This paper introduces a Recurrent Graph Network that models complex event sequences using LSTM and attention mechanisms, improving efficiency and performance over existing Transformer-based methods.
Contribution
The paper proposes a novel RGN approach combining LSTM and GAT to efficiently learn point processes with reduced complexity and enhanced predictive accuracy.
Findings
Improved log-likelihood scores over baseline models
Lower time and space complexity compared to Transformers
Enhanced prediction and goodness-of-fit performance
Abstract
We present a novel Recurrent Graph Network (RGN) approach for predicting discrete marked event sequences by learning the underlying complex stochastic process. Using the framework of Point Processes, we interpret a marked discrete event sequence as the superposition of different sequences each of a unique type. The nodes of the Graph Network use LSTM to incorporate past information whereas a Graph Attention Network (GAT Network) introduces strong inductive biases to capture the interaction between these different types of events. By changing the self-attention mechanism from attending over past events to attending over event types, we obtain a reduction in time and space complexity from (total number of events) to (number of event types). Experiments show that the proposed approach improves performance in log-likelihood, prediction and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFunctional Brain Connectivity Studies · Machine Learning in Materials Science · Graph Theory and Algorithms
MethodsAttention Is All You Need · Linear Layer · Dense Connections · Multi-Head Attention · Absolute Position Encodings · Sigmoid Activation · Label Smoothing · Position-Wise Feed-Forward Layer · Layer Normalization · Softmax
