中文
相关论文

相关论文: Metric Embedding via Shortest Path Decompositions

200 篇论文

Given a graph $ G $ with $ n $ vertices and a set $ S $ of $ n $ points in the plane, a point-set embedding of $ G $ on $ S $ is a planar drawing such that each vertex of $ G $ is mapped to a distinct point of $ S $. A straight-line…

计算几何 · 计算机科学 2017-08-07 Hamid Hoorfar , Alireza Bagheri

In this paper, we show new strongly polynomial work-depth tradeoffs for computing single-source shortest paths (SSSP) in non-negatively weighted directed graphs in parallel. Most importantly, we prove that directed SSSP can be solved within…

数据结构与算法 · 计算机科学 2025-10-23 Adam Karczmarz , Wojciech Nadara , Marek Sokołowski

A distributed network is modeled by a graph having $n$ nodes (processors) and diameter $D$. We study the time complexity of approximating {\em weighted} (undirected) shortest paths on distributed networks with a $O(\log n)$ {\em bandwidth…

数据结构与算法 · 计算机科学 2014-05-23 Danupon Nanongkai

A \emph{book-embedding} of a graph $G$ is an embedding of vertices of $G$ along the spine of a book, and edges of $G$ on the pages so that no two edges on the same page intersect. the minimum number of pages in which a graph can be embedded…

组合数学 · 数学 2018-01-23 Xiaxia Guan , Weihua Yang

We introduce and study the \emph{Lattice Distortion Problem} (LDP). LDP asks how "similar" two lattices are. I.e., what is the minimal distortion of a linear bijection between the two lattices? LDP generalizes the Lattice Isomorphism…

数据结构与算法 · 计算机科学 2016-11-01 Huck Bennett , Daniel Dadush , Noah Stephens-Davidowitz

We present a \emph{deterministic exact algorithm} for the \emph{minimum $k$-cut problem} on simple graphs. Our approach combines the \emph{principal sequence of partitions (PSP)}, derived canonically from ideal loads, with a single level of…

数据结构与算法 · 计算机科学 2025-12-23 Mohit Daga

We consider the Shortest Odd Path problem, where given an undirected graph $G$, a weight function on its edges, and two vertices $s$ and $t$ in $G$, the aim is to find an $(s,t)$-path with odd length and, among all such paths, of minimum…

数据结构与算法 · 计算机科学 2023-08-25 Alpár Jüttner , Csaba Király , Lydia Mirabel Mendoza-Cadena , Gyula Pap , Ildikó Schlotter , Yutaro Yamaguchi

It has been recently shown that any graph of genus g>0 can be stochastically embedded into a distribution over planar graphs, with distortion Olog (g+1)) [Sidiropoulos, FOCS 2010]. This embedding can be computed in polynomial time, provided…

数据结构与算法 · 计算机科学 2012-06-22 Yury Makarychev , Anastasios Sidiropoulos

We present a factor $14D^2$ approximation algorithm for the minimum linear arrangement problem on series-parallel graphs, where $D$ is the maximum degree in the graph. Given a suitable decomposition of the graph, our algorithm runs in time…

离散数学 · 计算机科学 2014-10-17 Martina Eikel , Christian Scheideler , Alexander Setzer

The problem of computing a bi-Lipschitz embedding of a graphical metric into the line with minimum distortion has received a lot of attention. The best-known approximation algorithm computes an embedding with distortion $O(c^2)$, where $c$…

数据结构与算法 · 计算机科学 2020-02-25 Karine Chubarian , Anastasios Sidiropoulos

This paper discusses the shortest path problem in a general directed graph with $n$ nodes and $K$ cost scenarios (objectives). In order to choose a solution, the min-max criterion is applied. The min-max version of the problem is hard to…

数据结构与算法 · 计算机科学 2024-09-18 Adam Kasperski , Pawel Zielinski

Tutte's spring embedding theorem states that, for a three-connected planar graph, if the outer face of the graph is fixed as the complement of some convex region in the plane, and all other vertices are placed at the mass center of their…

组合数学 · 数学 2020-07-10 John C. Urschel , Ludmil T. Zikatanov

Unified graph representation learning aims to generate node embeddings, which can be applied to multiple downstream applications of graph analytics. However, existing studies based on graph neural networks and language models either suffer…

计算与语言 · 计算机科学 2025-08-05 Wenbo Shang , Xuliang Zhu , Xin Huang

Let G=(V,E) be an undirected graph, lambda_k be the k-th smallest eigenvalue of the normalized laplacian matrix of G. There is a basic fact in algebraic graph theory that lambda_k > 0 if and only if G has at most k-1 connected components.…

数据结构与算法 · 计算机科学 2013-12-09 Shayan Oveis Gharan , Luca Trevisan

It can be shown that each permutation group $G \sqsubseteq S_n$ can be embedded, in a well defined sense, in a connected graph with $O(n+|G|)$ vertices. Some groups, however, require much fewer vertices. For instance, $S_n$ itself can be…

形式语言与自动机理论 · 计算机科学 2020-01-17 Lars Jaffke , Mateus de Oliveira Oliveira , Hans Raj Tiwary

Dynamic programming on various graph decompositions is one of the most fundamental techniques used in parameterized complexity. Unfortunately, even if we consider concepts as simple as path or tree decompositions, such dynamic programming…

Recently, one has seen a surge of interest in developing such methods including ones for learning such representations for (undirected) graphs (while preserving important properties). However, most of the work to date on embedding graphs…

社会与信息网络 · 计算机科学 2018-11-30 Jiankai Sun , Srinivasan Parthasarathy

A signed tree model of a graph $G$ is a compact binary structure consisting of a rooted binary tree whose leaves are bijectively mapped to the vertices of $G$, together with 2-colored edges $xy$, called transversal pairs, interpreted as…

数据结构与算法 · 计算机科学 2026-02-19 Édouard Bonnet , Colin Geniet , Eun Jung Kim , Sungmin Moon

Although there are very algorithms for embedding graphs on unbounded grids, only few results on embedding or drawing graphs on restricted grids has been published. In this work, we consider the problem of embedding paths and cycles on grid…

离散数学 · 计算机科学 2014-10-10 Asghar Asgharian Sardroud , Alireza Bagheri

Computing shortest paths is one of the central problems in the theory of distributed computing. For the last few years, substantial progress has been made on the approximate single source shortest paths problem, culminating in an algorithm…

分布式、并行与集群计算 · 计算机科学 2018-04-13 Mohsen Ghaffari , Jason Li