Decomposing the Time Series Forecasting Pipeline: A Modular Approach for Time Series Representation, Information Extraction, and Projection
Robert Leppich, Michael Stenger, Andr\'e Bauer, Samuel Kounev

TL;DR
This paper proposes a modular pipeline for time series forecasting that decomposes the task into three stages, enabling systematic evaluation of architectural choices and achieving state-of-the-art accuracy with improved efficiency.
Contribution
It introduces a modular framework for time series forecasting, systematically analyzing architectural components across diverse datasets, and demonstrating improved accuracy and efficiency.
Findings
Achieves state-of-the-art forecasting accuracy.
Reduces training and inference times.
Uses fewer parameters than previous models.
Abstract
With the advent of Transformers, time series forecasting has seen significant advances, yet it remains challenging due to the need for effective sequence representation, memory construction, and accurate target projection. Time series forecasting remains a challenging task, demanding effective sequence representation, meaningful information extraction, and precise future projection. Each dataset and forecasting configuration constitutes a distinct task, each posing unique challenges the model must overcome to produce accurate predictions. To systematically address these task-specific difficulties, this work decomposes the time series forecasting pipeline into three core stages: input sequence representation, information extraction and memory construction, and final target projection. Within each stage, we investigate a range of architectural configurations to assess the effectiveness of…
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 · Traffic Prediction and Management Techniques · Forecasting Techniques and Applications
