Related Experiment Video
Updated: Jul 15, 2025

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
Published on: December 15, 2023
DRCNN: decomposing residual convolutional neural networks for time series forecasting
Yuzhen Zhu1, Shaojie Luo2, Di Huang2
1School of Automation and Electrical Engineering, Zhejiang University of Science and Technology, Hangzhou, 310000, China.
Transformer models excel at long-term forecasting but struggle with small datasets and short sequences. A novel Decomposing Residual Convolutional Neural Network (DRCNN) improves time series forecasting by utilizing data continuity and multi-head attention for enhanced accuracy.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Time Series Analysis
Background:
- Transformer models demonstrate strong performance in long-term time series forecasting by capturing extended dependencies.
- Limitations of Transformers include poor performance on small datasets due to insufficient inductive bias and lack of focus on sequence continuity, hindering short and long-term forecasting.
- Existing models often overlook the importance of data continuity in time series forecasting.
Purpose of the Study:
- To address the limitations of Transformer models in time series forecasting, particularly on small datasets and for capturing sequence continuity.
- To propose an efficient Transformer-based design that enhances forecasting accuracy.
- To leverage the strengths of convolutional neural networks and Transformer architectures for improved time series prediction.
Main Methods:
- A Decomposing Residual Convolutional Neural Network (DRCNN) is proposed, which decomposes time series data into residual and trend components.
- A specialized convolution block (DR-Block) is designed to extract features, inspired by the structural design of Transformers.
- A Multi-head Sequence method, mimicking the multi-head attention in Transformers, is introduced to process longer input sequences for more accurate forecasts.
Main Results:
- The proposed DRCNN model effectively utilizes data continuity by processing decomposed residual and trend terms.
- The DR-Block demonstrates strength in feature extraction, aligning with Transformer architectural principles.
- The Multi-head Sequence method enables the network to handle longer inputs, leading to improved forecasting accuracy.
- The model achieved state-of-the-art performance across several benchmark datasets.
Conclusions:
- The DRCNN, combined with the Multi-head Sequence method, offers an effective solution for time series forecasting, overcoming limitations of standard Transformers.
- The proposed approach enhances the ability to capture both short-term and long-term dependencies by focusing on data continuity.
- The model's state-of-the-art performance validates its efficacy for diverse time series forecasting tasks.
Related Concept Videos
Residual Plots
When the residual values are plotted against the variable x, it is called a residual...
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Deconvolution
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
End Point Prediction: Gran Plot
For potentiometric titration, the Gran plot is created by plotting...
Neural Circuits
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
Survival Tree
Building a Survival Tree
Constructing a...

