paper-with-me

Papers

Decomposing the Time Series Forecasting Pipeline: A Modular Approach for Time Series Representation, Information Extraction, and Projection

2025-07-08 · Robert Leppich, Michael Stenger, André Bauer, Samuel Kounev

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 various modules, such as convolutional layers for feature extraction and self-attention mechanisms for information extraction, across diverse forecasting tasks, including evaluations on seven benchmark datasets. Our models achieve state-of-the-art forecasting accuracy while greatly enhancing computational efficiency, with reduced training and inference times and a lower parameter count. The source code is available at https://github.com/RobertLeppich/REP-Net.

📄 PDF Abstract BibTeX arXiv:2507.05891

Code (1)

robertleppich/rep-net 공식 구현 pytorch

Tasks

Computational EfficiencyTime SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

Multi-modal Adaptive Estimation for Temporal Respiratory Disease Outbreak

2025-09-10 · Hong Liu, Kerui Cen, Yanxing Chen, Zige Liu 외 arxiv

Timely and robust influenza incidence forecasting is critical for public health decision-making. This paper presents MAESTRO (Multi-modal Adaptive Estimation for Temporal Respiratory Disease Outbreak), a novel, unified f…

LLM-Mixer: Multiscale Mixing in LLMs for Time Series Forecasting

2024-10-15 · Md Kowsher, Md. Shohanur Islam Sobuj, Nusrat Jahan Prottasha, E. Alejandro Alanis 외

Time series forecasting remains a challenging task, particularly in the context of complex multiscale temporal patterns. This study presents LLM-Mixer, a framework that improves forecasting accuracy through the combinati…

Time SeriesTime Series Forecasting

Numerion: A Multi-Hypercomplex Model for Time Series Forecasting

2025-09-26 · Hanzhong Cao, Wenbo Yan, Ying Tan arxiv

Many methods aim to enhance time series forecasting by decomposing the series through intricate model structures and prior knowledge, yet they are inevitably limited by computational complexity and the robustness of the …

Time Series Forecasting

TimeGym: Debugging for Time Series Modeling in Python

2021-05-04 · Diogo Seca

We introduce the TimeGym Forecasting Debugging Toolkit, a Python library for testing and debugging time series forecasting pipelines. TimeGym simplifies the testing forecasting pipeline by providing generic tests for for…

test driven developmentTime SeriesTime Series AnalysisTime Series Forecasting

Review of automated time series forecasting pipelines

2022-02-03 · Stefan Meisenbacher, Marian Turowski, Kaleb Phipps, Martin Rätz 외

Time series forecasting is fundamental for various use cases in different domains such as energy systems and economics. Creating a forecasting model for a specific use case requires an iterative and complex design proces…

AutoMLFeature EngineeringHyperparameter OptimizationTime Series+2