中文
相关论文

相关论文: Better Algorithms for Individually Fair $k$-Cluste…

200 篇论文

Clustering plays a crucial role in computer science, facilitating data analysis and problem-solving across numerous fields. By partitioning large datasets into meaningful groups, clustering reveals hidden structures and relationships within…

数据库 · 计算机科学 2026-02-19 Aryan Esmailpour , Stavros Sintos

Correlation clustering is a ubiquitous paradigm in unsupervised machine learning where addressing unfairness is a major challenge. Motivated by this, we study Fair Correlation Clustering where the data points may belong to different…

机器学习 · 计算机科学 2022-06-13 Sara Ahmadian , Maryam Negahbani

Clustering is a fundamental problem in unsupervised learning, and has been studied widely both as a problem of learning mixture models and as an optimization problem. In this paper, we study clustering with respect the emph{k-median}…

数据结构与算法 · 计算机科学 2013-01-07 Ramgopal Mettu , Greg Plaxton

In the standard planar $k$-center clustering problem, one is given a set $P$ of $n$ points in the plane, and the goal is to select $k$ center points, so as to minimize the maximum distance over points in $P$ to their nearest center. Here we…

计算几何 · 计算机科学 2021-09-29 Hongyao Huang , Georgiy Klimenko , Benjamin Raichel

We consider the $k$-min-sum-radii ($k$-MSR) clustering problem with fairness constraints. The $k$-min-sum-radii problem is a mixture of the classical $k$-center and $k$-median problems. We are given a set of points $P$ in a metric space and…

数据结构与算法 · 计算机科学 2024-10-02 Lena Carta , Lukas Drexler , Annika Hennes , Clemens Rösner , Melanie Schmidt

Clustering is a fundamental unsupervised learning problem where a dataset is partitioned into clusters that consist of nearby points in a metric space. A recent variant, fair clustering, associates a color with each point representing its…

机器学习 · 计算机科学 2023-01-10 Seyed A. Esmaeili , Brian Brubach , Aravind Srinivasan , John P. Dickerson

We propose a new variant of the k-median problem, where the objective function models not only the cost of assigning data points to cluster representatives, but also a penalty term for disagreement among the representatives. We motivate…

数据结构与算法 · 计算机科学 2021-07-29 Bruno Ordozgoiti , Aristides Gionis

Metric clustering is fundamental in areas ranging from Combinatorial Optimization and Data Mining, to Machine Learning and Operations Research. However, in a variety of situations we may have additional requirements or knowledge, distinct…

As machine learning has become more prevalent, researchers have begun to recognize the necessity of ensuring machine learning systems are fair. Recently, there has been an interest in defining a notion of fairness that mitigates…

Classical clustering problems such as \emph{Facility Location} and \emph{$k$-Median} aim to efficiently serve a set of clients from a subset of facilities -- minimizing the total cost of facility openings and client assignments in Facility…

数据结构与算法 · 计算机科学 2025-08-05 Rajni Dabas , Samir Khuller , Emilie Rivkin

We study the problem of explainable clustering in the setting first formalized by Dasgupta, Frost, Moshkovitz, and Rashtchian (ICML 2020). A $k$-clustering is said to be explainable if it is given by a decision tree where each internal node…

数据结构与算法 · 计算机科学 2021-10-26 Buddhima Gamlath , Xinrui Jia , Adam Polak , Ola Svensson

We study coresets for clustering with capacity and fairness constraints. Our main result is a near-linear time algorithm to construct $\tilde{O}(k^2\varepsilon^{-2z-2})$-sized $\varepsilon$-coresets for capacitated $(k,z)$-clustering which…

数据结构与算法 · 计算机科学 2023-07-17 Lingxiao Huang , Pinyan Lu , Xuan Wu

In the NP-hard \textsc{Group Closeness Centrality Maximization} problem, the input is a graph $G = (V,E)$ and a positive integer $k$, and the task is to find a set $S \subseteq V$ of size $k$ that maximizes the reciprocal of group farness…

数据结构与算法 · 计算机科学 2026-03-27 Christian Schulz , Jakob Ternes , Henning Woydt

Numerous algorithms have been produced for the fundamental problem of clustering under many different notions of fairness. Perhaps the most common family of notions currently studied is group fairness, in which proportional group…

机器学习 · 计算机科学 2023-06-06 Seyed A. Esmaeili , Sharmila Duppala , John P. Dickerson , Brian Brubach

The K-means algorithm is one of the most widely studied clustering algorithms in machine learning. While extensive research has focused on its ability to achieve a globally optimal solution, there still lacks a rigorous analysis of its…

机器学习 · 计算机科学 2025-06-12 Mingyi Li , Michael R. Metel , Akiko Takeda

The k-means objective is arguably the most widely-used cost function for modeling clustering tasks in a metric space. In practice and historically, k-means is thought of in a continuous setting, namely where the centers can be located…

计算复杂性 · 计算机科学 2020-10-08 Vincent Cohen-Addad , Karthik C. S. , Euiwoong Lee

We study the problem of fair $k$-median where each cluster is required to have a fair representation of individuals from different groups. In the fair representation $k$-median problem, we are given a set of points $X$ in a metric space.…

数据结构与算法 · 计算机科学 2022-02-04 Zhen Dai , Yury Makarychev , Ali Vakilian

We show that the popular k-means clustering algorithm (Lloyd's heuristic), used for a variety of scientific data, can result in outcomes that are unfavorable to subgroups of data (e.g., demographic groups). Such biased clusterings can have…

机器学习 · 计算机科学 2020-10-30 Mehrdad Ghadiri , Samira Samadi , Santosh Vempala

Clustering problems are fundamental to unsupervised learning. There is an increased emphasis on fairness in machine learning and AI; one representative notion of fairness is that no single demographic group should be over-represented among…

数据结构与算法 · 计算机科学 2024-05-14 David G. Harris , Thomas Pensyl , Aravind Srinivasan , Khoa Trinh

In [SIAM J. Optim., 2022], the authors introduced a new linear programming (LP) relaxation for K-means clustering. In this paper, we further investigate both theoretical and computational properties of this relaxation. As evident from our…

最优化与控制 · 数学 2026-04-22 Antonio De Rosa , Aida Khajavirad , Yakun Wang