paper-with-me

Papers

EVARS-GPR: EVent-triggered Augmented Refitting of Gaussian Process Regression for Seasonal Data

2021-07-06 · Florian Haselbeck, Dominik G. Grimm

Time series forecasting is a growing domain with diverse applications. However, changes of the system behavior over time due to internal or external influences are challenging. Therefore, predictions of a previously learned fore-casting model might not be useful anymore. In this paper, we present EVent-triggered Augmented Refitting of Gaussian Process Regression for Seasonal Data (EVARS-GPR), a novel online algorithm that is able to handle sudden shifts in the target variable scale of seasonal data. For this purpose, EVARS-GPR com-bines online change point detection with a refitting of the prediction model using data augmentation for samples prior to a change point. Our experiments on sim-ulated data show that EVARS-GPR is applicable for a wide range of output scale changes. EVARS-GPR has on average a 20.8 % lower RMSE on different real-world datasets compared to methods with a similar computational resource con-sumption. Furthermore, we show that our algorithm leads to a six-fold reduction of the averaged runtime in relation to all comparison partners with a periodical refitting strategy. In summary, we present a computationally efficient online fore-casting algorithm for seasonal time series with changes of the target variable scale and demonstrate its functionality on simulated as well as real-world data. All code is publicly available on GitHub: https://github.com/grimmlab/evars-gpr.

📄 PDF Abstract BibTeX arXiv:2107.02463

Code (1)

grimmlab/evars-gpr 공식 구현

Tasks

Change Point DetectionData AugmentationGPRregressionTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Decentralized Event-Triggered Online Learning for Safe Consensus of Multi-Agent Systems with Gaussian Process Regression

2024-02-05 · Xiaobing Dai, Zewen Yang, Mengtian Xu, Fangzhou Liu 외

Consensus control in multi-agent systems has received significant attention and practical implementation across various domains. However, managing consensus control under unknown dynamics remains a significant challenge …

Gaussian Processes

Cooperative Online Learning for Multi-Agent System Control via Gaussian Processes with Event-Triggered Mechanism: Extended Version

2023-04-11 · Xiaobing Dai, Zewen Yang, Sihua Zhang, Di-Hua Zhai 외

In the realm of the cooperative control of multi-agent systems (MASs) with unknown dynamics, Gaussian process (GP) regression is widely used to infer the uncertainties due to its modeling flexibility of nonlinear functio…

Gaussian Processesregression

A Lifting Approach to Learning-Based Self-Triggered Control with Gaussian Processes

2022-02-21 · Wang Zhijun, Kazumune Hashimoto, Wataru Hashimoto, Shigemasa Takai

This paper investigates the design of self-triggered control for networked control systems (NCS), where the dynamics of the plant is unknown apriori. To deal with the nature of the self-triggered control, in which state …

Gaussian Processes

Can Learning Deteriorate Control? Analyzing Computational Delays in Gaussian Process-Based Event-Triggered Online Learning

2023-05-14 · Xiaobing Dai, Armin Lederer, Zewen Yang, Sandra Hirche

When the dynamics of systems are unknown, supervised machine learning techniques are commonly employed to infer models from data. Gaussian process (GP) regression is a particularly popular learning method for this purpos…

Task-aware Similarity Learning for Event-triggered Time Series

2022-07-17 · Shaoyu Dou, Kai Yang, Yang Jiao, Chengbo Qiu 외

Time series analysis has achieved great success in diverse applications such as network security, environmental monitoring, and medical informatics. Learning similarities among different time series is a crucial problem …

Anomaly DetectionTime SeriesTime Series Analysis