Learning with Structure: Computing Consistent Subsets on Structurally-Regular Graphs
Aritra Banik, Mano Prakash Parthasarathi, Venkatesh Raman, Diya Roy, Abhishek Sahu

TL;DR
This paper introduces fixed-parameter tractable algorithms for the Minimum Consistent Subset problem on graphs, leveraging graph parameters like vertex cover number and neighborhood diversity, thus enabling efficient solutions even with many labels.
Contribution
The work develops new FPT algorithms for MCS on graphs parameterized by vertex cover and neighborhood diversity, extending previous NP-hard results.
Findings
Algorithms run in time $vc^{O(vc)} imes poly(n,c)$ and $nd^{O(nd)} imes poly(n,c)$.
MCS is fixed-parameter tractable with respect to vertex cover and neighborhood diversity.
Algorithms are efficient regardless of the number of colors.
Abstract
The Minimum Consistent Subset (MCS) problem arises naturally in the context of supervised clustering and instance selection. In supervised clustering, one aims to infer a meaningful partitioning of data using a small labeled subset. However, the sheer volume of training data in modern applications poses a significant computational challenge. The MCS problem formalizes this goal: given a labeled dataset in a metric space, the task is to compute a smallest subset such that every point in shares its label with at least one of its nearest neighbors in . Recently, the MCS problem has been extended to graph metrics, where distances are defined by shortest paths. Prior work has shown that MCS remains NP-hard even on simple graph classes like trees, though an algorithm with runtime is known for trees,…
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 Clustering Algorithms Research · Machine Learning and Data Classification · Advanced Graph Neural Networks
