中文
相关论文

相关论文: Vertex Sparsification for Edge Connectivity in Pol…

200 篇论文

A common approach for designing scalable algorithms for massive data sets is to distribute the computation across, say $k$, machines and process the data using limited communication between them. A particularly appealing framework here is…

数据结构与算法 · 计算机科学 2017-05-24 Sepehr Assadi , Sanjeev Khanna

We study the problem of estimating at a central server the mean of a set of vectors distributed across several nodes (one vector per node). When the vectors are high-dimensional, the communication cost of sending entire vectors may be…

机器学习 · 计算机科学 2021-10-18 Divyansh Jhunjhunwala , Ankur Mallick , Advait Gadhikar , Swanand Kadhe , Gauri Joshi

We show that the problem of recovering the topology and admittance of an electrical network from power and voltage data at all vertices is often ill-posed, and sometimes it even has multiple solutions. We reformulate the problem to seek for…

最优化与控制 · 数学 2026-01-19 Álvaro Samperio

We study a well known noisy model of the graph isomorphism problem. In this model, the goal is to perfectly recover the vertex correspondence between two edge-correlated Erd\H{o}s-R\'{e}nyi random graphs, with an initial seed set of…

机器学习 · 计算机科学 2018-07-27 Elchanan Mossel , Jiaming Xu

We give offline algorithms for processing a sequence of $2$ and $3$ edge and vertex connectivity queries in a fully-dynamic undirected graph. While the current best fully-dynamic online data structures for $3$-edge and $3$-vertex…

数据结构与算法 · 计算机科学 2019-03-22 Richard Peng , Bryce Sandlund , Daniel D. Sleator

Graph connectivity is a fundamental combinatorial optimization problem that arises in many practical applications, where usually a spanning subgraph of a network is used for its operation. However, in the real world, links may fail…

数据结构与算法 · 计算机科学 2022-09-13 Dimitris Fotakis , Evangelia Gergatsouli , Charilaos Pipis , Miltiadis Stouras , Christos Tzamos

As massive graphs become more prevalent, there is a rapidly growing need for scalable algorithms that solve classical graph problems, such as maximum matching and minimum vertex cover, on large datasets. For massive inputs, several…

数据结构与算法 · 计算机科学 2018-12-31 Sepehr Assadi , MohammadHossein Bateni , Aaron Bernstein , Vahab Mirrokni , Cliff Stein

Neural network pruning is a fruitful area of research with surging interest in high sparsity regimes. Benchmarking in this domain heavily relies on faithful representation of the sparsity of subnetworks, which has been traditionally…

机器学习 · 计算机科学 2023-04-11 Artem Vysogorets , Julia Kempe

The reachability problem asks to decide if there exists a path from one vertex to another in a digraph. In a grid digraph, the vertices are the points of a two-dimensional square grid, and an edge can occur between a vertex and its…

计算复杂性 · 计算机科学 2025-01-03 Rahul Jain , Raghunath Tewari

In the Hedge Cut problem, the edges of a graph are partitioned into groups called hedges, and the question is what is the minimum number of hedges to delete to disconnect the graph. Ghaffari, Karger, and Panigrahi [SODA 2017] showed that…

数据结构与算法 · 计算机科学 2024-10-24 Fedor V. Fomin , Petr A. Golovach , Tuukka Korhonen , Daniel Lokshtanov , Saket Saurabh

Given a weighted graph $G$ and an error parameter $\epsilon > 0$, the {\em graph sparsification} problem requires sampling edges in $G$ and giving the sampled edges appropriate weights to obtain a sparse graph $G_{\epsilon}$ (containing…

数据结构与算法 · 计算机科学 2010-04-26 Ramesh Hariharan , Debmalya Panigrahi

We propose polynomial-time algorithms that sparsify planar and bounded-genus graphs while preserving optimal or near-optimal solutions to Steiner problems. Our main contribution is a polynomial-time algorithm that, given an unweighted graph…

数据结构与算法 · 计算机科学 2017-07-12 Marcin Pilipczuk , Michał Pilipczuk , Piotr Sankowski , Erik Jan van Leeuwen

A recent breakthrough by [LNPSY STOC'21] showed that solving s-t vertex connectivity is sufficient (up to polylogarithmic factors) to solve (global) vertex connectivity in the sequential model. This raises a natural question: What is the…

数据结构与算法 · 计算机科学 2025-03-27 Joakim Blikstad , Yonggang Jiang , Sagnik Mukhopadhyay , Sorrachai Yingchareonthawornchai

Consider the following problem: given a graph with edge costs and a subset Q of vertices, find a minimum-cost subgraph in which there are two edge-disjoint paths connecting every pair of vertices in Q. The problem is a failure-resilient…

数据结构与算法 · 计算机科学 2015-10-01 Glencora Borradaile , Philip Klein

We devise new cut sparsifiers that are related to the classical sparsification of Nagamochi and Ibaraki [Algorithmica, 1992], which is an algorithm that, given an unweighted graph $G$ on $n$ nodes and a parameter $k$, computes a subgraph…

数据结构与算法 · 计算机科学 2021-11-01 Amir Abboud , Robert Krauthgamer , Ohad Trabelsi

There has been a surge of interest in spectral hypergraph sparsification, a natural generalization of spectral sparsification for graphs. In this paper, we present a simple fully dynamic algorithm for maintaining spectral hypergraph…

数据结构与算法 · 计算机科学 2026-01-12 Sebastian Forster , Gramoz Goranci , Ali Momeni

A graph G is c-closed if every two vertices with at least c common neighbors are adjacent to each other. Introduced by Fox, Roughgarden, Seshadhri, Wei and Wein [ICALP 2018, SICOMP 2020], this definition is an abstraction of the triadic…

数据结构与算法 · 计算机科学 2025-04-04 Tom Davot , Jessica Enright , Jayakrishnan Madathil , Kitty Meeks

We study spatial networks constructed by randomly placing nodes on a manifold and joining two nodes with an edge whenever their distance is less than a certain cutoff. We derive the general expression for the connectivity distribution of…

无序系统与神经网络 · 物理学 2009-11-10 Carl Herrmann , Marc Barthelemy , Paolo Provero

Finding dense subnetworks, with density based on edges or more complex structures, such as subgraphs or $k$-cliques, is a fundamental algorithmic problem with many applications. While the problem has been studied extensively in static…

数据结构与算法 · 计算机科学 2024-06-26 Ilie Sarpe , Fabio Vandin , Aristides Gionis

In many applications, weighted networks are constructed based on time series data: each time series is associated to a vertex and edge weights are given by pairwise correlations. The result is a network whose edge dependency structure…

统计理论 · 数学 2026-02-25 Keith Levin