paper-with-me

Papers

Obstacle-aware Gaussian Process Regression

2024-12-09 · Gaurav Shrivastava

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 positive and negative data pairs. Our experiments show that GP-ND outperforms traditional GP learning. Additionally, our framework does not affect the scalability of Gaussian Process regression and helps the model converge faster as the data size increases.

📄 PDF Abstract BibTeX arXiv:2412.06160

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Intent-Aware Probabilistic Trajectory Estimation for Collision Prediction with Uncertainty Quantification

2019-04-04 · Andrew Patterson, Arun Lakshmanan, Naira Hovakimyan

Collision prediction in a dynamic and unknown environment relies on knowledge of how the environment is changing. Many collision prediction methods rely on deterministic knowledge of how obstacles are moving in the envir…

PredictionUncertainty Quantification

Dynamic Log-Gaussian Process Control Barrier Function for Safe Robotic Navigation in Dynamic Environments

2025-12-01 · Xin Yin, Chenyang Liang, Yanning Guo, Jie Mei arxiv

Control Barrier Functions (CBFs) have emerged as efficient tools to address the safe navigation problem for robot applications. However, synthesizing informative and obstacle motion-aware CBFs online using real-time sens…

Learning What Not to Model: Gaussian Process Regression with Negative Constraints

2021-01-01 · Gaurav Shrivastava, Harsh Shrivastava, Abhinav Shrivastava

Gaussian Process (GP) regression fits a curve on a set of datapairs, with each pair consisting of an input point '$\mathbf{x}$' and its corresponding target regression value '$y(\mathbf{x})$' (a positive datapair). But, …

Navigateregression

Kernel-SDF: An Open-Source Library for Real-Time Signed Distance Function Estimation using Kernel Regression

2026-03-31 · Zhirui Dai, Tianxing Fan, Mani Amani, Jaemin Seo 외 arxiv

Accurate and efficient scene representation is crucial for robotic tasks such as motion planning, manipulation, and navigation. Signed distance functions (SDFs) have emerged as a powerful representation for encoding dist…

Motion Planning

SPOT: Sensing-augmented Trajectory Planning via Obstacle Threat Modeling

2025-10-18 · Chi Zhang, Xian Huang, Wei Dong arxiv

UAVs equipped with a single depth camera encounter significant challenges in dynamic obstacle avoidance due to limited field of view and inevitable blind spots. While active vision strategies that steer onboard cameras h…

Trajectory PlanningMotion Planning