中文
相关论文

相关论文: A Local Algorithm for Finding Dense Subgraphs

200 篇论文

We study the complexity of local graph centrality estimation, with the goal of approximating the centrality score of a given target node while exploring only a sublinear number of nodes/arcs of the graph and performing a sublinear number of…

数据结构与算法 · 计算机科学 2018-08-07 Marco Bressan , Enoch Peserico , Luca Pretto

Recently, \citeauthor*{akbari2021locality}~(ICALP 2023) studied the locality of graph problems in distributed, sequential, dynamic, and online settings from a {unified} point of view. They designed a novel $O(\log n)$-locality deterministic…

数据结构与算法 · 计算机科学 2024-05-02 Yi-Jun Chang , Gopinath Mishra , Hung Thuan Nguyen , Mingyang Yang , Yu-Cheng Yeh

A graph is $k$-degenerate if any induced subgraph has a vertex of degree at most $k$. In this paper we prove new algorithms for cliques and similar structures for these graphs. We design linear time Fixed-Parameter Tractable algorithms for…

离散数学 · 计算机科学 2017-09-21 George Manoussakis

In this paper we consider the well-studied problem of finding a perfect matching in a d-regular bipartite graph on 2n nodes with m=nd edges. The best-known algorithm for general bipartite graphs (due to Hopcroft and Karp) takes time…

数据结构与算法 · 计算机科学 2010-11-15 Ashish Goel , Michael Kapralov , Sanjeev Khanna

Although the inference of global community structure in networks has recently become a topic of great interest in the physics community, all such algorithms require that the graph be completely known. Here, we define both a measure of local…

数据分析、统计与概率 · 物理学 2008-04-12 Aaron Clauset

The significant progress in constructing graph spanners that are sparse (small number of edges) or light (low total weight) has skipped spanners that are everywhere-sparse (small maximum degree). This disparity is in line with other network…

数据结构与算法 · 计算机科学 2012-05-02 Eden Chlamtac , Michael Dinitz , Robert Krauthgamer

We study the fair k-set selection problem where we aim to select $k$ sets from a given set system such that the (weighted) occurrence times that each element appears in these $k$ selected sets are balanced, i.e., the maximum (weighted)…

数据结构与算法 · 计算机科学 2025-05-20 Shi Li , Chenyang Xu , Ruilong Zhang

We prove that every bipartite graph of sufficiently large average degree has either a $K_{t,t}$-subgraph or an induced subgraph of average degree at least $t$ and girth at least $6$. We conjecture that "$6$" can be replaced by "$k$", which…

组合数学 · 数学 2020-04-02 Rose McCarty

In the restricted shortest paths problem, we are given a graph $G$ whose edges are assigned two non-negative weights: lengths and delays, a source $s$, and a delay threshold $D$. The goal is to find, for each target $t$, the length of the…

数据结构与算法 · 计算机科学 2024-10-23 Vikrant Ashvinkumar , Aaron Bernstein , Adam Karczmarz

Finding dense subgraphs of a large graph is a standard problem in graph mining that has been studied extensively both for its theoretical richness and its many practical applications. In this paper we introduce a new family of dense…

数据结构与算法 · 计算机科学 2021-06-07 Nate Veldt , Austin R. Benson , Jon Kleinberg

Finding the k-medianin a network involves identifying a subset of k vertices that minimize the total distance to all other vertices in a graph. This problem has been extensively studied in computer science, graph theory, operations…

数据结构与算法 · 计算机科学 2023-12-14 Roldan Pozo

We study the algorithmic task of finding large independent sets in Erdos-Renyi $r$-uniform hypergraphs on $n$ vertices having average degree $d$. Krivelevich and Sudakov showed that the maximum independent set has density $\left(\frac{r\log…

计算复杂性 · 计算机科学 2025-10-27 Abhishek Dhawan , Yuzhou Wang

The enumeration of minimal connected dominating sets is known to be notoriously hard for general graphs. Currently, it is only known that the sets can be enumerated slightly faster than $\mathcal{O}^{*}(2^n)$ and the algorithm is highly…

数据结构与算法 · 计算机科学 2019-08-07 Mohamed Yosri Sayadi

Dense subgraph discovery is an important problem in graph mining and network analysis with several applications. Two canonical problems here are to find a maxcore (subgraph of maximum min degree) and to find a densest subgraph (subgraph of…

数据结构与算法 · 计算机科学 2023-06-06 Chandra Chekuri , Manuel R. Torres

The \emph{maximal $k$-edge-connected subgraphs} problem is a classical graph clustering problem studied since the 70's. Surprisingly, no non-trivial technique for this problem in weighted graphs is known: a very straightforward…

数据结构与算法 · 计算机科学 2023-02-07 Chaitanya Nalam , Thatchaphol Saranurak

We study the Maximum Bipartite Subgraph (MBS) problem, which is defined as follows. Given a set $S$ of $n$ geometric objects in the plane, we want to compute a maximum-size subset $S'\subseteq S$ such that the intersection graph of the…

离散数学 · 计算机科学 2020-03-19 Satyabrata Jana , Anil Maheshwari , Saeed Mehrabi , Sasanka Roy

Mader proved that every strongly $k$-connected $n$-vertex digraph contains a strongly $k$-connected spanning subgraph with at most $2kn - 2k^2$ edges, where the equality holds for the complete bipartite digraph ${DK}_{k,n-k}$. For dense…

组合数学 · 数学 2019-04-03 Dong Yeap Kang

In this paper, we propose a characterization of chordal bipartite graphs and an efficient enumeration algorithm for chordal bipartite induced subgraphs. A chordal bipartite graph is a bipartite graph without induced cycles with length six…

数据结构与算法 · 计算机科学 2020-09-23 Kazuhiro Kurita , Kunihiro Wasa , Hiroki Arimura , Takeaki Uno

We consider a random sparse graph with bounded average degree, in which a subset of vertices has higher connectivity than the background. In particular, the average degree inside this subset of vertices is larger than outside (but still…

机器学习 · 统计学 2015-09-02 Andrea Montanari

Consider the following "local" cut-detection problem in a directed graph: We are given a starting vertex $s$ and need to detect whether there is a cut with at most $k$ edges crossing the cut such that the side of the cut containing $s$ has…

数据结构与算法 · 计算机科学 2019-04-23 Sebastian Forster , Liu Yang