中文
相关论文

相关论文: Rapid Vector-based Any-angle Path Planning with No…

200 篇论文

Finding the shortest path between two points in a graph is a fundamental problem that has been well-studied over the past several decades. Shortest path algorithms are commonly applied to modern navigation systems, so our study aims to…

数据结构与算法 · 计算机科学 2022-08-02 Kevin Y. Chen

Recent advancements in self-driving car technologies have enabled them to navigate autonomously through various environments. However, one of the critical challenges in autonomous vehicle operation is trajectory planning, especially in…

机器人学 · 计算机科学 2025-01-22 Mohammad Dehghani Tezerjani , Dominic Carrillo , Deyuan Qu , Sudip Dhakal , Amir Mirzaeinia , Qing Yang

Inspired by the classical fractional cascading technique, we introduce new techniques to speed up the following type of iterated search in 3D: The input is a graph $\mathbf{G}$ with bounded degree together with a set $H_v$ of 3D hyperplanes…

计算几何 · 计算机科学 2025-04-11 Peyman Afshani , Yakov Nekrich , Frank Staals

This paper addresses the problem of finding multiple near-optimal, spatially-dissimilar paths that can be considered as alternatives in the decision making process, for finding optimal corridors in which to construct a new road. We further…

数据结构与算法 · 计算机科学 2015-08-14 Yasha Pushak , Warren Hare , Yves Lucet

The algorithmic differentiation (AD) of mathematical functions can be interpreted as a sequence of vertex eliminations in an underlying directed acyclic graph. The problem of determining a minimum-cost elimination ordering, which we call…

We consider the following problem in computational geometry: given, in the d-dimensional real space, a set of points marked as positive and a set of points marked as negative, such that the convex hull of the positive set does not intersect…

最优化与控制 · 数学 2024-07-30 Michele Barbato , Alberto Ceselli , Rosario Messana

We propose two new alternating direction methods to solve "fully" nonsmooth constrained convex problems. Our algorithms have the best known worst-case iteration-complexity guarantee under mild assumptions for both the objective residual and…

最优化与控制 · 数学 2018-01-16 Quoc Tran-Dinh , Volkan Cevher

This paper proposes a novel mission planning algorithm for autonomous robots that selects an optimal waypoint sequence from a predefined set to maximize total reward while satisfying obstacle avoidance, state, input, derivative, mission…

机器人学 · 计算机科学 2025-05-07 Jose D. Hoyos , Tianyu Zhou , Zehui Lu , Shaoshuai Mou

Automated driving in urban scenarios requires efficient planning algorithms able to handle complex situations in real-time. A popular approach is to use graph-based planning methods in order to obtain a rough trajectory which is…

机器人学 · 计算机科学 2021-02-17 Oliver Speidel , Jona Ruof , Klaus Dietmayer

In this report, we try to improve the performance of existing approaches for search operations in multi-robot context. We propose three novel algorithms that are using a triangular grid pattern, i.e., robots certainly go through the…

机器人学 · 计算机科学 2016-05-17 Ahmad Baranzadeh

We consider optimal route planning when the objective function is a general nonlinear and non-monotonic function. Such an objective models user behavior more accurately, for example, when a user is risk-averse, or the utility function needs…

数据结构与算法 · 计算机科学 2015-11-24 Ger Yang , Evdokia Nikolova

The research area of real-time heuristics search has produced quite many algorithms. In the landscape of real-time heuristics search research, it is not rare to find that an algorithm X that appears to perform better than algorithm Y on a…

人工智能 · 计算机科学 2018-05-23 Md Solimul Chowdhury , Victor Silva

Navigation underwater traditionally is done by keeping a safe distance from obstacles, resulting in "fly-overs" of the area of interest. Movement of an autonomous underwater vehicle (AUV) through a cluttered space, such as a shipwreck or a…

Image tracing is a foundational component of the workflow in graphic design, engineering, and computer animation, linking hand-drawn concept images to collections of smooth curves needed for geometry processing and editing. Even for clean…

图形学 · 计算机科学 2018-09-07 Mikhail Bessmeltsev , Justin Solomon

Prune-and-search is an important paradigm for solving many important geometric problems. We show that the general prune-and-search technique can be implemented where the objects are given in read-only memory. As examples we consider…

计算几何 · 计算机科学 2012-12-24 Minati De , Subhas C. Nandy , Sasanka Roy

To eliminate the effect of ocean currents when addressing the optimal path in the underwater environment, an intelligent algorithm designed for the unmanned underwater vehicle (UUV) is proposed in this paper. The algorithm consists of two…

机器人学 · 计算机科学 2022-06-22 Danjie Zhu , Simon X. Yang

We propose an algorithmic framework for efficient anytime motion planning on large dense geometric roadmaps, in domains where collision checks and therefore edge evaluations are computationally expensive. A large dense roadmap (graph) can…

This paper presents a practical GPU-accelerated convex hull algorithm and a novel Sorting-based Preprocessing Approach (SPA) for planar point sets. The proposed algorithm consists of two stages: (1) two rounds of preprocessing performed on…

计算几何 · 计算机科学 2016-05-24 Gang Mei

We reexamine fundamental problems from computational geometry in the word RAM model, where input coordinates are integers that fit in a machine word. We develop a new algorithm for offline point location, a two-dimensional analog of sorting…

数据结构与算法 · 计算机科学 2010-10-12 Timothy M. Chan , Mihai Patrascu

This study presents a novel algorithm for identifying the set of extreme points that constitute the exact convex hull of a point set in high-dimensional Euclidean space. The proposed method iteratively solves a sequence of dynamically…

计算几何 · 计算机科学 2025-11-11 Qianwei Zhuang