paper-with-me

Papers

Streaming Generated Gaussian Process Experts for Online Learning and Control: Extended Version

2025-08-05 · Zewen Yang, Dongfa Zhang, Xiaobing Dai, Fengyi Yu, Chi Zhang, Bingkun Huang, Hamid Sadeghian, Sami Haddadin arxiv

Gaussian Processes (GPs), as a nonparametric learning method, offer flexible modeling capabilities and calibrated uncertainty quantification for function approximations. Additionally, GPs support online learning by efficiently incorporating new data with polynomial-time computation, making them well-suited for safety-critical dynamical systems that require rapid adaptation. However, the inference and online updates of exact GPs, when processing streaming data, incur cubic computation time and quadratic storage memory complexity, limiting their scalability to large datasets in real-time settings. In this paper, we propose a streaming kernel-induced progressively generated expert framework of Gaussian processes (SkyGP) that addresses both computational and memory constraints by maintaining a bounded set of experts, while inheriting the learning performance guarantees from exact Gaussian processes. Furthermore, two SkyGP variants are introduced, each tailored to a specific objective, either maximizing prediction accuracy (SkyGP-Dense) or improving computational efficiency (SkyGP-Fast). The effectiveness of SkyGP is validated through extensive benchmarks and real-time control experiments demonstrating its superior performance compared to state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2508.03679

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyGaussian Processes

Similar Papers 제목 키워드 기반

A Gaussian Process-based Streaming Algorithm for Prediction of Time Series With Regimes and Outliers

2024-06-01 · Daniel Waxman, Petar M. Djurić

Online prediction of time series under regime switching is a widely studied problem in the literature, with many celebrated approaches. Using the non-parametric flexibility of Gaussian processes, the recently proposed IN…

Gaussian ProcessesMixture-of-ExpertsTime Series

IBCB: Efficient Inverse Batched Contextual Bandit for Behavioral Evolution History

2024-03-24 · Yi Xu, Weiran Shen, Xiao Zhang, Jun Xu

Traditional imitation learning focuses on modeling the behavioral mechanisms of experts, which requires a large amount of interaction history generated by some fixed expert. However, in many streaming applications, such …

Decision MakingImitation LearningOut-of-Distribution GeneralizationRecommendation Systems

Streaming Sparse Gaussian Process Approximations

2017-05-19 · NeurIPS 2017 12 · Thang D. Bui, Cuong V. Nguyen, Richard E. Turner

Sparse pseudo-point approximations for Gaussian process (GP) models provide a suite of methods that support deployment of GPs in the large data regime and enable analytic intractabilities to be sidestepped. However, the …

Task-Agnostic Online Reinforcement Learning with an Infinite Mixture of Gaussian Processes

2020-06-19 · NeurIPS 2020 12 · Mengdi Xu, Wenhao Ding, Jiacheng Zhu, Zuxin Liu 외

Continuously learning to solve unseen tasks with limited experience has been extensively pursued in meta-learning and continual learning, but with restricted assumptions such as accessible task distributions, independent…

Continual LearningDecision MakingGaussian ProcessesMeta-Learning+5

Learning Mixture of Gaussians with Streaming Data

2017-07-08 · NeurIPS 2017 12 · Aditi Raghunathan, Ravishankar Krishnaswamy, Prateek Jain

In this paper, we study the problem of learning a mixture of Gaussians with streaming data: given a stream of $N$ points in $d$ dimensions generated by an unknown mixture of $k$ spherical Gaussians, the goal is to estima…

Clustering