Clustering with Local Restrictions

November 10, 2017 Β· Declared Dead Β· πŸ› Information and Computation

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Daniel Lokshtanov, DΓ‘niel Marx arXiv ID 1711.03885 Category cs.DS: Data Structures & Algorithms Citations 44 Venue Information and Computation Last Checked 3 months ago
Abstract
We study a family of graph clustering problems where each cluster has to satisfy a certain local requirement. Formally, let $ΞΌ$ be a function on the subsets of vertices of a graph $G$. In the $(ΞΌ,p,q)$-PARTITION problem, the task is to find a partition of the vertices into clusters where each cluster $C$ satisfies the requirements that (1) at most $q$ edges leave $C$ and (2) $ΞΌ(C)\le p$. Our first result shows that if $ΞΌ$ is an {\em arbitrary} polynomial-time computable monotone function, then $(ΞΌ,p,q)$-PARTITION can be solved in time $n^{O(q)}$, i.e., it is polynomial-time solvable {\em for every fixed $q$}. We study in detail three concrete functions $ΞΌ$ (the number of vertices in the cluster, number of nonedges in the cluster, maximum number of non-neighbors a vertex has in the cluster), which correspond to natural clustering problems. For these functions, we show that $(ΞΌ,p,q)$-PARTITION can be solved in time $2^{O(p)}\cdot n^{O(1)}$ and in time $2^{O(q)}\cdot n^{O(1)}$ on $n$-vertex graphs, i.e., the problem is fixed-parameter tractable parameterized by $p$ or by $q$.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted