SOTAVerified

DeTPP: Leveraging Object Detection for Robust Long-Horizon Event Prediction

2024-08-23Code Available2· sign in to hype

Ivan Karpukhin, Andrey Savchenko

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Long-horizon event forecasting is critical across various domains, including retail, finance, healthcare, and social networks. Traditional methods, such as Marked Temporal Point Processes (MTPP), often rely on autoregressive models to predict multiple future events. However, these models frequently suffer from issues like converging to constant or repetitive outputs, which limits their effectiveness and general applicability. To address these challenges, we introduce DeTPP (Detection-based Temporal Point Processes), a novel approach inspired by object detection techniques from computer vision. DeTPP employs a unique matching-based loss function that selectively prioritizes reliably predictable events, improving the accuracy and diversity of predictions during inference. Our method establishes a new state-of-the-art in long-horizon event forecasting, achieving up to a 77% relative improvement over existing MTPP and next-K methods. The proposed hybrid approach enhances the accuracy of next event prediction by up to 2.7% on a large transactional dataset. Notably, DeTPP is also among the fastest methods for inference. The implementation of DeTPP is publicly available on GitHub.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AgeGroup Transactions MTPPDeTPPT-mAP9.17Unverified
Amazon MTPPDeTPPT-mAP37.18Unverified
Retweet MTPPDeTPPT-mAP57.37Unverified
StackOverflow MTPPDeTPPOTD12.06Unverified

Reproductions