ACFormer: Mitigating Non-linearity with Auto Convolutional Encoder for Time Series Forecasting
Gawon Lee, Hanbyeol Park, Minseop Kim, Dohee Kim, Hyerim Bae
TL;DR
ACFormer addresses the non-linearity gap in time series forecasting by analyzing convolutional receptive fields and introducing an auto-convolutional encoder that blends linear projection efficiency with CNN-based feature extraction. The method introduces Shared Patch Compression, Temporal Gated Attention, and Independent Patch Expansion to capture fine-grained, variable-specific temporal patterns while maintaining computational efficiency. Empirical results on diverse real-world datasets show state-of-the-art performance and robustness to non-stationary signals, with notable gains on high-frequency components and superior efficiency relative to iTransformer. This work provides a principled framework for leveraging convolutional inductive biases in multivariate TSF, enabling practical deployment in large-scale, real-world settings.
Abstract
Time series forecasting (TSF) faces challenges in modeling complex intra-channel temporal dependencies and inter-channel correlations. Although recent research has highlighted the efficiency of linear architectures in capturing global trends, these models often struggle with non-linear signals. To address this gap, we conducted a systematic receptive field analysis of convolutional neural network (CNN) TSF models. We introduce the "individual receptive field" to uncover granular structural dependencies, revealing that convolutional layers act as feature extractors that mirror channel-wise attention while exhibiting superior robustness to non-linear fluctuations. Based on these insights, we propose ACFormer, an architecture designed to reconcile the efficiency of linear projections with the non-linear feature-extraction power of convolutions. ACFormer captures fine-grained information through a shared compression module, preserves temporal locality via gated attention, and reconstructs variable-specific temporal patterns using an independent patch expansion layer. Extensive experiments on multiple benchmark datasets demonstrate that ACFormer consistently achieves state-of-the-art performance, effectively mitigating the inherent drawbacks of linear models in capturing high-frequency components.
