中文
相关论文

相关论文: A Unifying Formalism for Shortest Path Problems wi…

200 篇论文

We consider robust shortest path problems, where the aim is to find a path that optimizes the worst-case performance over an uncertainty set containing all relevant scenarios for arc costs. The usual approach for such problems is to assume…

最优化与控制 · 数学 2018-02-13 André Chassein , Trivikram Dokka , Marc Goerigk

Robots operate in environments with varying implicit structure. For instance, a helicopter flying over terrain encounters a very different arrangement of obstacles than a robotic arm manipulating objects on a cluttered table top.…

机器人学 · 计算机科学 2017-11-21 Sanjiban Choudhury , Siddhartha Srinivasa , Sebastian Scherer

Computing shortest paths is one of the most fundamental algorithmic graph problems. It is known since decades that this problem can be solved in near-linear time if all weights are nonnegative. A recent break-through by [Bernstein,…

数据结构与算法 · 计算机科学 2025-02-18 Alejandro Cassis , Andreas Karrenbauer , André Nusser , Paolo Luigi Rinaldi

The quadratic shortest path problem is the problem of finding a path in a directed graph such that the sum of interaction costs over all pairs of arcs on the path is minimized. We derive several semidefinite programming relaxations for the…

最优化与控制 · 数学 2017-08-23 Hao Hu , Renata Sotirov

We consider single-source shortest path algorithms that perform a sequence of relaxation steps whose ordering depends only on the input graph structure and not on its weights or the results of prior steps. Each step examines one edge of the…

数据结构与算法 · 计算机科学 2023-05-17 David Eppstein

Digital twins and other simulators are increasingly used to support routing decisions in large-scale networks. However, simulator outputs often exhibit systematic bias, while ground-truth measurements are costly and scarce. We study a…

机器学习 · 计算机科学 2026-01-08 Dmytro Matsypura , Yu Pan , Hanzhao Wang

Motion-planning problems, such as manipulation in cluttered environments, often require a collision-free shortest path to be computed quickly given a roadmap graph. Typically, the computational cost of evaluating whether an edge of the…

机器人学 · 计算机科学 2018-03-16 Aditya Mandalika , Oren Salzman , Siddhartha Srinivasa

We study a group of new methods to solve an open problem that is the shortest paths problem on a given fix-weighted instance. It is the real significance at a considerable altitude to reach our aim to meet these qualities of generic,…

离散数学 · 计算机科学 2016-11-30 Yong Tan

Very recently a new algorithm to the nonnegative single-source shortest path problem on road networks has been discovered. It is very cache-efficient, but only on static road networks. We show how to augment it to the time-dependent…

数据结构与算法 · 计算机科学 2010-10-06 Robert Geisberger

We consider the minimum spanning tree problem with predictions, using the weight-arrival model, i.e., the graph is given, together with predictions for the weights of all edges. Then the actual weights arrive one at a time and an…

数据结构与算法 · 计算机科学 2023-02-24 Magnus Berg , Joan Boyar , Lene M. Favrholdt , Kim S. Larsen

Understanding the criteria that bicyclists apply when they choose their routes is crucial for planning new bicycle paths or recommending routes to bicyclists. This is becoming more and more important as city councils are becoming…

计算机视觉与模式识别 · 计算机科学 2018-06-26 J. Oehrlein , A. Förster , D. Schunck , Y. Dehbi , R. Roscher , J. -H. Haunert

Querying the shortest path between two vertexes is a fundamental operation in a variety of applications, which has been extensively studied over static road networks. However, in reality, the travel costs of road segments evolve over time,…

数据库 · 计算机科学 2023-03-08 Zengyang Gong , Yuxiang Zeng , Lei Chen

The shortest path problem is among the most fundamental combinatorial optimization problems to answer reachability queries. It is hard to deter-mine which vertices or edges are visited during shortest path traversals. In this paper, we…

社会与信息网络 · 计算机科学 2014-12-30 Waqas Nawaz , Kifayat Ullah Khan , Young-Koo Lee

Indoor navigation systems leverage shortest path algorithms to calculate routes. In order to define the "shortest path", a cost function has to be specified based on theories and heuristics in the application domain. For the domain of…

人工智能 · 计算机科学 2021-07-26 Isabella Kreller , Bernd Ludwig

Considering a graph with unknown weights, can we find the shortest path for a pair of nodes if we know the minimal Steiner trees associated with some subset of nodes? That is, with respect to a fixed latent decision-making system (e.g., a…

机器学习 · 计算机科学 2024-02-06 Guangmo Tong , Peng Zhao , Mina Samizadeh

We consider cost constrained versions of the minimum spanning tree problem and the assignment problem. We assume edge weights are independent copies of a continuous random variable $Z$ that satisfies $F(x)=\Pr(Z\leq x)\approx x^\alpha$ as…

数据结构与算法 · 计算机科学 2021-06-01 Alan Frieze , Tomasz Tkocz

Consider a general path planning problem of a robot on a graph with edge costs, and where each node has a Boolean value of success or failure (with respect to some task) with a given probability. The objective is to plan a path for the…

机器人学 · 计算机科学 2018-08-22 Arjun Muralidharan , Yasamin Mostofi

We present the first deterministic nearly-linear time algorithm for single-source shortest paths with negative edge weights on directed graphs: given a directed graph $G$ with $n$ vertices, $m$ edges whose weights are integer in…

数据结构与算法 · 计算机科学 2025-11-12 Bernhard Haeupler , Yonggang Jiang , Thatchaphol Saranurak

Link weights are the principal parameters of shortest path routing protocols, the most commonly used protocols for IP networks. The problem of optimally setting link weights for unique shortest path routing is addressed. Due to the…

最优化与控制 · 数学 2010-03-04 Changyong Zhang

In this paper the computational challenges of time-optimal path following are addressed. The standard approach is to minimize the travel time, which inevitably leads to singularities at zero path speed, when reformulating the optimization…

机器人学 · 计算机科学 2025-10-24 Tobias Marauli , Hubert Gattringer , Andreas Mueller