paper-with-me

Papers

ARCADE: Adaptive Robot Control with Online Changepoint-Aware Bayesian Dynamics Learning

2025-12-16 · Rishabh Dev Yadav, Avirup Das, Hongyu Song, Samuel Kaski, Wei Pan arxiv

Real-world robots must operate under evolving dynamics caused by changing operating conditions, external disturbances, and unmodeled effects. These may appear as gradual drifts, transient fluctuations, or abrupt shifts, demanding real-time adaptation that is robust to short-term variation yet responsive to lasting change. We propose a framework for modeling the nonlinear dynamics of robotic systems that can be updated in real time from streaming data. The method decouples representation learning from online adaptation, using latent representations learned offline to support online closed-form Bayesian updates. To handle evolving conditions, we introduce a changepoint-aware mechanism with a latent variable inferred from data likelihoods that indicates continuity or shift. When continuity is likely, evidence accumulates to refine predictions; when a shift is detected, past information is tempered to enable rapid re-learning. This maintains calibrated uncertainty and supports probabilistic reasoning about transient, gradual, or structural change. We prove that the adaptive regret of the framework grows only logarithmically in time and linearly with the number of shifts, competitive with an oracle that knows timings of shift. We validate on cartpole simulations and real quadrotor flights with swinging payloads and mid-flight drops, showing improved predictive accuracy, faster recovery, and more accurate closed-loop tracking than relevant baselines.

📄 PDF Abstract BibTeX arXiv:2512.14331

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Bayesian Online Changepoint Detection

2007-10-19 · Ryan Prescott Adams, David J. C. MacKay

Changepoints are abrupt variations in the generative parameters of a data sequence. Online detection of changepoints is useful in modelling and prediction of time series in application areas such as finance, biometrics, …

Change Point DetectionTime SeriesTime Series Analysis

Fast Online Changepoint Detection

2024-02-06 · Fabrizio Ghezzi, Eduardo Rossi, Lorenzo Trapani

We study online changepoint detection in the context of a linear regression model. We propose a class of heavily weighted statistics based on the CUSUM process of the regression residuals, which are specifically designed…

regressionTime Series

Online Changepoint Detection on a Budget

2022-01-11 · Zhaohui Wang, Xiao Lin, Abhinav Mishra, Ram Sriharsha

Changepoints are abrupt variations in the underlying distribution of data. Detecting changes in a data stream is an important problem with many applications. In this paper, we are interested in changepoint detection algo…

A Constant-per-Iteration Likelihood Ratio Test for Online Changepoint Detection for Exponential Family Models

2023-02-09 · Kes Ward, Gaetano Romano, Idris Eckley, Paul Fearnhead

Online changepoint detection algorithms that are based on likelihood-ratio tests have been shown to have excellent statistical properties. However, a simple online implementation is computationally infeasible as, at time…

Arcades: A deep model for adaptive decision making in voice controlled smart-home

2018-07-05 · Alexis Brenon, François Portet, Michel Vacher

In a voice-controlled smart-home, a controller must respond not only to user's requests but also according to the interaction context. This paper describes Arcades, a system which uses deep reinforcement learning to extr…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1