Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleJune 2024
- research-articleJune 2024
Approximating Maximum Matching Requires Almost Quadratic Time
STOC 2024: Proceedings of the 56th Annual ACM Symposium on Theory of ComputingPages 444–454https://doi.org/10.1145/3618260.3649785We study algorithms for estimating the size of maximum matching. This problem has been subject to extensive research. For n-vertex graphs, Bhattacharya, Kiss, and Saranurak [FOCS’23] (BKS) showed that an estimate that is within є n of the optimal ...
- research-articleJune 2024
Exponential Quantum Space Advantage for Approximating Maximum Directed Cut in the Streaming Model
STOC 2024: Proceedings of the 56th Annual ACM Symposium on Theory of ComputingPages 1805–1815https://doi.org/10.1145/3618260.3649709While the search for quantum advantage typically focuses on speedups in execution time, quantum algorithms also offer the potential for advantage in space complexity. Previous work has shown such advantages for data stream problems, in which elements ...
- research-articleJune 2024
Revisiting Local Computation of PageRank: Simple and Optimal
STOC 2024: Proceedings of the 56th Annual ACM Symposium on Theory of ComputingPages 911–922https://doi.org/10.1145/3618260.3649661We revisit ApproxContributions, the classic local graph exploration algorithm proposed by Andersen, Borgs, Chayes, Hopcroft, Mirrokni, and Teng (WAW ’07, Internet Math. ’08) for computing an є-approximation of the PageRank contribution vector for a ...
- research-articleJune 2024
Detecting Low-Degree Truncation
STOC 2024: Proceedings of the 56th Annual ACM Symposium on Theory of ComputingPages 1027–1038https://doi.org/10.1145/3618260.3649633We consider the following basic, and very broad, statistical problem: Given a known high-dimensional distribution D over ℝn and a collection of data points in ℝn, distinguish between the two possibilities that (i) the data was drawn from D, versus (ii) ...
-
- research-articleJune 2023
Efficient and Near-optimal Algorithms for Sampling Small Connected Subgraphs
ACM Transactions on Algorithms (TALG), Volume 19, Issue 3Article No.: 26, Pages 1–40https://doi.org/10.1145/3596495We study the following problem: Given an integer k ≥ 3 and a simple graph G, sample a connected induced k-vertex subgraph of G uniformly at random. This is a fundamental graph mining primitive with applications in social network analysis, bioinformatics, ...
- research-articleJune 2023
Sublinear Time Algorithms and Complexity of Approximate Maximum Matching
STOC 2023: Proceedings of the 55th Annual ACM Symposium on Theory of ComputingPages 267–280https://doi.org/10.1145/3564246.3585231Sublinear time algorithms for approximating maximum matching size have long been studied. Much of the progress over the last two decades on this problem has been on the algorithmic side. For instance, an algorithm of [Behnezhad; FOCS’21] obtains a 1/2-...
- research-articleDecember 2022
Engineering Nearly Linear-time Algorithms for Small Vertex Connectivity
ACM Journal of Experimental Algorithmics (JEA), Volume 27Article No.: 4.4, Pages 1–29https://doi.org/10.1145/3564822Vertex connectivity is a well-studied concept in graph theory with numerous applications. A graph is k-connected if it remains connected after removing any k −1 vertices. The vertex connectivity of a graph is the maximum k such that the graph is k-...
- research-articleOctober 2022
Sampling-based Sublinear Low-rank Matrix Arithmetic Framework for Dequantizing Quantum Machine Learning
Journal of the ACM (JACM), Volume 69, Issue 5Article No.: 33, Pages 1–72https://doi.org/10.1145/3549524We present an algorithmic framework for quantum-inspired classical algorithms on close-to-low-rank matrices, generalizing the series of results started by Tang’s breakthrough quantum-inspired algorithm for recommendation systems [STOC’19]. Motivated by ...
- research-articleJuly 2022
Achieving Sublinear Complexity under Constant T in T-interval Dynamic Networks
SPAA '22: Proceedings of the 34th ACM Symposium on Parallelism in Algorithms and ArchitecturesPages 131–141https://doi.org/10.1145/3490148.3538571This paper considers standard T-interval dynamic networks, where the N nodes in the network proceed in lock-step rounds, and where the topology of the network can change arbitrarily from round to round, as determined by an adversary. The adversary ...
- research-articleJanuary 2022
Random Walks and Forbidden Minors II: A $\mathrm{poly}(d\varepsilon^{-1})$-Query Tester for Minor-Closed Properties of Bounded-Degree Graphs
SIAM Journal on Computing (SICOMP), Volume 52, Issue 2Pages STOC19-323–STOC19-338https://doi.org/10.1137/20M1312824Let $G$ be a graph with $n$ vertices and maximum degree $d$. Fix some minor-closed property $\mathcal{P}$ (such as planarity). We say that $G$ is $\varepsilon$-far from $\mathcal{P}$ if one has to remove $\varepsilon dn$ edges to make it have $\mathcal{P}$...
- research-articleOctober 2021
Sublinear Random Access Generators for Preferential Attachment Graphs
ACM Transactions on Algorithms (TALG), Volume 17, Issue 4Article No.: 28, Pages 1–26https://doi.org/10.1145/3464958We consider the problem of sampling from a distribution on graphs, specifically when the distribution is defined by an evolving graph model, and consider the time, space, and randomness complexities of such samplers.
In the standard approach, the whole ...
- research-articleJune 2021
Efficient and near-optimal algorithms for sampling connected subgraphs
STOC 2021: Proceedings of the 53rd Annual ACM SIGACT Symposium on Theory of ComputingPages 1132–1143https://doi.org/10.1145/3406325.3451042We study the graphlet sampling problem: given an integer k ≥ 3 and a graph G=(V,E), sample a connected induced k-node subgraph of G (also called k-graphlet) uniformly at random. This is a fundamental graph mining primitive, with applications in social ...
- research-articleJuly 2020Best Paper
Sublinear Algorithms in T-interval Dynamic Networks
SPAA '20: Proceedings of the 32nd ACM Symposium on Parallelism in Algorithms and ArchitecturesPages 317–327https://doi.org/10.1145/3350755.3400228We consider standard T-interval dynamic networks, under the synchronous timing model and the broadcast CONGEST model. In a T-interval dynamic network, the set of nodes is always fixed and there are no node failures. The edges in the network are always ...
- research-articleJune 2020
Stochastic matching with few queries: (1-ε) approximation
STOC 2020: Proceedings of the 52nd Annual ACM SIGACT Symposium on Theory of ComputingPages 1111–1124https://doi.org/10.1145/3357713.3384340Suppose that we are given an arbitrary graph G=(V, E) and know that each edge in E is going to be realized independently with some probability p. The goal in the stochastic matching problem is to pick a sparse subgraph Q of G such that the realized ...
- research-articleJune 2020
Separations and equivalences between turnstile streaming and linear sketching
STOC 2020: Proceedings of the 52nd Annual ACM SIGACT Symposium on Theory of ComputingPages 1223–1236https://doi.org/10.1145/3357713.3384278A longstanding observation, which was partially proven by Li, Nguyen, and Woodruff in 2014, and extended by Ai, Hu, Li, and Woodruff in 2016, is that any turnstile streaming algorithm can be implemented as a linear sketch (the reverse is trivially true)...
- research-articleJanuary 2020
On Approximating the Number of $k$-Cliques in Sublinear Time
SIAM Journal on Computing (SICOMP), Volume 49, Issue 4Pages 747–771https://doi.org/10.1137/18M1176701We study the problem of approximating the number of $k$-cliques in a graph when given query access to the graph. We consider the standard query model for general graphs via (1) degree queries, (2) neighbor queries, and (3) pair queries. Let $n$ denote the ...
- research-articleMay 2019
Testing Individual-Based Stability Properties in Graphical Hedonic Games
AAMAS '19: Proceedings of the 18th International Conference on Autonomous Agents and MultiAgent SystemsPages 882–890In hedonic games, players form coalitions based on individual preferences over the group of players they belong to. Several concepts to describe the stability of coalition structures in a game have been proposed and analysed. However, prior research ...
- research-articleJuly 2018
Approximating the Spectrum of a Graph
KDD '18: Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data MiningPages 1263–1271https://doi.org/10.1145/3219819.3220119The spectrum of a network or graph $G=(V,E)$ with adjacency matrix A , consists of the eigenvalues of the normalized Laplacian $L= I - D^-1/2 A D^-1/2 $. This set of eigenvalues encapsulates many aspects of the structure of the graph, including the ...
- announcementJuly 2018
Brief Announcement: On Approximating PageRank Locally with Sublinear Query Complexity
SPAA '18: Proceedings of the 30th on Symposium on Parallelism in Algorithms and ArchitecturesPages 87–89https://doi.org/10.1145/3210377.3210664Can one compute the PageRank score of a single, arbitrary node in a graph, exploring only a vanishing fraction of the graph? We provide a positive answer to this extensively researched open question. We develop the first algorithm that, for any n -node ...