paper-with-me

Papers

EBES: Easy Benchmarking for Event Sequences

2024-10-04 · Dmitry Osin, Igor Udovichenko, Viktor Moskvoretskii, Egor Shvetsov, Evgeny Burnaev

Event sequences, characterized by irregular sampling intervals and a mix of categorical and numerical features, are common data structures in various real-world domains such as healthcare, finance, and user interaction logs. Despite advances in temporal data modeling techniques, there is no standardized benchmarks for evaluating their performance on event sequences. This complicates result comparison across different papers due to varying evaluation protocols, potentially misleading progress in this field. We introduce EBES, a comprehensive benchmarking tool with standardized evaluation scenarios and protocols, focusing on regression and classification problems with sequence-level targets. Our library simplifies benchmarking, dataset addition, and method integration through a unified interface. It includes a novel synthetic dataset and provides preprocessed real-world datasets, including the largest publicly available banking dataset. Our results provide an in-depth analysis of datasets, identifying some as unsuitable for model comparison. We investigate the importance of modeling temporal and sequential components, as well as the robustness and scaling properties of the models. These findings highlight potential directions for future research. Our benchmark aim is to facilitate reproducible research, expediting progress and increasing real-world impacts.

📄 PDF Abstract BibTeX arXiv:2410.03399

Code (1)

on-point-rnd/ebes 공식 구현 pytorch

Tasks

Benchmarking

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

SOHET: Sequence Of Heterogeneous Events Transformer with Self-Supervised Pre-Training

2026-06-19 · Kees Jan de Vries, Mustafa Radha, Mathijs de Jong arxiv

Many machine learning applications rely on heterogeneous event streams to make predictions, either causally as events arrive or bidirectionally over complete sequences. We propose SOHET (Sequence Of Heterogeneous Events …

Fraud Detection

ZeLiC and ZeChipC: Time Series Interpolation Methods for Lebesgue or Event-based Sampling

2019-06-06 · Matthieu Bellucci, Luis Miralles, M. Atif Qureshi, Brian Mac Namee

Lebesgue sampling is based on collecting information depending on the values of the signal. Although the interpolation methods for periodic sampling have been a topic of research for a long time, there is a lack of study…

Time SeriesTime Series Analysis

EasyTPP: Towards Open Benchmarking Temporal Point Processes

2023-07-16 · Siqiao Xue, Xiaoming Shi, Zhixuan Chu, Yan Wang 외

Continuous-time event sequences play a vital role in real-world domains such as healthcare, finance, online shopping, social networks, and so on. To model such data, temporal point processes (TPPs) have emerged as the mo…

BenchmarkingPoint Processes

Identifying Lebesgue-sampled Continuous-time Impulse Response Models: A Kernel-based Approach

2023-04-06 · Rodrigo A. González, Koen Tiels, Tom Oomen

Control applications are increasingly sampled non-equidistantly in time, including in motion control, networked control, resource-aware control, and event-triggered control. Some of these applications use measurement dev…

Kernel-based identification using Lebesgue-sampled data

2023-03-10 · Rodrigo A. González, Koen Tiels, Tom Oomen

Sampling in control applications is increasingly done non-equidistantly in time. This includes applications in motion control, networked control, resource-aware control, and event-based control. Some of these application…