paper-with-me

Papers

Neural Chronos ODE: Unveiling Temporal Patterns and Forecasting Future and Past Trends in Time Series Data

2023-07-03 · C. Coelho, M. Fernanda P. Costa, L. L. Ferrás

This work introduces Neural Chronos Ordinary Differential Equations (Neural CODE), a deep neural network architecture that fits a continuous-time ODE dynamics for predicting the chronology of a system both forward and backward in time. To train the model, we solve the ODE as an initial value problem and a final value problem, similar to Neural ODEs. We also explore two approaches to combining Neural CODE with Recurrent Neural Networks by replacing Neural ODE with Neural CODE (CODE-RNN), and incorporating a bidirectional RNN for full information flow in both time directions (CODE-BiRNN), and variants with other update cells namely GRU and LSTM: CODE-GRU, CODE-BiGRU, CODE-LSTM, CODE-BiLSTM. Experimental results demonstrate that Neural CODE outperforms Neural ODE in learning the dynamics of a spiral forward and backward in time, even with sparser data. We also compare the performance of CODE-RNN/-GRU/-LSTM and CODE-BiRNN/-BiGRU/-BiLSTM against ODE-RNN/-GRU/-LSTM on three real-life time series data tasks: imputation of missing data for lower and higher dimensional data, and forward and backward extrapolation with shorter and longer time horizons. Our findings show that the proposed architectures converge faster, with CODE-BiRNN/-BiGRU/-BiLSTM consistently outperforming the other architectures on all tasks.

📄 PDF Abstract BibTeX arXiv:2307.01023

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationTime Series

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

HydroChronos: Forecasting Decades of Surface Water Change

2025-06-17 · Daniele Rege Cambrin, Eleonora Poeta, Eliana Pastor, Isaac Corley 외

Forecasting surface water dynamics is crucial for water resource management and climate change adaptation. However, the field lacks comprehensive datasets and standardized benchmarks. In this paper, we introduce HydroChr…

Change Detection

The Relevance of AWS Chronos: An Evaluation of Standard Methods for Time Series Forecasting with Limited Tuning

2025-01-17 · Matthew Baron, Alex Karpinski

A systematic comparison of Chronos, a transformer-based time series forecasting framework, against traditional approaches including ARIMA and Prophet. We evaluate these models across multiple time horizons and user categ…

PredictionTime SeriesTime Series Forecasting

ChronoSteer: Bridging Large Language Model and Time Series Foundation Model via Synthetic Data

2025-05-15 · Chengsen Wang, Qi Qi, Zhongwen Rao, Lujia Pan 외

Conventional forecasting methods rely on unimodal time series data, limiting their ability to exploit rich textual information. Recently, large language models (LLMs) and time series foundation models (TSFMs) have demons…

Language ModelingLanguage ModellingLarge Language Modelmodel+2

Probabilistic Low-Voltage Peak Load Forecasting with Time Series Foundation Models Evaluated on Application-Oriented Metrics

2026-07-02 · Benedikt Kaas, Manuel Treutlein, Hannes Benedikt Gerber, Oliver Neumann 외 arxiv

Low-voltage load forecasting is an important component in current and future energy systems with a high degree of electrification and decentralized generation. However, current forecasting methods require significant man…

Chronos-2: From Univariate to Universal Forecasting

2025-10-17 · Abdul Fatir Ansari, Oleksandr Shchur, Jaris Küken, Andreas Auer 외 arxiv

Pretrained time series models have enabled inference-only forecasting systems that produce accurate predictions without task-specific training. However, existing approaches largely focus on univariate forecasting, limiti…