paper-with-me

홈 › Papers

A spatio-temporal LSTM model to forecast across multiple temporal and spatial scales

2021-08-26 · Yihao Hu, Fearghal O'Donncha, Paulito Palmes, Meredith Burke, Ramon Filgueira, Jon Grant

This paper presents a novel spatio-temporal LSTM (SPATIAL) architecture for time series forecasting applied to environmental datasets. The framework was evaluated across multiple sensors and for three different oceanic variables: current speed, temperature, and dissolved oxygen. Network implementation proceeded in two directions that are nominally separated but connected as part of a natural environmental system -- across the spatial (between individual sensors) and temporal components of the sensor data. Data from four sensors sampling current speed, and eight measuring both temperature and dissolved oxygen evaluated the framework. Results were compared against RF and XGB baseline models that learned on the temporal signal of each sensor independently by extracting the date-time features together with the past history of data using sliding window matrix. Results demonstrated ability to accurately replicate complex signals and provide comparable performance to state-of-the-art benchmarks. Notably, the novel framework provided a simpler pre-processing and training pipeline that handles missing values via a simple masking layer. Enabling learning across the spatial and temporal directions, this paper addresses two fundamental challenges of ML applications to environmental science: 1) data sparsity and the challenges and costs of collecting measurements of environmental conditions such as ocean dynamics, and 2) environmental datasets are inherently connected in the spatial and temporal directions while classical ML approaches only consider one of these directions. Furthermore, sharing of parameters across all input steps makes SPATIAL a fast, scalable, and easily-parameterized forecasting framework.

📄 PDF Abstract BibTeX arXiv:2108.11875

Code (1)

ibm/spatial-lstm 공식 구현

Tasks

Missing ValuesTime Series AnalysisTime 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 제목 키워드 기반

Demand Forecasting in Bike-sharing Systems Based on A Multiple Spatiotemporal Fusion Network

2020-09-23 · Xiao Yan, Gang Kou, Feng Xiao, Dapeng Zhang 외

Bike-sharing systems (BSSs) have become increasingly popular around the globe and have attracted a wide range of research interests. In this paper, the demand forecasting problem in BSSs is studied. Spatial and temporal …

Demand ForecastingEnsemble LearningFeature Importance

ST-LSTM: A Deep Learning Approach Combined Spatio-Temporal Features for Short-Term

2019-01-21 · School of Big Data & Software Engineering, Chongqing University, Chongqing, China 2019 1 · Qicheng Tang, Mengning Yang, and Ying Yang

The short-term forecast of rail transit is one of the most essential issues in urban intelligent transportation system (ITS). Accurate forecast result can provide support for the forewarning of flow outburst and enables …

Time Series AnalysisTime Series Forecasting

Enhancing Spatiotemporal Networks with xLSTM: A Scalar LSTM Approach for Cellular Traffic Forecasting

2025-07-17 · Khalid Ali, Zineddine Bettouche, Andreas Kassler, Andreas Fischer arxiv

Accurate spatiotemporal traffic forecasting is vital for intelligent resource management in 5G and beyond. However, conventional AI approaches often fail to capture the intricate spatial and temporal patterns that exist,…

Spatiotemporal Graph Convolutional Recurrent Neural Network Model for Citywide Air Pollution Forecasting

2023-04-25 · Van-Duc Le

Citywide Air Pollution Forecasting tries to precisely predict the air quality multiple hours ahead for the entire city. This topic is challenged since air pollution varies in a spatiotemporal manner and depends on many c…

Spatio-temporal Stacked LSTM for Temperature Prediction in Weather Forecasting

2018-11-15 · Zahra Karevan, Johan A. K. Suykens

Long Short-Term Memory (LSTM) is a well-known method used widely on sequence learning and time series prediction. In this paper we deployed stacked LSTM model in an application of weather forecasting. We propose a 2-laye…

PredictionTime SeriesTime Series AnalysisTime Series Prediction+1