Event Detection via Probability Density Function Regression

Clark Peng,Tolga Dinçer
2024-08-23
Abstract:In the domain of time series analysis, particularly in event detection tasks, current methodologies predominantly rely on segmentation-based approaches, which predict the class label for each individual timesteps and use the changepoints of these labels to detect events. However, these approaches may not effectively detect the precise onset and offset of events within the data and suffer from class imbalance problems. This study introduces a generalized regression-based approach to reframe the time-interval-defined event detection problem. Inspired by heatmap regression techniques from computer vision, our approach aims to predict probability densities at event locations rather than class labels across the entire time series. The primary aim of this approach is to improve the accuracy of event detection methods, particularly for long-duration events where identifying the onset and offset is more critical than classifying individual event states. We demonstrate that regression-based approaches outperform segmentation-based methods across various state-of-the-art baseline networks and datasets, offering a more effective solution for specific event detection tasks.
Artificial Intelligence,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that in time - series analysis, especially in event detection tasks, existing methods mainly rely on segmentation methods. These methods have difficulty in accurately detecting the start and end times of events when predicting the class labels of each time point, and are easily affected by the class - imbalance problem. For this reason, the paper proposes a general method based on probability density function regression to re - define the time - interval - based event detection problem. This method predicts the probability density of the event occurrence location through a deep - learning model instead of predicting class labels on the entire time series, aiming to improve the accuracy of event detection, especially for long - time events that require precise identification of start and end times. The paper shows that this regression method outperforms traditional segmentation methods on multiple state - of - the - art benchmark networks and datasets, providing a more effective solution for specific event detection tasks.