Obstacle-aware Gaussian Process Regression
Gaurav Shrivastava

TL;DR
This paper introduces GP-ND, a novel Gaussian Process regression method that incorporates negative data pairs to effectively avoid obstacles in trajectory planning, improving performance and convergence without sacrificing scalability.
Contribution
The paper proposes a new GP-based framework that integrates negative data pairs modeled as Gaussian blobs to enhance obstacle avoidance in trajectory prediction.
Findings
GP-ND outperforms traditional GP in obstacle avoidance tasks.
The framework maintains scalability of Gaussian Process regression.
GP-ND accelerates convergence as data size increases.
Abstract
Obstacle-aware trajectory navigation is crucial for many systems. For example, in real-world navigation tasks, an agent must avoid obstacles, such as furniture in a room, while planning a trajectory. Gaussian Process (GP) regression, in its current form, fits a curve to a set of data pairs, with each pair consisting of an input point 'x' and its corresponding target regression value 'y(x)' (a positive data pair). However, to account for obstacles, we need to constrain the GP to avoid a target regression value 'y(x-)' for an input point 'x-' (a negative data pair). Our proposed approach, 'GP-ND' (Gaussian Process with Negative Datapairs), fits the model to the positive data pairs while avoiding the negative ones. Specifically, we model the negative data pairs using small blobs of Gaussian distribution and maximize their KL divergence from the GP. Our framework jointly optimizes for both…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference
MethodsGaussian Process · Sparse Evolutionary Training
