paper-with-me

Papers

Bayesian Active Edge Evaluation on Expensive Graphs

2017-11-20 · Sanjiban Choudhury, Siddhartha Srinivasa, Sebastian Scherer

Robots operate in environments with varying implicit structure. For instance, a helicopter flying over terrain encounters a very different arrangement of obstacles than a robotic arm manipulating objects on a cluttered table top. State-of-the-art motion planning systems do not exploit this structure, thereby expending valuable planning effort searching for implausible solutions. We are interested in planning algorithms that actively infer the underlying structure of the valid configuration space during planning in order to find solutions with minimal effort. Consider the problem of evaluating edges on a graph to quickly discover collision-free paths. Evaluating edges is expensive, both for robots with complex geometries like robot arms, and for robots with limited onboard computation like UAVs. Until now, this challenge has been addressed via laziness i.e. deferring edge evaluation until absolutely necessary, with the hope that edges turn out to be valid. However, all edges are not alike in value - some have a lot of potentially good paths flowing through them, and some others encode the likelihood of neighbouring edges being valid. This leads to our key insight - instead of passive laziness, we can actively choose edges that reduce the uncertainty about the validity of paths. We show that this is equivalent to the Bayesian active learning paradigm of decision region determination (DRD). However, the DRD problem is not only combinatorially hard, but also requires explicit enumeration of all possible worlds. We propose a novel framework that combines two DRD algorithms, DIRECT and BISECT, to overcome both issues. We show that our approach outperforms several state-of-the-art algorithms on a spectrum of planning problems for mobile robots, manipulators and autonomous helicopters.

📄 PDF Abstract BibTeX arXiv:1711.07329

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningMotion Planningvalid

Similar Papers 제목 키워드 기반

Query Efficient Posterior Estimation in Scientific Experiments via Bayesian Active Learning

2017-02-03 · Kirthevasan Kandasamy, Jeff Schneider, Barnabás Póczos

A common problem in disciplines of applied Statistics research such as Astrostatistics is of estimating the posterior distribution of relevant parameters. Typically, the likelihoods for such models are computed via expen…

Active LearningGaussian Processes

Interactive and Intelligent Root Cause Analysis in Manufacturing with Causal Bayesian Networks and Knowledge Graphs

2024-01-20 · Christoph Wehner, Maximilian Kertel, Judith Wewerka

Root Cause Analysis (RCA) in the manufacturing of electric vehicles is the process of identifying fault causes. Traditionally, the RCA is conducted manually, relying on process expert knowledge. Meanwhile, sensor network…

Knowledge Graphs

Mercer Features for Efficient Combinatorial Bayesian Optimization

2020-12-14 · Aryan Deshwal, Syrine Belakaria, Janardhan Rao Doppa

Bayesian optimization (BO) is an efficient framework for solving black-box optimization problems with expensive function evaluations. This paper addresses the BO problem setting for combinatorial spaces (e.g., sequences …

Bayesian OptimizationThompson Sampling

Bayesian Algorithm Execution: Estimating Computable Properties of Black-box Functions Using Mutual Information

2021-04-19 · Willie Neiswanger, Ke Alexander Wang, Stefano Ermon

In many real-world problems, we want to infer some property of an expensive black-box function $f$, given a budget of $T$ function evaluations. One example is budget constrained global optimization of $f$, for which Baye…

Bayesian OptimizationExperimental DesignGaussian Processesglobal-optimization

Bayesian Quadrature on Riemannian Data Manifolds

2021-02-12 · Christian Fröhlich, Alexandra Gessner, Philipp Hennig, Bernhard Schölkopf 외

Riemannian manifolds provide a principled way to model nonlinear geometric structure inherent in data. A Riemannian metric on said manifolds determines geometry-aware shortest paths and provides the means to define stati…