ReCycle: Fast and Efficient Long Time Series Forecasting with Residual Cyclic Transformers
Arvid Weyrauch, Thomas Steens, Oskar Taubert, Benedikt Hanke, Aslan, Eqbal, Ewa G\"otz, Achim Streit, Markus G\"otz, Charlotte Debus

TL;DR
ReCycle introduces a residual cyclic transformer that significantly reduces computational costs in long time series forecasting while improving accuracy, enabling practical deployment on low-power devices.
Contribution
The paper presents ReCycle, a novel transformer architecture that combines cycle compression and residual smoothing to enhance efficiency and accuracy in long time series forecasting.
Findings
Outperforms state-of-the-art models in accuracy.
Reduces runtime and energy consumption by over tenfold.
Enables deployment on low-power and edge devices.
Abstract
Transformers have recently gained prominence in long time series forecasting by elevating accuracies in a variety of use cases. Regrettably, in the race for better predictive performance the overhead of model architectures has grown onerous, leading to models with computational demand infeasible for most practical applications. To bridge the gap between high method complexity and realistic computational resources, we introduce the Residual Cyclic Transformer, ReCycle. ReCycle utilizes primary cycle compression to address the computational complexity of the attention mechanism in long time series. By learning residuals from refined smoothing average techniques, ReCycle surpasses state-of-the-art accuracy in a variety of application use cases. The reliable and explainable fallback behavior ensured by simple, yet robust, smoothing average techniques additionally lowers the barrier for user…
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 · Stock Market Forecasting Methods
MethodsAttention Is All You Need · Dense Connections · Dropout · Label Smoothing · Residual Connection · Softmax · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Absolute Position Encodings · Linear Layer
