Multiple cyclicity and Wavelet Decomposition with Channel Correlation for Long-term Time Series Forecasting
Summary
McWC is a novel long-term time series forecasting model designed to overcome limitations in existing methods by explicitly addressing cyclicity, trend, and inter-channel correlations. Published on 2026-06-16, McWC first employs a multi-layer cyclicity construction module to decouple cyclical information. It then extracts inter-channel correlations using a multi-layer perceptron and models high-frequency and low-frequency data through a multi-level wavelet decomposition module. The model aggregates these components for final output and decouples intra-channel autocorrelations via a frequency-domain loss function. Experiments across six real-world datasets demonstrate that McWC achieves state-of-the-art performance, showcasing excellent computational efficiency and robust historical information extraction capabilities.
Key takeaway
For Machine Learning Engineers developing long-term time series forecasting solutions, consider integrating explicit cyclicity, trend, and inter-channel correlation modeling. McWC's approach, leveraging multi-layer cyclicity construction and wavelet decomposition, offers a computationally efficient path to state-of-the-art performance. You should evaluate its architectural principles to enhance your models' ability to capture complex temporal dependencies and improve prediction accuracy on multivariate datasets.
Key insights
McWC improves long-term time series forecasting by explicitly modeling cyclicity, trend, and inter-channel correlations with wavelet decomposition.
Principles
- Explicitly model cyclicity and trend.
- Account for inter-channel correlations.
- Decompose data into frequency components.
Method
McWC decouples cyclicity, extracts inter-channel correlations via MLP, models high/low-frequency data with multi-level wavelet decomposition, and aggregates results, while decoupling intra-channel autocorrelations in the frequency domain.
In practice
- Apply multi-layer cyclicity construction.
- Use MLPs for inter-channel correlation.
- Employ wavelet decomposition for frequencies.
Topics
- Time Series Forecasting
- Wavelet Decomposition
- Cyclicity Modeling
- Channel Correlation
- Multi-layer Perceptron
- Computational Efficiency
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.