paper-with-me

Papers

GPU-Accelerated Polygonal Signed Distance Functions for Real-Time Collision Avoidance

2026-07-05 · Taekwon Ga, Jongeun Choi arxiv

Optimization-based local planning and control require high-rate collision-avoidance constraint evaluation over a prediction horizon. In obstacle-dense environments, where feasible space is limited and the constraints become increasingly complex, the computational workload often dominates the control-cycle runtime. The resulting bottleneck motivates collision-avoidance constraints that combine computational efficiency with geometric fidelity. The proposed Polygonal Signed Distance Function (PSDF) is a geometry-exact signed distance function between a convex polygonal robot footprint and obstacles represented by their boundary edges. It is implemented as a weight-free, branch-free tensorized geometric pipeline enabling batched GPU execution and automatic differentiation. The PSDF is embedded into model predictive control by locally linearizing the stage-wise safety constraints within a sequential quadratic programming-based real-time iteration scheme, yielding the PSDF-embedded model predictive controller (PSDF-MPC). The design separates CPU/GPU computation so that the GPU evaluates batched PSDF values and gradients while the CPU solves a sparse quadratic program whose dimension is determined by system dimensions and horizon length, not by obstacle features. Microbenchmarks show that PSDF scales favorably against signed-distance query baselines. Closed-loop simulated and real-world navigation experiments, including comparisons with optimization-based baselines, demonstrate that PSDF-MPC maintains real-time feasibility and robust collision avoidance in dense polygonal environments.

📄 PDF Abstract BibTeX arXiv:2607.04310

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyCollision Avoidance

Similar Papers 제목 키워드 기반

Polygonal network disorder and the turning distance

2025-03-09 · Alex Dolce, Ryan Lavelle, Bernard Scott, Ashlyn Urbanski 외

The turning distance is an efficient metric for measuring the similarity between two polygons. This metric is constructed by taking an $L^p$ distance between step functions which track each shape's tangent angle of a pat…

A Wachspress-based transfinite formulation for exactly enforcing Dirichlet boundary conditions on convex polygonal domains in physics-informed neural networks

2026-01-05 · N. Sukumar, Ritwick Roy arxiv

In this paper, we present a Wachspress-based transfinite formulation on convex polygonal domains for exact enforcement of Dirichlet boundary conditions in physics-informed neural networks. This approach leverages prior a…

Gray Level Image Enhancement Using Polygonal Functions

2014-12-18 · Vasile Patrascu

This paper presents a method for enhancing the gray level images. This method takes part from the category of point transforms and it is based on interpolation functions. The latter have a graphic represented by polygona…

Image Enhancement

Random Projections and Sampling Algorithms for Clustering of High-Dimensional Polygonal Curves

2019-07-16 · NeurIPS 2019 12 · Stefan Meintrup, Alexander Munteanu, Dennis Rohde

We study the $k$-median clustering problem for high-dimensional polygonal curves with finite but unbounded number of vertices. We tackle the computational issue that arises from the high number of dimensions by defining …

Clustering

BoxSnake: Polygonal Instance Segmentation with Box Supervision

2023-03-21 · ICCV 2023 1 · Rui Yang, Lin Song, Yixiao Ge, Xiu Li

Box-supervised instance segmentation has gained much attention as it requires only simple box annotations instead of costly mask or polygon annotations. However, existing box-supervised instance segmentation models mainl…

Box-supervised Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation