paper-with-me

홈 › Papers

Graph-Augmented LSTM for Forecasting Sparse Anomalies in Graph-Structured Time Series

2025-03-05 · Sneh Pillai

Detecting anomalies in time series data is a critical task across many domains. The challenge intensifies when anomalies are sparse and the data are multivariate with relational dependencies across sensors or nodes. Traditional univariate anomaly detectors struggle to capture such cross-node dependencies, particularly in sparse anomaly settings. To address this, we propose a graph-augmented time series forecasting approach that explicitly integrates the graph of relationships among time series into an LSTM forecasting model. This enables the model to detect rare anomalies that might otherwise go unnoticed in purely univariate approaches. We evaluate the approach on two benchmark datasets - the Yahoo Webscope S5 anomaly dataset and the METR-LA traffic sensor network - and compare the performance of the Graph-Augmented LSTM against LSTM-only, ARIMA, and Prophet baselines. Results demonstrate that the graph-augmented model achieves significantly higher precision and recall, improving F1-score by up to 10% over the best baseline

📄 PDF Abstract BibTeX arXiv:2503.03729

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

VN-Net: Vision-Numerical Fusion Graph Convolutional Network for Sparse Spatio-Temporal Meteorological Forecasting

2024-01-26 · Yutong Xiong, Xun Zhu, Ming Wu, Weiqing Li 외

Sparse meteorological forecasting is indispensable for fine-grained weather forecasting and deserves extensive attention. Recent studies have highlighted the potential of spatio-temporal graph convolutional networks (ST-…

DecoderWeather Forecasting

Pastprop-RNN: improved predictions of the future by correcting the past

2021-06-25 · André Baptista, Yassine Baghoussi, Carlos Soares, João Mendes-Moreira 외

Forecasting accuracy is reliant on the quality of available past data. Data disruptions can adversely affect the quality of the generated model (e.g. unexpected events such as out-of-stock products when forecasting deman…

Multivariate Time Series Anomaly Detection via Dynamic Graph Forecasting

2023-02-04 · Katrina Chen, Mingbin Feng, Tony S. Wirjanto

Anomalies in univariate time series often refer to abnormal values and deviations from the temporal patterns from majority of historical observations. In multivariate time series, anomalies also refer to abnormal changes…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection+1

Learning to forecast vegetation greenness at fine resolution over Africa with ConvLSTMs

2022-10-24 · Claire Robin, Christian Requena-Mesa, Vitus Benson, Lazaro Alonso 외

Forecasting the state of vegetation in response to climate and weather events is a major challenge. Its implementation will prove crucial in predicting crop yield, forest damage, or more generally the impact on ecosystem…

HumanitarianVideo Prediction

Load Forecasting on A Highly Sparse Electrical Load Dataset Using Gaussian Interpolation

2025-08-12 · Chinmoy Biswas, Nafis Faisal, Vivek Chowdhury, Abrar Al-Shadid Abir 외 arxiv

Sparsity, defined as the presence of missing or zero values in a dataset, often poses a major challenge while operating on real-life datasets. Sparsity in features or target data of the training dataset can be handled us…