Fine-Grained I/O Complexity via Reductions: New lower bounds, faster algorithms, and a time hierarchy
Erik D. Demaine, Andrea Lincoln, Quanquan C. Liu, Jayson Lynch,, Virginia Vassilevska Williams

TL;DR
This paper develops a fine-grained complexity framework for I/O algorithms, establishing new lower bounds, faster algorithms, and a time hierarchy, to better understand the difficulty of sparse graph problems and related tasks.
Contribution
It introduces fine-grained reductions and conjectures in the I/O model, leading to new lower bounds, improved algorithms, and a time hierarchy theorem for I/O complexity.
Findings
New I/O lower bounds for sparse graph problems.
Faster algorithms for distinguishing graph diameters and radii.
Existence of a time hierarchy in the I/O model.
Abstract
This paper initiates the study of I/O algorithms (minimizing cache misses) from the perspective of fine-grained complexity (conditional polynomial lower bounds). Specifically, we aim to answer why sparse graph problems are so hard, and why the Longest Common Subsequence problem gets a savings of a factor of the size of cache times the length of a cache line, but no more. We take the reductions and techniques from complexity and fine-grained complexity and apply them to the I/O model to generate new (conditional) lower bounds as well as faster algorithms. We also prove the existence of a time hierarchy for the I/O model, which motivates the fine-grained reductions. Using fine-grained reductions, we give an algorithm for distinguishing 2 vs. 3 diameter and radius that runs in cache misses, which for sparse graphs improves over the previous running time. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Advanced Data Storage Technologies · Complexity and Algorithms in Graphs
