English

New Complexity and Algorithmic Bounds for Minimum Consistent Subsets

Computational Geometry 2025-09-19 v2 Data Structures and Algorithms

Abstract

In the Minimum Consistent Subset (MCS) problem, we are presented with a connected simple undirected graph G=(V,E)G=(V,E), consisting of a vertex set VV of size nn and an edge set EE. Each vertex in VV is assigned a color from the set {1,2,,c}\{1,2,\ldots, c\}. The objective is to determine a subset VVV' \subseteq V with minimum possible cardinality, such that for every vertex vVv \in V, at least one of its nearest neighbors in VV' (measured in terms of the hop distance) shares the same color as vv. A variant of MCS is the minimum strict consistent subset (MSCS) in which instead of requiring at least one nearest neighbor of vv, all the nearest neighbors of vv in VV' must have the same color as vv. The decision version for MCS problem as well as for MSCS problem asks whether there exists a subset VV' of cardinality at most ll for some positive integer ll. The MCS problem is known to be NP-complete for planar graphs. In this paper, we establish that the MCS problem for trees, when the number of colors cc is considered an input parameter, is NP-complete. We propose a fixed-parameter tractable (FPT) algorithm for MCS on trees running in O(26cn6)O(2^{6c}n^6) time, significantly improving the currently best-known algorithm whose running time is O(24cn2c+3)O(2^{4c}n^{2c+3}). In an effort to comprehensively understand the computational complexity of the MCS problem across different graph classes, we extend our investigation to interval graphs. We show that it remains NP-complete for interval graphs, thus enriching graph classes where MCS remains intractable. We also show that the MSCS problem is log-APX-hard on general graphs and NP-complete on planar graphs.

Keywords

Cite

@article{arxiv.2404.15487,
  title  = {New Complexity and Algorithmic Bounds for Minimum Consistent Subsets},
  author = {Aritra Banik and Sayani Das and Anil Maheshwari and Bubai Manna and Subhas C Nandy and Krishna Priya K M and Bodhayan Roy and Sasanka Roy and Abhishek Sahu},
  journal= {arXiv preprint arXiv:2404.15487},
  year   = {2025}
}

Comments

A preliminary version of this article appeared in the Proceedings of the 44th Conference on Foundations of Software Technology and Theoretical Computer Science (FSTTCS 2024)