The Computational Complexity of Factored Graphs
Shreya Gupta, Boyang Huang, Russell Impagliazzo, Stanley Woo,, Christopher Ye

TL;DR
This paper explores the computational complexity of graph problems on factored graphs, which are represented as combinations of smaller graphs, revealing diverse complexity results and implications for algorithm efficiency.
Contribution
It introduces a parameterized framework for analyzing graph problems on factored graphs and characterizes their complexity, including FPT and XP classifications.
Findings
Lexicographically first maximal independent set is XP-complete.
Clique counting is fixed-parameter tractable (FPT).
Reachability is XNL-complete.
Abstract
While graphs and abstract data structures can be large and complex, practical instances are often regular or highly structured. If the instance has sufficient structure, we might hope to compress the object into a more succinct representation. An efficient algorithm (with respect to the compressed input size) could then lead to more efficient computations than algorithms taking the explicit, uncompressed object as input. This leads to a natural question: when does knowing the input instance has a more succinct representation make computation easier? We initiate the study of the computational complexity of problems on factored graphs: graphs that are given as a formula of products and unions on smaller graphs. For any graph problem, we define a parameterized version that takes factored graphs as input, parameterized by the number of (smaller) ordinary graphs used to construct the…
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.
