中文
相关论文

相关论文: Computing Homotopic Shortest Paths Efficiently

200 篇论文

We introduce a method for efficiently computing the exact shortest path to the boundary of a mesh from a given internal point in the presence of self-intersections. We provide a formal definition of shortest boundary paths for…

图形学 · 计算机科学 2023-05-18 He Chen , Elie Diaz , Cem Yuksel

In this paper, we reduce the logspace shortest path problem to biconnected graphs; in particular, we present a logspace shortest path algorithm for general graphs which uses a logspace shortest path oracle for biconnected graphs. We also…

计算复杂性 · 计算机科学 2015-11-24 Boris Brimkov

The Minimum Eccentricity Shortest Path Problem consists in finding a shortest path with minimum eccentricity in a given undirected graph. The problem is known to be NP-complete and W[2]-hard with respect to the desired eccentricity. We…

数据结构与算法 · 计算机科学 2022-07-25 Martin Kučera , Ondřej Suchý

Constructing a shortest path between two network nodes is a fundamental task in distributed computing. This work develops schemes for the construction of shortest paths in randomized beeping networks between a predetermined source node and…

分布式、并行与集群计算 · 计算机科学 2023-01-05 Fabien Dufoulon , Yuval Emek , Ran Gelles

Given a set of well-formed terminal pairs on the external face of an undirected planar graph with unit edge weights, we give a linear-time algorithm for computing the union of non-crossing shortest paths joining each terminal pair, where…

数据结构与算法 · 计算机科学 2023-05-05 Lorenzo Balzotti , Paolo G. Franciosa

The purpose of this work is to introduce and characterize the Bounded Acceleration Shortest Path (BASP) problem, a generalization of the Shortest Path (SP) problem. This problem is associated to a graph: the nodes represent positions of a…

数据结构与算法 · 计算机科学 2024-04-10 Stefano Ardizzoni , Luca Consolini , Mattia Laurini , Marco Locatelli

We investigate the problem of computing the top-$k$ simple shortest paths in weighted digraphs. While the single-pair variant -- finding the top-$k$ simple shortest paths between two specified vertices -- has been extensively studied over…

数据结构与算法 · 计算机科学 2025-10-01 Mattia D'Emidio , Gabriele Di Stefano

In this paper, we study the computation of shortest paths within the \emph{geometric amoebot model}, a commonly used model for programmable matter. Shortest paths are essential for various tasks and therefore have been heavily investigated…

分布式、并行与集群计算 · 计算机科学 2024-02-20 Andreas Padalkin , Christian Scheideler

A solution of the $k$ shortest paths problem may output paths that are identical up to a single edge. On the other hand, a solution of the $k$ independent shortest paths problem consists of paths that share neither an edge nor an…

数据结构与算法 · 计算机科学 2022-11-08 Yefim Dinitz , Shlomi Dolev , Manish Kumar , Baruch Schieber

We consider the problem of optimal path planning in different homotopy classes in a given environment. Though important in robotics applications, path-planning with reasoning about homotopy classes of trajectories has typically focused on…

机器人学 · 计算机科学 2017-10-10 Subhrajit Bhattacharya , Robert Ghrist

The shortest path problem in graphs is fundamental to AI. Nearly all variants of the problem and relevant algorithms that solve them ignore edge-weight computation time and its common relation to weight uncertainty. This implies that taking…

数据结构与算法 · 计算机科学 2024-03-29 Eyal Weiss , Ariel Felner , Gal A. Kaminka

The shortest Disjoint Path problem (SDPP) requires us to find pairwise vertex disjoint paths between k designated pairs of terminal vertices such that the sum of the path lengths is minimum. The focus here is on SDPP restricted to planar…

数据结构与算法 · 计算机科学 2025-03-21 Srijan Chakraborty , Samir Datta

We consider a suboptimal solution path algorithm for the Support Vector Machine. The solution path algorithm is an effective tool for solving a sequence of a parametrized optimization problems in machine learning. The path of the solutions…

机器学习 · 计算机科学 2011-05-04 Masayuki Karasuyama , Ichiro Takeuchi

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

In the k-Disjoint Shortest Paths problem, a set of terminal pairs of vertices $\{(s_i,t_i)\mid 1\le i\le k\}$ is given and we are asked to find paths $P_1,\ldots,P_k$ such that each path $P_i$ is a shortest path from $s_i$ to $t_i$ and…

数据结构与算法 · 计算机科学 2021-07-08 Saeed Akhoondian Amiri , Julian Wargalla

Finding shortest paths in a graph is relevant for numerous problems in computer vision and graphics, including image segmentation, shape matching, or the computation of geodesic distances on discrete surfaces. Traditionally, the concept of…

计算机视觉与模式识别 · 计算机科学 2021-12-09 Viktoria Ehm , Daniel Cremers , Florian Bernard

We perform an experimental evaluation of algorithms for finding geodesic shortest paths between two points inside a simple polygon in the constant-workspace model. In this model, the input resides in a read-only array that can be accessed…

计算几何 · 计算机科学 2019-04-08 Jonas Cleve , Wolfgang Mulzer

Consider two axis-aligned rectilinear simple polygons in the domain consisting of axis-aligned rectilinear obstacles in the plane such that the bounding boxes, one for each obstacle and one for each polygon, are disjoint. We present an…

计算几何 · 计算机科学 2021-06-29 Mincheol Kim , Hee-Kap Ahn

In this paper, we study the problem of computing a homotopy from a planar curve $C$ to a point that minimizes the area swept. The existence of such a minimum homotopy is a direct result of the solution of Plateau's problem. Chambers and…

代数拓扑 · 数学 2017-07-10 Brittany Terese Fasy , Selcuk Karakoc , Carola Wenk

We introduce and study the complexity of Path Packing. Given a graph $G$ and a list of paths, the task is to embed the paths edge-disjoint in $G$. This generalizes the well known Hamiltonian-Path problem. Since Hamiltonian Path is…

计算复杂性 · 计算机科学 2019-10-02 Jan Dreier , Janosch Fuchs , Tim A. Hartmann , Philipp Kuinke , Peter Rossmanith , Bjoern Tauer , Hung-Lung Wang