scispace - formally typeset
Open AccessPosted Content

Towards a Theory of Parameterized Streaming Algorithms

TLDR
A natural hierarchy of space complexity classes of FPS, SubPS, SemiPS, SupPS and BrutePS is defined, and tight classifications for several well-studied graph problems such as Longest Path, Feedback Vertex Set, Dominating Set, Girth, Treewidth, etc. into this hierarchy are obtained.
Abstract
Parameterized complexity attempts to give a more fine-grained analysis of the complexity of problems: instead of measuring the running time as a function of only the input size, we analyze the running time with respect to additional parameters. This approach has proven to be highly successful in delineating our understanding of \NP-hard problems. Given this success with the TIME resource, it seems but natural to use this approach for dealing with the SPACE resource. First attempts in this direction have considered a few individual problems, with some success: Fafianie and Kratsch [MFCS'14] and Chitnis et al. [SODA'15] introduced the notions of streaming kernels and parameterized streaming algorithms respectively. For example, the latter shows how to refine the $\Omega(n^2)$ bit lower bound for finding a minimum Vertex Cover (VC) in the streaming setting by designing an algorithm for the parameterized $k$-VC problem which uses $O(k^{2}\log n)$ bits. In this paper, we initiate a systematic study of graph problems from the paradigm of parameterized streaming algorithms. We first define a natural hierarchy of space complexity classes of FPS, SubPS, SemiPS, SupPS and BrutePS, and then obtain tight classifications for several well-studied graph problems such as Longest Path, Feedback Vertex Set, Dominating Set, Girth, Treewidth, etc. into this hierarchy. (see paper for full abstract)

read more

Citations
More filters
Book ChapterDOI

Streaming Deletion Problems Parameterized by Vertex Cover.

TL;DR: In this paper, a vertex cover of the graph is given, and the complexity in terms of the number of passes over the input stream and the memory used is analyzed. But the complexity of vertex deletion problems is not discussed.
Proceedings ArticleDOI

Parameterized Complexity of Streaming Diameter and Connectivity Problems

TL;DR: This investigation of the parameterized complexity of Diameter and Connectivity in the streaming paradigm shows a new streaming kernelization algorithm for computing a vertex cover of size k and proves a much stronger Ω( n 2 /p ) lower bound for Diameter on bipartite graphs.
Journal ArticleDOI

Sublinear-Space Streaming Algorithms for Estimating Graph Parameters on Sparse Graphs

TL;DR: In this paper , a sublinear space streaming algorithm for estimating three fundamental graph parameters (i.e., maximum independent set, minimum dominating set and maximum matching) on sparse graph classes is proposed.
References
More filters
Book

Communication Complexity

TL;DR: This chapter surveys the theory of two-party communication complexity and presents results regarding the following models of computation: • Finite automata • Turing machines • Decision trees • Ordered binary decision diagrams • VLSI chips • Networks of threshold gates.
Book

Data Streams: Algorithms and Applications

TL;DR: In this paper, the authors present a survey of basic mathematical foundations for data streaming systems, including basic mathematical ideas, basic algorithms, and basic algorithms and algorithms for data stream processing.
Book

Fundamentals of Parameterized Complexity

TL;DR: This comprehensive and self-contained textbook presents an accessible overview of the state of the art of multivariate algorithmics and complexity, enabling the reader who masters the complexity issues under discussion to use the positive and negative toolkits in their own research.
Journal ArticleDOI

On problems without polynomial kernels

TL;DR: Using the notion of distillation algorithms, a generic lower-bound engine is developed that allows showing that a variety of FPT problems, fulfilling certain criteria, cannot have polynomial kernels unless the polynomially-bounded hierarchy collapses.
Journal ArticleDOI

Quickly excluding a planar graph

TL;DR: A much better bound is proved on the tree-width of planar graphs with no minor isomorphic to a g × g grid and this is the best known bound.
Related Papers (5)