paper-with-me

Papers

GTS_Forecaster: a novel deep learning based geodetic time series forecasting toolbox with python

2025-09-10 · Xuechen Liang, Xiaoxing He, Shengdao Wang, Jean-Philippe Montillet, Zhengkai Huang, Gaël Kermarrec, Shunqiang Hu, Yu Zhou, Jiahui Huang arxiv

Geodetic time series -- such as Global Navigation Satellite System (GNSS) positions, satellite altimetry-derived sea surface height (SSH), and tide gauge (TG) records -- is essential for monitoring surface deformation and sea level change. Accurate forecasts of these variables can enhance early warning systems and support hazard mitigation for earthquakes, landslides, coastal storm surge, and long-term sea level. However, the nonlinear, non-stationary, and incomplete nature of such variables presents significant challenges for classic models, which often fail to capture long-term dependencies and complex spatiotemporal dynamics. We introduce GTS Forecaster, an open-source Python package for geodetic time series forecasting. It integrates advanced deep learning models -- including kernel attention networks (KAN), graph neural network-based gated recurrent units (GNNGRU), and time-aware graph neural networks (TimeGNN) -- to effectively model nonlinear spatial-temporal patterns. The package also provides robust preprocessing tools, including outlier detection and a reinforcement learning-based gap-filling algorithm, the Kalman-TransFusion Interpolation Framework (KTIF). GTS Forecaster currently supports forecasting, visualization, and evaluation of GNSS, SSH, and TG datasets, and is adaptable to general time series applications. By combining cutting-edge models with an accessible interface, it facilitates the application of deep learning in geodetic forecasting tasks.

📄 PDF Abstract BibTeX arXiv:2509.10560

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series ForecastingReinforcement LearningGraph Neural NetworkOutlier Detection

Similar Papers 제목 키워드 기반

Deep Non-Parametric Time Series Forecaster

2023-12-22 · Syama Sundar Rangapuram, Jan Gasthaus, Lorenzo Stella, Valentin Flunkert 외

This paper presents non-parametric baseline models for time series forecasting. Unlike classical forecasting models, the proposed approach does not assume any parametric form for the predictive distribution and instead g…

Time SeriesTime Series Forecasting

Drift-Adjusted And Arbitrated Ensemble Framework For Time Series Forecasting

2020-03-16 · Anirban Chatterjee, Subhadip Paul, Uddipto Dutta, Smaranya Dey

Time Series Forecasting is at the core of many practical applications such as sales forecasting for business, rainfall forecasting for agriculture and many others. Though this problem has been extensively studied for yea…

Time SeriesTime Series AnalysisTime Series Forecasting

Time series model selection with a meta-learning approach; evidence from a pool of forecasting algorithms

2019-08-22 · Sasan Barak, Mahdi Nasiri, Mehrdad Rostamzadeh

One of the challenging questions in time series forecasting is how to find the best algorithm. In recent years, a recommender system scheme has been developed for time series analysis using a meta-learning approach. This…

Dimensionality Reductionfeature selectionMeta-LearningModel Selection+4

Battling the Non-stationarity in Time Series Forecasting via Test-time Adaptation

2025-01-09 · HyunGi Kim, Siwon Kim, Jisoo Mok, Sungroh Yoon

Deep Neural Networks have spearheaded remarkable advancements in time series forecasting (TSF), one of the major tasks in time series modeling. Nonetheless, the non-stationarity of time series undermines the reliability …

Test-time AdaptationTime SeriesTime Series Forecasting

Predict, Refine, Synthesize: Self-Guiding Diffusion Models for Probabilistic Time Series Forecasting

2023-07-21 · NeurIPS 2023 11 · Marcel Kollovieh, Abdul Fatir Ansari, Michael Bohlke-Schneider, Jasper Zschiegner 외

Diffusion models have achieved state-of-the-art performance in generative modeling tasks across various domains. Prior works on time series diffusion models have primarily focused on developing conditional models tailore…

ImputationProbabilistic Time Series ForecastingSynthetic Data GenerationTime Series+1