Summary
This paper studies the clustering problem in a fair setting. It proposes an approximation algorithm that achieves polylogarithmic factors for fair and cost while also keep relative balance. This work has greatly improved the result of Knittel et al. [2023] that has an approximation factor of $O(n^\delta\text{polylog}(n))$. The simulation results on two datasets verifies the effectiveness of their algorithm (replacing the binary clustering algorithm that theoretically achieves a factor of $O(\sqrt{\log n})$ with average-linkage).
Strengths
(1) A theoretical result of an approximation algorithm for the fair clustering problem, with great improvement in approximation factor.
(2) Simple and intuitive tree operations in clustering adjustment that can be theoretically analysed.
Weaknesses
(1) This work seems to heavily depend on Knittel et al. [2023], although the authors are probably overlapping heavily.
(2) Scalability of $h$, $k$ and $\lambda$ is doubtful. According to Theorem 1, $h$ should be much larger than $k^\lambda$, but in the experiments, $h=4$, $k=\lambda=2$ such that $h=k^\lambda$, which seems to be a violation of the settings.
(3) There are some unclear points (refer to the questions).
Questions
(1) What is the role of $\gamma$ in Theorem 1? Do you mean an approximation algorithm for the cost of the input binary clustering tree (as described in Lemma 8) rather than the optimal cost of the original problem? So, for the latter, $\gamma$ needs to be multiplied outside the approximation factor, right?
(2) How do you define the cluster balance? What does $c$ mean in the simulation settings?
(3) Line 171, Def. 6, do you mean root$(T_f)$, rather than root$(T)$?
(4) Line 236, do you mean "at most $h$" rather than "at least $h$"?
(5) A typo: Line 281, "poitns" should be "points".
(6) A ref error: Line 581.
(7) Please delete Line 532 that has revealed author information!
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, 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.
Limitations
Yes, the authors have addressed the limitations in a specific section (Appendix A).