中文
相关论文

相关论文: Reachability Preservers: New Extremal Bounds and A…

200 篇论文

A $t$-spanner of a graph $G$ is a subgraph $H$ in which all distances are preserved up to a multiplicative $t$ factor. A classical result of Alth\"ofer et al. is that for every integer $k$ and every graph $G$, there is a $(2k-1)$-spanner of…

数据结构与算法 · 计算机科学 2019-03-19 Eden Chlamtáč , Michael Dinitz , Thomas Robinson

In this paper, we revisit the classic approximate All-Pairs Shortest Paths (APSP) problem in undirected graphs. For unweighted graphs, we provide an algorithm for $2$-approximate APSP in $\tilde O(n^{2.5-r}+n^{\omega(r)})$ time, for any…

数据结构与算法 · 计算机科学 2023-10-31 Michal Dory , Sebastian Forster , Yael Kirkpatrick , Yasamin Nazari , Virginia Vassilevska Williams , Tijn de Vos

Causal discovery from interventional data is an important problem, where the task is to design an interventional strategy that learns the hidden ground truth causal graph $G(V,E)$ on $|V| = n$ nodes while minimizing the number of performed…

机器学习 · 计算机科学 2023-06-12 Davin Choo , Kirankumar Shiragur

Graph embedding learns low-dimensional representations for nodes in a graph and effectively preserves the graph structure. Recently, a significant amount of progress has been made toward this emerging research area. However, there are…

机器学习 · 计算机科学 2019-05-20 Yuan Yin , Zhewei Wei

Reachability, distance, and matching are some of the most fundamental graph problems that have been of particular interest in dynamic complexity theory in recent years [DKMSZ18, DMVZ18, DKMTVZ20]. Reachability can be maintained with…

计算机科学中的逻辑 · 计算机科学 2021-09-08 Samir Datta , Chetan Gupta , Rahul Jain , Anish Mukherjee , Vimal Raj Sharma , Raghunath Tewari

We propose a new approach to compute an interval over-approximation of the finite time reachable set for a large class of nonlinear systems. This approach relies on the notions of sensitivity matrices, which are the partial derivatives…

系统与控制 · 电气工程与系统科学 2021-04-19 Pierre-Jean Meyer , Murat Arcak

We study vertex sparsification for preserving cuts. Given a graph $G$ with a subset $|T|=k$ of its vertices called terminals, a \emph{quality-$q$ cut sparsifier} is a graph $G'$ that contains $T$, such that, for any partition $(T_1,T_2)$ of…

数据结构与算法 · 计算机科学 2024-10-18 Yu Chen , Zihan Tan

We present faster algorithms for approximate maximum flow in undirected graphs with good separator structures, such as bounded genus, minor free, and geometric graphs. Given such a graph with $n$ vertices, $m$ edges along with a recursive…

数据结构与算法 · 计算机科学 2012-10-19 Gary Miller , Richard Peng

Given an $n$-vertex $m$-edge digraph $G = (V,E)$ and a set $S \subseteq V$, $|S| = n^{\sigma}$ (for some $0 < \sigma \le 1$) of designated sources, the $S \times V$-direachability problem is to compute for every $s \in S$, the set of all…

数据结构与算法 · 计算机科学 2024-01-15 Michael Elkin , Chhaya Trehan

We survey graph reachability indexing techniques for efficient processing of graph reachability queries in two types of popular graph models: plain graphs and edge-labeled graphs. Reachability queries are Boolean in nature, determining…

数据库 · 计算机科学 2025-07-01 Chao Zhang , Angela Bonifati , M. Tamer Özsu

We consider the task of topology discovery of sparse random graphs using end-to-end random measurements (e.g., delay) between a subset of nodes, referred to as the participants. The rest of the nodes are hidden, and do not provide any…

社会与信息网络 · 计算机科学 2012-03-06 Animashree Anandkumar , Avinatan Hassidim , Jonathan Kelner

We consider labeling nodes of a directed graph for reachability queries. A reachability labeling scheme for such a graph assigns a binary string, called a label, to each node. Then, given the labels of nodes $u$ and $v$ and no other…

数据结构与算法 · 计算机科学 2020-07-14 Maciej Dulęba , Paweł Gawrychowski , Wojciech Janczewski

We revisit the problem of fault-tolerant (FT) distance preservers, when failure events in the network admit a form of correlation modeled as color faults. FT distance preservers are sparse subgraphs that preserve distances between specified…

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

We develop a new technique for constructing sparse graphs that allow us to prove near-linear lower bounds on the round complexity of computing distances in the CONGEST model. Specifically, we show an $\widetilde{\Omega}(n)$ lower bound for…

分布式、并行与集群计算 · 计算机科学 2016-05-18 Amir Abboud , Keren Censor-Hillel , Seri Khoury

Computational complexity and approximation algorithms are reported for a problem of stabbing a set of straight line segments with the least cardinality set of disks of fixed radii $r>0$ where the set of segments forms a straight line…

计算几何 · 计算机科学 2018-03-23 Konstantin Kobylkin

Graph-based nearest neighbor search methods have seen a surge of popularity in recent years, offering state-of-the-art performance across a wide variety of applications. Central to these methods is the task of constructing a sparse…

A mobile agent, starting from a node $s$ of a simple undirected connected graph $G=(V,E)$, has to explore all nodes and edges of $G$ using the minimum number of edge traversals. To do so, the agent uses a deterministic algorithm that allows…

数据结构与算法 · 计算机科学 2024-10-18 Stéphane Devismes , Yoann Dieudonné , Arnaud Labourel

We present the first comprehensive analysis of temporal settings for directed temporal graphs, fully resolving their hierarchy with respect to support, reachability, and induced-reachability equivalence. These notions, introduced by…

离散数学 · 计算机科学 2025-01-22 Michelle Döring

Traditional graph centrality measures effectively quantify node importance but fail to capture the structural uniqueness of multi-scale connectivity patterns -- critical for understanding network resilience and function. This paper…

社会与信息网络 · 计算机科学 2025-11-03 R. Scott Johnson

Cut and spectral sparsification of graphs have numerous applications, including e.g. speeding up algorithms for cuts and Laplacian solvers. These powerful notions have recently been extended to hypergraphs, which are much richer and may…

数据结构与算法 · 计算机科学 2021-04-13 Michael Kapralov , Robert Krauthgamer , Jakab Tardos , Yuichi Yoshida