paper-with-me

Papers

AA-Forecast: Anomaly-Aware Forecast for Extreme Events

2022-08-21 · Ashkan Farhangi, Jiang Bian, Arthur Huang, Haoyi Xiong, Jun Wang, Zhishan Guo

Time series models often deal with extreme events and anomalies, both prevalent in real-world datasets. Such models often need to provide careful probabilistic forecasting, which is vital in risk management for extreme events such as hurricanes and pandemics. However, it is challenging to automatically detect and learn to use extreme events and anomalies for large-scale datasets, which often require manual effort. Hence, we propose an anomaly-aware forecast framework that leverages the previously seen effects of anomalies to improve its prediction accuracy during and after the presence of extreme events. Specifically, the framework automatically extracts anomalies and incorporates them through an attention mechanism to increase its accuracy for future extreme events. Moreover, the framework employs a dynamic uncertainty optimization algorithm that reduces the uncertainty of forecasts in an online manner. The proposed framework demonstrated consistent superior accuracy with less uncertainty on three datasets with different varieties of anomalies over the current prediction models.

📄 PDF Abstract BibTeX arXiv:2208.09933

Code (9)

ashfarhangi/aa-forecast 공식 구현 pytorch
1337Dylan/Time-series-Anomaly-Detection-and-Prediction- pytorch
Buildsf409/aa-forecast-tensorflow tf
Chasm4359/ProTS pytorch
GZachF/Deep-Time-Series-Forecasting pytorch
MatFtDev149/Anomaly-Forecast-and-Detection pytorch
PureStudios/AA-Forecast.pytorch pytorch
ZHunter51/feature-aligned-aa-forecast pytorch
dhamnanineha0801/AA-Forecast-Final-Project-MLP pytorch

Tasks

Anomaly ForecastingMultivariate Time Series ForecastingProbabilistic Time Series ForecastingTime SeriesTime Series AnalysisTime Series Anomaly DetectionTime Series ForecastingTime Series PredictionUnivariate Time Series Forecasting

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Forecast-Aware Model Driven LSTM

2023-03-23 · Sophia Hamer, Jennifer Sleeman, Ivanka Stajner

Poor air quality can have a significant impact on human health. The National Oceanic and Atmospheric Administration (NOAA) air quality forecasting guidance is challenged by the increasing presence of extreme air quality …

model

Extreme Adaptive Transformer for Time Series Forecasting

2026-07-02 · Sanjeev Shrestha, Hui Liu, Yifan Zhang arxiv

Time series forecasting remains challenging when the underlying data contain rare but critical extreme events. This issue is particularly important in hydrologic forecasting, where streamflow distributions are often high…

Time Series Forecasting

MMWSTM-ADRAN+: A Novel Hybrid Deep Learning Architecture for Enhanced Climate Time Series Forecasting and Extreme Event Prediction

2025-11-17 · Shaheen Mohammed Saleh Ahmed, Hakan Hakan Guneyli arxiv

Accurate short-range prediction of extreme air temperature events remains a fundamental challenge in operational climate-risk management. We present Multi-Modal Weather State Transition Model with Anomaly-Driven Recurren…

Time Series ForecastingData Augmentation

Connecting Web Event Forecasting with Anomaly Detection: A Case Study on Enterprise Web Applications Using Self-Supervised Neural Networks

2020-08-31 · Xiaoyong Yuan, Lei Ding, Malek Ben Salem, Xiaolin Li 외

Recently web applications have been widely used in enterprises to assist employees in providing effective and efficient business processes. Forecasting upcoming web events in enterprise web applications can be beneficial…

Anomaly DetectionSelf-Supervised Learning

Enforcing tail calibration when training probabilistic forecast models

2025-06-16 · Jakob Benjamin Wessel, Maybritt Schillinger, Frank Kwasniok, Sam Allen

Probabilistic forecasts are typically obtained using state-of-the-art statistical and machine learning models, with model parameters estimated by optimizing a proper scoring rule over a set of training data. If the model…

scoring rule