paper-with-me

Papers

Temporal Spatial Decomposition and Fusion Network for Time Series Forecasting

2022-10-06 · Liwang Zhou, Jing Gao

Feature engineering is required to obtain better results for time series forecasting, and decomposition is a crucial one. One decomposition approach often cannot be used for numerous forecasting tasks since the standard time series decomposition lacks flexibility and robustness. Traditional feature selection relies heavily on preexisting domain knowledge, has no generic methodology, and requires a lot of labor. However, most time series prediction models based on deep learning typically suffer from interpretability issue, so the "black box" results lead to a lack of confidence. To deal with the above issues forms the motivation of the thesis. In the paper we propose TSDFNet as a neural network with self-decomposition mechanism and an attentive feature fusion mechanism, It abandons feature engineering as a preprocessing convention and creatively integrates it as an internal module with the deep model. The self-decomposition mechanism empowers TSDFNet with extensible and adaptive decomposition capabilities for any time series, users can choose their own basis functions to decompose the sequence into temporal and generalized spatial dimensions. Attentive feature fusion mechanism has the ability to capture the importance of external variables and the causality with target variables. It can automatically suppress the unimportant features while enhancing the effective ones, so that users do not have to struggle with feature selection. Moreover, TSDFNet is easy to look into the "black box" of the deep neural network by feature visualization and analyze the prediction results. We demonstrate performance improvements over existing widely accepted models on more than a dozen datasets, and three experiments showcase the interpretability of TSDFNet.

📄 PDF Abstract BibTeX arXiv:2210.03122

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineeringfeature selectionTime SeriesTime Series AnalysisTime Series ForecastingTime Series Prediction

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

XFMNet: Decoding Cross-Site and Nonstationary Water Patterns via Stepwise Multimodal Fusion for Long-Term Water Quality Forecasting

2025-08-01 · Ziqi Wang, Hailiang Zhao, Cheng Bao, Wenzhuo Qian 외 arxiv

Long-term time-series forecasting is critical for environmental monitoring, yet water quality prediction remains challenging due to complex periodicity, nonstationarity, and abrupt fluctuations induced by ecological fact…

Time Series Prediction

A lightweight Spatial-Temporal Graph Neural Network for Long-term Time Series Forecasting

2025-12-19 · Henok Tenaw Moges, Deshendran Moodley arxiv

We propose Lite-STGNN, a lightweight spatial-temporal graph neural network for long-term multivariate forecasting that integrates decomposition-based temporal modeling with learnable sparse graph structure. The temporal …

Multivariate Time Series ForecastingGraph Neural Network

sasdim: self-adaptive noise scaling diffusion model for spatial time series imputation

2023-09-05 · Shunyang Zhang, Senzhang Wang, Xianzhen Tan, Ruochen Liu 외

Spatial time series imputation is critically important to many real applications such as intelligent transportation and air quality monitoring. Although recent transformer and diffusion model based approaches have achiev…

ImputationTime Series

Decoupled Dynamic Spatial-Temporal Graph Neural Network for Traffic Forecasting

2022-06-18 · Zezhi Shao, Zhao Zhang, Wei Wei, Fei Wang 외

We all depend on mobility, and vehicular transportation affects the daily lives of most of us. Thus, the ability to forecast the state of traffic in a road network is an important functionality and a challenging task. Tr…

Graph LearningGraph Neural NetworkTime Series AnalysisTime Series Forecasting+1

Effective Series Decomposition and Components Learning for Time Series Generation

2025-11-02 · Zixuan Ma, Chenfeng Huang arxiv

Time series generation focuses on modeling the underlying data distribution and resampling to produce authentic time series data. Key components, such as trend and seasonality, drive temporal fluctuations, yet many exist…