We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Space- and Time-Efficient Algorithm for Maintaining Dense Subgraphs on One-Pass Dynamic Streams

Abstract: While in many graph mining applications it is crucial to handle a stream of updates efficiently in terms of {\em both} time and space, not much was known about achieving such type of algorithm. In this paper we study this issue for a problem which lies at the core of many graph mining applications called {\em densest subgraph problem}. We develop an algorithm that achieves time- and space-efficiency for this problem simultaneously. It is one of the first of its kind for graph problems to the best of our knowledge.
Given an input graph, the densest subgraph is the subgraph that maximizes the ratio between the number of edges and the number of nodes. For any $\epsilon>0$, our algorithm can, with high probability, maintain a $(4+\epsilon)$-approximate solution under edge insertions and deletions using $\tilde O(n)$ space and $\tilde O(1)$ amortized time per update; here, $n$ is the number of nodes in the graph and $\tilde O$ hides the $O(\poly\log_{1+\epsilon} n)$ term. The approximation ratio can be improved to $(2+\epsilon)$ with more time. It can be extended to a $(2+\epsilon)$-approximation sublinear-time algorithm and a distributed-streaming algorithm. Our algorithm is the first streaming algorithm that can maintain the densest subgraph in {\em one pass}. Prior to this, no algorithm could do so even in the special case of incremental stream and even when there is no time restriction. The previously best algorithm in this setting required $O(\log n)$ passes [Bahmani, Kumar and Vassilvitskii, VLDB'12]. The space required by our algorithm is tight up to a polylogarithmic factor.
Comments: To appear in STOC 2015
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:1504.02268 [cs.DS]
  (or arXiv:1504.02268v2 [cs.DS] for this version)

Submission history

From: Sayan Bhattacharya [view email]
[v1] Thu, 9 Apr 2015 11:43:52 GMT (52kb)
[v2] Fri, 10 Apr 2015 08:20:42 GMT (52kb)
[v3] Tue, 22 Sep 2015 10:22:13 GMT (59kb)

Link back to: arXiv, form interface, contact.