paper-with-me

Papers

DAO-GP Drift Aware Online Non-Linear Regression Gaussian-Process

2025-12-09 · Mohammad Abu-Shaira, Ajita Rattani, Weishi Shi arxiv

Real-world datasets often exhibit temporal dynamics characterized by evolving data distributions. Disregarding this phenomenon, commonly referred to as concept drift, can significantly diminish a model's predictive accuracy. Furthermore, the presence of hyperparameters in online models exacerbates this issue. These parameters are typically fixed and cannot be dynamically adjusted by the user in response to the evolving data distribution. Gaussian Process (GP) models offer powerful non-parametric regression capabilities with uncertainty quantification, making them ideal for modeling complex data relationships in an online setting. However, conventional online GP methods face several critical limitations, including a lack of drift-awareness, reliance on fixed hyperparameters, vulnerability to data snooping, absence of a principled decay mechanism, and memory inefficiencies. In response, we propose DAO-GP (Drift-Aware Online Gaussian Process), a novel, fully adaptive, hyperparameter-free, decayed, and sparse non-linear regression model. DAO-GP features a built-in drift detection and adaptation mechanism that dynamically adjusts model behavior based on the severity of drift. Extensive empirical evaluations confirm DAO-GP's robustness across stationary conditions, diverse drift types (abrupt, incremental, gradual), and varied data characteristics. Analyses demonstrate its dynamic adaptation, efficient in-memory and decay-based management, and evolving inducing points. Compared with state-of-the-art parametric and non-parametric models, DAO-GP consistently achieves superior or competitive performance, establishing it as a drift-resilient solution for online non-linear regression.

📄 PDF Abstract BibTeX arXiv:2512.08879

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An LMI Framework for Contraction-based Nonlinear Control Design by Derivatives of Gaussian Process Regression

2023-01-20 · Yu Kawano, Kenji Kashima

Contraction theory formulates the analysis of nonlinear systems in terms of Jacobian matrices. Although this provides the potential to develop a linear matrix inequality (LMI) framework for nonlinear control design, cond…

GPRregression

Approximate Gaussian process inference for the drift function in stochastic differential equations

2013-12-01 · NeurIPS 2013 12 · Andreas Ruttor, Philipp Batz, Manfred Opper

We introduce a nonparametric approach for estimating drift functions in systems of stochastic differential equations from incomplete observations of the state vector. Using a Gaussian process prior over the drift as a fu…

regression

Online Anomaly Detection with Sparse Gaussian Processes

2019-05-14 · Jingjing Fei, Shiliang Sun

Online anomaly detection of time-series data is an important and challenging task in machine learning. Gaussian processes (GPs) are powerful and flexible models for modeling time-series data. However, the high time compl…

Anomaly DetectionGaussian ProcessesTime SeriesTime Series Analysis

Optimal Online Generalized Linear Regression with Stochastic Noise and Its Application to Heteroscedastic Bandits

2022-02-28 · Heyang Zhao, Dongruo Zhou, Jiafan He, Quanquan Gu

We study the problem of online generalized linear regression in the stochastic setting, where the label is generated from a generalized linear model with possibly unbounded additive noise. We provide a sharp analysis of …

regression

OLR-WA: Online Weighted Average Linear Regression in Multivariate Data Streams

2025-12-16 · Mohammad Abu-Shaira, Alejandro Rodriguez, Greg Speegle, Victor Sheng 외 arxiv

Online learning updates models incrementally with new data, avoiding large storage requirements and costly model recalculations. In this paper, we introduce "OLR-WA; OnLine Regression with Weighted Average", a novel and …