LGAISPDec 10, 2025

DB2-TransF: All You Need Is Learnable Daubechies Wavelets for Time Series Forecasting

arXiv:2512.10051v1h-index: 10Has Code
Originality Incremental advance
AI Analysis

This addresses scalability and resource efficiency for time series forecasting, particularly in large-scale and high-dimensional settings, though it is incremental as it modifies an existing Transformer architecture.

The paper tackles the problem of time series forecasting by introducing DB2-TransF, which replaces self-attention with learnable Daubechies wavelets to reduce computational complexity, achieving comparable or superior accuracy to Transformers while substantially reducing memory usage on 13 benchmarks.

Time series forecasting requires models that can efficiently capture complex temporal dependencies, especially in large-scale and high-dimensional settings. While Transformer-based architectures excel at modeling long-range dependencies, their quadratic computational complexity poses limitations on scalability and adaptability. To overcome these challenges, we introduce DB2-TransF, a novel Transformer-inspired architecture that replaces the self-attention mechanism with a learnable Daubechies wavelet coefficient layer. This wavelet-based module efficiently captures multi-scale local and global patterns and enhances the modeling of correlations across multiple time series for the time series forecasting task. Extensive experiments on 13 standard forecasting benchmarks demonstrate that DB2-TransF achieves comparable or superior predictive accuracy to conventional Transformers, while substantially reducing memory usage for the time series forecasting task. The obtained experimental results position DB2-TransF as a scalable and resource-efficient framework for advanced time series forecasting. Our code is available at https://github.com/SteadySurfdom/DB2-TransF

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes