LGDec 11, 2024

Preventing Conflicting Gradients in Neural Marked Temporal Point Processes

arXiv:2412.08590v1h-index: 19
Originality Incremental advance
AI Analysis

This addresses a training inefficiency in MTPP models for event sequence analysis, though it is incremental as it builds on existing neural MTPP frameworks.

The paper tackles the problem of conflicting gradients in neural marked temporal point processes (MTPP) by reframing learning as a two-task problem and introducing novel parametrizations to separate task modeling, resulting in improved performance on real-world event sequence datasets.

Neural Marked Temporal Point Processes (MTPP) are flexible models to capture complex temporal inter-dependencies between labeled events. These models inherently learn two predictive distributions: one for the arrival times of events and another for the types of events, also known as marks. In this study, we demonstrate that learning a MTPP model can be framed as a two-task learning problem, where both tasks share a common set of trainable parameters that are optimized jointly. We show that this often leads to the emergence of conflicting gradients during training, where task-specific gradients are pointing in opposite directions. When such conflicts arise, following the average gradient can be detrimental to the learning of each individual tasks, resulting in overall degraded performance. To overcome this issue, we introduce novel parametrizations for neural MTPP models that allow for separate modeling and training of each task, effectively avoiding the problem of conflicting gradients. Through experiments on multiple real-world event sequence datasets, we demonstrate the benefits of our framework compared to the original model formulations.

Foundations

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

Your Notes