Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ConvTimeNet: A Deep Hierarchical Fully Convolutional Model for Multivariate Time Series Analysis

About

Designing effective models for learning time series representations is foundational for time series analysis. Many previous works have explored time series representation modeling approaches and have made progress in this area. Despite their effectiveness, they lack adaptive perception of local patterns in temporally dependent basic units and fail to capture the multi-scale dependency among these units. Instead of relying on prevalent methods centered around self-attention mechanisms, we propose ConvTimeNet, a hierarchical pure convolutional model designed for time series analysis. ConvTimeNet introduces a deformable patch layer that adaptively perceives local patterns of temporally dependent basic units in a data-driven manner. Based on the extracted local patterns, hierarchical pure convolutional blocks are designed to capture dependency relationships among the representations of basic units at different scales. Moreover, a large kernel mechanism is employed to ensure that convolutional blocks can be deeply stacked, thereby achieving a larger receptive field. In this way, local patterns and their multi-scale dependencies can be effectively modeled within a single model. Extensive experiments comparing a wide range of different types of models demonstrate that pure convolutional models still exhibit strong viability, effectively addressing the aforementioned two challenges and showing superior performance across multiple tasks. The code is available for reproducibility.

Mingyue Cheng, Jiqian Yang, Tingyue Pan, Qi Liu, Zhi Li• 2024

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE8.032
601
Time Series ForecastingETTh2
MSE18.072
438
Time Series ForecastingETTm2
MSE12.253
382
Time Series ForecastingETTm1
MAE1.252
66
Time Series ForecastingDE
MSE198.4
29
Time Series ForecastingNP
MSE29.903
29
Time Series ForecastingFR
MSE789
29
Time Series ForecastingPJM
MSE34.638
29
Time Series ForecastingBe
MSE668.3
29
Fluid Dynamics PredictionDam (test)
MAE0.0157
20
Showing 10 of 20 rows

Other info

Code

Follow for update