Proportionally dense subgraphs of maximum size in degree-constrained graphs
Narmina Baghirova, Antoine Castillon

TL;DR
This paper investigates the computational complexity of finding large proportionally dense subgraphs in graphs, showing NP-hardness in many cases but polynomial-time solutions under certain degree constraints.
Contribution
It provides a comprehensive complexity analysis of maxPDS problems based on graph parameters and introduces polynomial algorithms for specific graph classes.
Findings
maxPDS is NP-hard for graphs with maximum degree 4, h-index 4, and degeneracy 2
maxPDS remains NP-hard on dense graphs with certain complement properties
polynomial-time algorithms exist for graphs with h-index ≤ 2 and for graphs with low complement h-index
Abstract
A proportionally dense subgraph (PDS) of a graph is an induced subgraph of size at least two such that every vertex in the subgraph has proportionally as many neighbors inside as outside of the subgraph. Then, maxPDS is the problem of determining a PDS of maximum size in a given graph. If we further require that a PDS induces a connected subgraph, we refer to such problem as connected maxPDS. In this paper, we study the complexity of maxPDS with respect to parameters representing the density of a graph and its complement. We consider , representing the maximum degree, , representing the -index, and degen, representing the degeneracy of a graph. We show that maxPDS is NP-hard parameterized by and degen. More specifically, we show that maxPDS is NP-hard on graphs with , and degen=2. Then, we show that maxPDS is NP-hard when restricted to dense…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Constraint Satisfaction and Optimization
