paper-with-me

Papers

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

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

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 need to be tuned from any action and/or vision module, treated as a black-box. The learning can take advantage of past experiences (stored in the episodic and procedural memories) in order to warm-start the exploration using a set of hyper-parameters previously optimized from objects similar to the new unknown one (stored in a semantic memory). As example, the system has been used to optimized 9 continuous hyper-parameters of a professional software (Kamido) both in simulation and with a real robot (industrial robotic arm Fanuc) with a total of 13 different objects. The robot is able to find a good object-specific optimization in 68 (simulation) or 40 (real) trials. In simulation, we demonstrate the benefit of the transfer learning based on visual similarity, as opposed to an amnesic learning (i.e. learning from scratch all the time). Moreover, with the real robot, we show that the method consistently outperforms the manual optimization from an expert with less than 2 hours of training time to achieve more than 88% of success.

📄 PDF Abstract BibTeX arXiv:1809.10141

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimisationBayesian OptimizationTransfer Learning

Similar 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…

Bayesian OptimisationBayesian OptimizationMeta-Learning

Analogical-based Bayesian Optimization

2017-09-19 · Trung Le, Khanh Nguyen, Tu Dinh Nguyen, Dinh Phung

Some real-world problems revolve to solve the optimization problem \max_{x\in\mathcal{X}}f\left(x\right) where f\left(.\right) is a black-box function and X might be the set of non-vectorial objects (e.g., distributions)…

Bayesian OptimizationGaussian Processes

Deep Neural Architecture Search with Deep Graph Bayesian Optimization

2019-05-14 · Lizheng Ma, Jiaxu Cui, Bo Yang

Bayesian optimization (BO) is an effective method of finding the global optima of black-box functions. Recently BO has been applied to neural architecture search and shows better performance than pure evolutionary strate…

Bayesian OptimizationGaussian ProcessesGraph Neural NetworkNeural Architecture Search

Topological Bayesian Optimization with Persistence Diagrams

2019-02-26 · Tatsuya Shiraishi, Tam Le, Hisashi Kashima, Makoto Yamada

Finding an optimal parameter of a black-box function is important for searching stable material structures and finding optimal neural network structures, and Bayesian optimization algorithms are widely used for the purpo…

Bayesian OptimizationTopological Data Analysis

Bayesian Optimization with Approximate Set Kernels

2019-05-23 · Jungtaek Kim, Michael McCourt, Tackgeun You, Saehoon Kim 외

We propose a practical Bayesian optimization method over sets, to minimize a black-box function that takes a set as a single input. Because set inputs are permutation-invariant, traditional Gaussian process-based Bayesia…

Bayesian Optimization