paper-with-me

Papers

Adaptive Convolutional Forecasting Network Based on Time Series Feature-Driven

2024-05-20 · Dandan Zhang, Zhiqiang Zhang, Nanguang Chen, Yun Wang

Time series data in real-world scenarios contain a substantial amount of nonlinear information, which significantly interferes with the training process of models, leading to decreased prediction performance. Therefore, during the time series forecasting process, extracting the local and global time series patterns and understanding the potential nonlinear features among different time observations are highly significant. To address this challenge, we introduce multi-resolution convolution and deformable convolution operations. By enlarging the receptive field using convolution kernels with different dilation factors to capture temporal correlation information at different resolutions, and adaptively adjusting the sampling positions through additional offset vectors, we enhance the network's ability to capture potential nonlinear features among time observations. Building upon this, we propose ACNet, an adaptive convolutional network designed to effectively model the local and global temporal dependencies and the nonlinear features between observations in multivariate time series. Specifically, by extracting and fusing time series features at different resolutions, we capture both local contextual information and global patterns in the time series. The designed nonlinear feature adaptive extraction module captures the nonlinear features among different time observations in the time series. We evaluated the performance of ACNet across twelve real-world datasets. The results indicate that ACNet consistently achieves state-of-the-art performance in both short-term and long-term forecasting tasks with favorable runtime efficiency.

📄 PDF Abstract BibTeX arXiv:2405.12038

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Adaptive Fuzzy Time Series Forecasting via Partially Asymmetric Convolution and Sub-Sliding Window Fusion

2025-07-28 · Lijian Li arxiv

At present, state-of-the-art forecasting models are short of the ability to capture spatio-temporal dependency and synthesize global information at the stage of learning. To address this issue, in this paper, through the…

Time Series Forecasting

Error-feedback stochastic modeling strategy for time series forecasting with convolutional neural networks

2020-02-03 · Xinze Zhang, Kun He, Yukun Bao

Despite the superiority of convolutional neural networks demonstrated in time series modeling and forecasting, it has not been fully explored on the design of the neural network architecture and the tuning of the hyper-p…

Time SeriesTime Series AnalysisTime Series Forecasting

Adaptive Graph Convolutional Network Framework for Multidimensional Time Series Prediction

2022-05-08 · Ning Wang

In the real world, long sequence time-series forecasting (LSTF) is needed in many cases, such as power consumption prediction and air quality prediction.Multi-dimensional long time series model has more strict requiremen…

Graph Neural NetworkPredictionTime SeriesTime Series Analysis+2

CNN-TFT explained by SHAP with multi-head attention weights for time series forecasting

2025-10-08 · Stefano F. Stefenon, João P. Matos-Carvalho, Valderi R. Q. Leithardt, Kin-Choong Yow arxiv

Convolutional neural networks (CNNs) and transformer architectures offer strengths for modeling temporal data: CNNs excel at capturing local patterns and translational invariances, while transformers effectively model lo…

Multivariate Time Series Forecasting

SCINet: Time Series Modeling and Forecasting with Sample Convolution and Interaction

2021-06-17 · Minhao Liu, Ailing Zeng, Muxi Chen, Zhijian Xu 외

One unique property of time series is that the temporal relations are largely preserved after downsampling into two sub-sequences. By taking advantage of this property, we propose a novel neural network architecture that…

Time SeriesTime Series AnalysisTime Series ForecastingTraffic Prediction+1