中文
相关论文

相关论文: Efficient Dynamic Approximate Distance Oracles for…

200 篇论文

We study the succinct representations of vertex cuts by centralized oracles and labeling schemes. For an undirected $n$-vertex graph $G = (V,E)$ and integer parameter $f \geq 1$, the goal is supporting vertex cut queries: Given $F \subseteq…

数据结构与算法 · 计算机科学 2026-05-01 Yonggang Jiang , Merav Parter , Asaf Petruschka

In this paper, we present approximate distance and shortest-path oracles for fault-tolerant Euclidean spanners motivated by the routing problem in real-world road networks. An $f$-fault-tolerant Euclidean $t$-spanner for a set $V$ of $n$…

计算几何 · 计算机科学 2023-12-29 Kyungjin Cho , Jihun Shin , Eunjin Oh

We study point-to-point distance estimation in hypergraphs, where the query is parameterized by a positive integer s, which defines the required level of overlap for two hyperedges to be considered adjacent. To answer s-distance queries, we…

数据结构与算法 · 计算机科学 2024-03-20 Giulia Preti , Gianmarco De Francisci Morales , Francesco Bonchi

It is unlikely that the discrete Fr\'echet distance between two curves of length $n$ can be computed in strictly subquadratic time. We thus consider the setting where one of the curves, $P$, is known in advance. In particular, we wish to…

计算几何 · 计算机科学 2024-04-08 Boris Aronov , Tsuri Farhana , Matthew J. Katz , Indu Ramesh

Let $P$ be a set of $n$ points in the plane, where each point $p\in P$ has a transmission radius $r(p)>0$. The transmission graph defined by $P$ and the given radii, denoted by $\mathcal{G}_{\mathrm{tr}}(P)$, is the directed graph whose…

计算几何 · 计算机科学 2022-10-13 Mark de Berg

Dynamic graph algorithms have seen significant theoretical advancements, but practical evaluations often lag behind. This work bridges the gap between theory and practice by engineering and empirically evaluating recently developed…

数据结构与算法 · 计算机科学 2025-07-03 Ernestine Großmann , Ivor van der Hoog , Henrik Reinstädtler , Eva Rotenberg , Christian Schulz , Juliette Vlieghe

We propose an efficient dynamic oracle for training the 2-Planar transition-based parser, a linear-time parser with over 99% coverage on non-projective syntactic corpora. This novel approach outperforms the static training strategy in the…

计算与语言 · 计算机科学 2018-05-17 Daniel Fernández-González , Carlos Gómez-Rodríguez

We present a dual fault-tolerant distance oracle for undirected and unweighted graphs. Given a set $F$ of two edges, as well as a source node $s$ and a destination node $t$, our oracle returns the length of the shortest path from $s$ to $t$…

数据结构与算法 · 计算机科学 2024-07-03 Dipan Dey , Manoj Gupta

A graph $G$ is said to be distance magic if there exists a bijection $f:V\rightarrow \{1,2, \ldots , v\}$ and a constant {\sf k} such that for any vertex $x$, $\sum_{y\in N(x)} f(y) ={\sf k}$, where $N_(x)$ is the set of all neighbours of…

组合数学 · 数学 2017-12-14 Rinovia Simanjuntak , I Wayan Palton Anuwiksa

Let $P \subset \mathbb{R}^d$ be a set of $n$ points in $d$ dimensions such that each point $p \in P$ has an associated radius $r_p > 0$. The transmission graph $G$ for $P$ is the directed graph with vertex set $P$ such that there is an edge…

计算几何 · 计算机科学 2020-03-13 Haim Kaplan , Wolfgang Mulzer , Liam Roditty , Paul Seiferth

We consider the Distinct Shortest Walks problem. Given two vertices $s$ and $t$ of a graph database $\mathcal{D}$ and a regular path query, enumerate all walks of minimal length from $s$ to $t$ that carry a label that conforms to the query.…

数据结构与算法 · 计算机科学 2024-03-08 Claire David , Nadime Francis , Victor Marsault

Labels are widely used in augmented reality (AR) to display digital information. Ensuring the readability of AR labels requires placing them occlusion-free while keeping visual linkings legible, especially when multiple labels exist in the…

人机交互 · 计算机科学 2024-05-14 Chen Zhu-Tian , Daniele Chiappalupi , Tica Lin , Yalong Yang , Johanna Beyer , Hanspeter Pfister

This paper proposes an efficient and probabilistic adaptive voxel mapping method for LiDAR odometry. The map is a collection of voxels; each contains one plane (or edge) feature that enables the probabilistic representation of the…

机器人学 · 计算机科学 2022-07-11 Chongjian Yuan , Wei xu , Xiyuan Liu , Xiaoping Hong , Fu Zhang

Proximity graph-based methods have emerged as a leading paradigm for approximate nearest neighbor (ANN) search in the system community. This paper presents fresh insights into the theoretical foundation of these methods. We describe an…

数据结构与算法 · 计算机科学 2025-09-10 Shangqi Lu , Yufei Tao

A $k$-vertex connectivity oracle for undirected $G$ is a data structure that, given $u,v\in V(G)$, reports $\min\{k,\kappa(u,v)\}$, where $\kappa(u,v)$ is the pairwise vertex connectivity between $u,v$. There are three main measures of…

数据结构与算法 · 计算机科学 2025-11-27 Seth Pettie , Thatchaphol Saranurak , Longhui Yin

Computing the shortest-path distance between any two given vertices in road networks is an important problem. A tremendous amount of research has been conducted to address this problem, most of which are limited to static road networks.…

数据库 · 计算机科学 2025-06-24 Muhammad Farhan , Henning Koehler , Qing Wang

We study vertex sparsification for distances, in the setting of planar graphs with distortion: Given a planar graph $G$ (with edge weights) and a subset of $k$ terminal vertices, the goal is to construct an $\varepsilon$-emulator, which is…

数据结构与算法 · 计算机科学 2022-06-23 Hsien-Chih Chang , Robert Krauthgamer , Zihan Tan

Highly dynamic environments, with moving objects such as cars or humans, can pose a performance challenge for LiDAR SLAM systems that assume largely static scenes. To overcome this challenge and support the deployment of robots in real…

Traditional text classifiers are limited to predicting over a fixed set of labels. However, in many real-world applications the label set is frequently changing. For example, in intent classification, new intents may be added over time…

机器学习 · 计算机科学 2019-11-05 Jeremy Wohlwend , Ethan R. Elenberg , Samuel Altschul , Shawn Henry , Tao Lei

In a temporal graph the edge set dynamically changes over time according to a set of time-labels associated with each edge that indicates at which time-steps the edge is available. Two vertices are connected if there is a path connecting…

数据结构与算法 · 计算机科学 2025-04-24 Daniele Carnevale , Gianlorenzo D'Angelo , Martin Olsen