paper-with-me

Papers

DeepExtrema: A Deep Learning Approach for Forecasting Block Maxima in Time Series Data

2022-05-05 · Asadullah Hill Galib, Andrew McDonald, Tyler Wilson, Lifeng Luo, Pang-Ning Tan

Accurate forecasting of extreme values in time series is critical due to the significant impact of extreme events on human and natural systems. This paper presents DeepExtrema, a novel framework that combines a deep neural network (DNN) with generalized extreme value (GEV) distribution to forecast the block maximum value of a time series. Implementing such a network is a challenge as the framework must preserve the inter-dependent constraints among the GEV model parameters even when the DNN is initialized. We describe our approach to address this challenge and present an architecture that enables both conditional mean and quantile prediction of the block maxima. The extensive experiments performed on both real-world and synthetic data demonstrated the superiority of DeepExtrema compared to other baseline methods.

📄 PDF Abstract BibTeX arXiv:2205.02441

Code (1)

galib19/deepextrema-ijcai22- 공식 구현 pytorch

Tasks

Time SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

AutoCTS: Automated Correlated Time Series Forecasting -- Extended Version

2021-12-21 · Xinle Wu, Dalin Zhang, Chenjuan Guo, Chaoyang He 외

Correlated time series (CTS) forecasting plays an essential role in many cyber-physical systems, where multiple sensors emit time series that capture interconnected processes. Solutions based on deep learning that delive…

Correlated Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Universal Time Series Generation with Neural Controlled Differential Equations

2026-05-27 · Torben Berndt, Elyes Farjallah, Leif Seute, Raeid Saqur 외 arxiv

Recent work on the sequence universality of State Space Models (SSMs) has introduced efficient, maximally expressive continuous-time approaches for time-series modelling. While these works focus on discriminative setting…

OFTER: An Online Pipeline for Time Series Forecasting

2023-04-08 · Nikolas Michael, Mihai Cucuringu, Sam Howison

We introduce OFTER, a time series forecasting pipeline tailored for mid-sized multivariate time series. OFTER utilizes the non-parametric models of k-nearest neighbors and Generalized Regression Neural Networks, integrat…

Dimensionality ReductionTime SeriesTime Series Forecasting

Times2D: Multi-Period Decomposition and Derivative Mapping for General Time Series Forecasting

2025-03-31 · Reza Nematirad, Anil Pahwa, Balasubramaniam Natarajan

Time series forecasting is an important application in various domains such as energy management, traffic planning, financial markets, meteorology, and medicine. However, real-time series data often present intricate tem…

energy managementTime SeriesTime Series Forecasting

Deep Learning for Time Series Forecasting: Tutorial and Literature Survey

2020-04-21 · Konstantinos Benidis, Syama Sundar Rangapuram, Valentin Flunkert, Yuyang Wang 외

Deep learning based forecasting methods have become the methods of choice in many applications of time series prediction or forecasting often outperforming other approaches. Consequently, over the last years, these metho…

BIG-bench Machine LearningDeep LearningSurveyTime Series+3