中文
相关论文

相关论文: Beyond Highway Dimension: Small Distance Labels Us…

200 篇论文

Realistic metric spaces (such as road/transportation networks) tend to be much more algorithmically tractable than general metrics. In an attempt to formalize this intuition, Abraham et~al.\ (SODA 2010, JACM 2016) introduced the notion of…

数据结构与算法 · 计算机科学 2026-03-05 Andreas Emil Feldmann , Arnold Filtser

A distance labeling scheme is an assignment of bit-labels to the vertices of an undirected, unweighted graph such that the distance between any pair of vertices can be decoded solely from their labels. We propose a series of new labeling…

数据结构与算法 · 计算机科学 2016-07-21 Paweł Gawrychowski , Adrian Kosowski , Przemysław Uznański

The graph parameters highway dimension and skeleton dimension were introduced to capture the properties of transportation networks. As many important optimization problems like Travelling Salesperson, Steiner Tree or $k$-Center arise in…

离散数学 · 计算机科学 2019-11-20 Johannes Blum

A distance labeling scheme is an assignment of bit-labels to the vertices of an undirected, unweighted graph such that the distance between any pair of vertices can be decoded solely from their labels. An important class of distance…

数据结构与算法 · 计算机科学 2019-06-25 Adrian Kosowski , Przemysław Uznański , Laurent Viennot

Answering the shortest-path distance between two arbitrary locations is a fundamental problem in road networks. Labelling-based solutions are the current state-of-the-arts to render fast response time, which can generally be categorised…

数据结构与算法 · 计算机科学 2023-11-21 Muhammad Farhan , Henning Koehler , Robert Ohms , Qing Wang

Getting precise aspects of road through segmentation from remote sensing imagery is useful for many real-world applications such as autonomous vehicles, urban development and planning, and achieving sustainable development goals. Roads are…

计算机视觉与模式识别 · 计算机科学 2023-09-28 Javed Iqbal , Aliza Masood , Waqas Sultani , Mohsen Ali

Dijkstra's algorithm is the standard method for computing shortest paths on arbitrary graphs. However, it is slow for large graphs, taking at least linear time. It has been long known that for real world road networks, creating a hierarchy…

数据结构与算法 · 计算机科学 2023-12-08 Sébastien Collette , John Iacono

Hub Labeling (HL) is one of the state-of-the-art preprocessing-based techniques for route planning in road networks. It is a special incarnation of distance labeling, and it is well-studied in both theory and practice. The core concept of…

数据结构与算法 · 计算机科学 2022-08-19 Johannes Blum , Sabine Storandt

For fixed $h \geq 2$, we consider the task of adding to a graph $G$ a set of weighted shortcut edges on the same vertex set, such that the length of a shortest $h$-hop path between any pair of vertices in the augmented graph is exactly the…

数据结构与算法 · 计算机科学 2019-05-27 Siddharth Gupta , Adrian Kosowski , Laurent Viennot

For an n-vertex directed graph $G = (V,E)$, a $\beta$-\emph{shortcut set} $H$ is a set of additional edges $H \subseteq V \times V$ such that $G \cup H$ has the same transitive closure as $G$, and for every pair $u,v \in V$, there is a…

数据结构与算法 · 计算机科学 2024-03-20 Aaron Bernstein , Nicole Wein

Labeling schemes seek to assign a short label to each node in a network, so that a function on two nodes can be computed by examining their labels alone. For the particular case of trees, optimal bounds (up to low order terms) were recently…

数据结构与算法 · 计算机科学 2017-05-16 Ofer Freedman , Paweł Gawrychowski , Patrick K. Nicholson , Oren Weimann

We consider distance labeling schemes for trees: given a tree with $n$ nodes, label the nodes with binary strings such that, given the labels of any two nodes, one can determine, by looking only at the labels, the distance in the tree…

数据结构与算法 · 计算机科学 2015-07-16 Stephen Alstrup , Inge Li Gørtz , Esben Bistrup Halvorsen , Ely Porat

Distance labeling is a preprocessing technique introduced by Peleg [Journal of Graph Theory, 33(3)] to speed up distance queries in large networks. Herein, each vertex receives a (short) label and, the distance between two vertices can be…

计算复杂性 · 计算机科学 2014-08-01 Mathias Weller

Graphs with bounded highway dimension were introduced by Abraham et al. [SODA 2010] as a model of transportation networks. We show that any such graph can be embedded into a distribution over bounded treewidth graphs with arbitrarily small…

数据结构与算法 · 计算机科学 2019-06-20 Andreas Emil Feldmann , Wai Shing Fung , Jochen Könemann , Ian Post

The metric dimension of a graph is the smallest number of nodes required to identify all other nodes based on shortest path distances uniquely. Applications of metric dimension include discovering the source of a spread in a network,…

组合数学 · 数学 2021-04-16 Richard C. Tillquist , Rafael M. Frongillo , Manuel E. Lladser

Shortest path search is a core operation in graph-based applications, yet existing methods face important limitations. Classical algorithms such as Dijkstra's and A* become inefficient as graphs grow more complex, while index-based…

机器学习 · 计算机科学 2025-08-05 Tiantian Liu , Xiao Li , Huan Li , Hua Lu , Christian S. Jensen , Jianliang Xu

In fault-tolerant distance labeling we wish to assign short labels to the vertices of a graph $G$ such that from the labels of any three vertices $u,v,f$ we can infer the $u$-to-$v$ distance in the graph $G\setminus \{f\}$. We show that any…

数据结构与算法 · 计算机科学 2021-02-16 Aviv Bar-Natan , Panagiotis Charalampopoulos , Paweł Gawrychowski , Shay Mozes , Oren Weimann

All parallel algorithms for directed reachability and shortest paths crucially rely on efficient shortcut constructions. These constructions find directed paths and shortcut them by adding edges, with the goal to reduce the diameter of the…

数据结构与算法 · 计算机科学 2026-05-06 Bernhard Haeupler , Antti Roeyskoe , Zhijun Zhang

In this thesis, we design algorithms for several NP-hard problems in both worst and beyond worst case settings. In the first part of the thesis, we apply the traditional worst case methodology and design approximation algorithms for the Hub…

数据结构与算法 · 计算机科学 2018-07-26 Haris Angelidakis

The minimal number of nodes required to multilaterate a network endowed with geodesic distance (i.e., to uniquely identify all nodes based on shortest path distances to the selected nodes) is called its metric dimension. This quantity is…

组合数学 · 数学 2019-11-06 Richard D. Tillquist , Manuel E. Lladser
‹ 上一页 1 2 3 10 下一页 ›