AverageTime: Enhance Long-Term Time Series Forecasting with Simple Averaging
Gaoxiang Zhao, Chunmao Huang, Li Zhou, Xiaoqiang Wang

TL;DR
AverageTime is a simple, scalable long-term time series forecasting method that enhances accuracy by using basic averaging operations on multiple extracted sequences, outperforming complex models.
Contribution
It introduces a novel, efficient averaging-based framework that extends channel extraction to multiple sequences and incorporates series decomposition for improved forecasting.
Findings
Outperforms state-of-the-art models on real datasets.
Uses only two averaging operations for high accuracy.
Maintains near-linear computational complexity.
Abstract
Multivariate long-term time series forecasting aims to predict future sequences by utilizing historical observations, with a core focus on modeling intra-sequence and cross-channel dependencies. Numerous studies have developed diverse architectures to capture these patterns, achieving significant improvements in forecasting accuracy. Among them, iTransformer, a representative method for channel information extraction, leverages the Transformer architecture to model channel-wise dependencies, thereby facilitating sequence transformation for enhanced forecasting performance. Building upon iTransformer's channel extraction concept, we propose AverageTime, a simple, efficient, and scalable forecasting model. Beyond iTransformer, AverageTime retains the original sequence information and reframes channel extraction as a stackable and extensible architecture. This allows the model to generate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting
MethodsByte Pair Encoding · Linear Layer · Absolute Position Encodings · Dropout · Softmax · Attention Is All You Need · Dense Connections · Residual Connection · Multi-Head Attention · Adam
