paper-with-me

Papers

Bayesian Optimization for Developmental Robotics with Meta-Learning by Parameters Bounds Reduction

2020-07-30 · Maxime Petit, Emmanuel Dellandrea, Liming Chen

In robotics, methods and softwares usually require optimizations of hyperparameters in order to be efficient for specific tasks, for instance industrial bin-picking from homogeneous heaps of different objects. We present a developmental framework based on long-term memory and reasoning modules (Bayesian Optimisation, visual similarity and parameters bounds reduction) allowing a robot to use meta-learning mechanism increasing the efficiency of such continuous and constrained parameters optimizations. The new optimization, viewed as a learning for the robot, can take advantage of past experiences (stored in the episodic and procedural memories) to shrink the search space by using reduced parameters bounds computed from the best optimizations realized by the robot with similar tasks of the new one (e.g. bin-picking from an homogenous heap of a similar object, based on visual similarity of objects stored in the semantic memory). As example, we have confronted the system to the constrained optimizations of 9 continuous hyperparameters for a professional software (Kamido) in industrial robotic arm bin-picking tasks, a step that is needed each time to handle correctly new object. We used a simulator to create bin-picking tasks for 8 different objects (7 in simulation and one with real setup, without and with meta-learning with experiences coming from other similar objects) achieving goods results despite a very small optimization budget, with a better performance reached when meta-learning is used (84.3% vs 78.9% of success overall, with a small budget of 30 iterations for each optimization) for every object tested (p-value=0.036).

📄 PDF Abstract BibTeX arXiv:2007.15375

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimisationBayesian OptimizationMeta-Learning

Similar Papers 제목 키워드 기반

Meta-Learning Priors for Safe Bayesian Optimization

2022-10-03 · Jonas Rothfuss, Christopher Koenig, Alisa Rupenyan, Andreas Krause

In robotics, optimizing controller parameters under safety constraints is an important challenge. Safe Bayesian optimization (BO) quantifies uncertainty in the objective and constraints to safely guide exploration in suc…

Bayesian OptimizationMeta-LearningUncertainty Quantification

Developmental Bayesian Optimization of Black-Box with Visual Similarity-Based Transfer Learning

2018-09-26 · Maxime Petit, Amaury Depierre, Xiaofang Wang, Emmanuel Dellandréa 외

We present a developmental framework based on a long-term memory and reasoning mechanisms (Vision Similarity and Bayesian Optimisation). This architecture allows a robot to optimize autonomously hyper-parameters that nee…

Bayesian OptimisationBayesian OptimizationTransfer Learning

SEDRo: A Simulated Environment for Developmental Robotics

2020-09-03 · Aishwarya Pothula, Md Ashaduzzaman Rubel Mondol, Sanath Narasimhan, Sm Mazharul Islam 외

Even with impressive advances in application-specific models, we still lack knowledge about how to build a model that can learn in a human-like way and do multiple tasks. To learn in a human-like way, we need to provide …

Meta-Learning Priors for Efficient Online Bayesian Regression

2018-07-24 · James Harrison, Apoorva Sharma, Marco Pavone

Gaussian Process (GP) regression has seen widespread use in robotics due to its generality, simplicity of use, and the utility of Bayesian predictions. The predominant implementation of GP regression is a nonparameteric …

Meta-Learningregression

Bayesian Optimization with Safety Constraints: Safe and Automatic Parameter Tuning in Robotics

2016-02-14 · Felix Berkenkamp, Andreas Krause, Angela P. Schoellig

Robotic algorithms typically depend on various parameters, the choice of which significantly affects the robot's performance. While an initial guess for the parameters may be obtained from dynamic models of the robot, pa…

Bayesian Optimization