ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2410.12913
19
0

Fair Clustering for Data Summarization: Improved Approximation Algorithms and Complexity Insights

16 October 2024
Ameet Gadekar
A. Gionis
Suhas Thejaswi
ArXivPDFHTML
Abstract

Data summarization tasks are often modeled as kkk-clustering problems, where the goal is to choose kkk data points, called cluster centers, that best represent the dataset by minimizing a clustering objective. A popular objective is to minimize the maximum distance between any data point and its nearest center, which is formalized as the kkk-center problem. While in some applications all data points can be chosen as centers, in the general setting, centers must be chosen from a predefined subset of points, referred as facilities or suppliers; this is known as the kkk-supplier problem. In this work, we focus on fair data summarization modeled as the fair kkk-supplier problem, where data consists of several groups, and a minimum number of centers must be selected from each group while minimizing the kkk-supplier objective. The groups can be disjoint or overlapping, leading to two distinct problem variants each with different computational complexity. We present 333-approximation algorithms for both variants, improving the previously known factor of 555. For disjoint groups, our algorithm runs in polynomial time, while for overlapping groups, we present a fixed-parameter tractable algorithm, where the exponential runtime depends only on the number of groups and centers. We show that these approximation factors match the theoretical lower bounds, assuming standard complexity theory conjectures. Finally, using an open-source implementation, we demonstrate the scalability of our algorithms on large synthetic datasets and assess the price of fairness on real-world data, comparing solution quality with and without fairness constraints.

View on arXiv
Comments on this paper