Summary
The authors of this paper consider metric clustering problems, where the goal is to maximize inter-clustering objectives. Such objectives measure how "distinct" different clusters are. The first objective they consider is the minimum spacing one (MS). According to this, the goal is to maximize the minimum distance between any resulting clusters, where the minimum distance between clusters is naturally defined as the minimum distance between any of their points. The second objective they consider is maximizing the minimum spanning tree (MST) distance. Here, the MST distance is defined on the complete graph representing the resulting clusters. I would say that the latter objective captures a more general/global notion of connectivity/similarity compared to the earlier one.
At first, the authors state that the single-linkage algorithm by Kleinberg and Tardos maximizes the MS objective, and this is something already known in the literature. However, they also show that this algorithm satisfies MST as well. More interestingly, they show that any algorithm satisfying MST will also satisfy MS.
Moving forward, the authors tackle a constrained version of the problem, where besides minimizing the appropriate objective, they want to create clusters of size at least L, for some given L. For the constrained versions of the their problems, they give their most algorithmically involved results, which consist of bicriteria approximation algorithms followed by corresponding lower bounds.
Strengths
1) The paper is technically solid and well-written.
2) The inter-clustering objective is cute and quite novel. From the theoretical perspective it opens up a new direction for clustering research.
3) The results are pretty tight. The characterization of Theorem 3.3 is solid and impressive and the lower bound algorithms are accompanied by the proper inapproximability results.
Weaknesses
1) From a practical motivational perspective, I am not convinced about the use-cases of such a model. The authors should have elaborated more there, giving more fitting applications. This is honestly my only concern for this paper. I can easily see this paper getting into a pure algorithms conference like APPROX-RANDON or ICALP, but I feel like for NeurIPS standards there should have been a more detailed discussion on how this inter-group model (with the objective functions considered) could fly in real-life scenarios (perhaps by giving concrete specific use-cases). Also, from a practical perspective I can't see the necessity of the lower bound constraint.
If it wasn't for the lack of motivation my score would most likely be higher.
Questions
1) I think that the following works are a bit related to yours. Under the broader umbrella of inter-group clustering. The goal in those papers is to make sure that on average, each point is closer to points in its own cluster compared to other clusters. To me this feels like an inter-group objective.
https://arxiv.org/abs/2006.04960
https://arxiv.org/abs/2207.03600
2) In Figure 1 where you say that the left clustering is not natural, it is not really clear what you mean. I suppose that you want to show that solving MS can negatively impact MST.
Rating
8: Strong Accept: Technically strong paper, with novel ideas, excellent impact on at least one area, or high-to-excellent impact on multiple areas, with excellent evaluation, resources, and reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.