paper-with-me

Papers

Fair-Capacitated Clustering

2021-04-25 · Tai Le Quy, Arjun Roy, Gunnar Friege, Eirini Ntoutsi

Traditionally, clustering algorithms focus on partitioning the data into groups of similar instances. The similarity objective, however, is not sufficient in applications where a fair-representation of the groups in terms of protected attributes like gender or race, is required for each cluster. Moreover, in many applications, to make the clusters useful for the end-user, a balanced cardinality among the clusters is required. Our motivation comes from the education domain where studies indicate that students might learn better in diverse student groups and of course groups of similar cardinality are more practical e.g., for group assignments. To this end, we introduce the fair-capacitated clustering problem that partitions the data into clusters of similar instances while ensuring cluster fairness and balancing cluster cardinalities. We propose a two-step solution to the problem: i) we rely on fairlets to generate minimal sets that satisfy the fair constraint and ii) we propose two approaches, namely hierarchical clustering and partitioning-based clustering, to obtain the fair-capacitated clustering. The hierarchical approach embeds the additional cardinality requirements during the merging step while the partitioning-based one alters the assignment step using a knapsack problem formulation to satisfy the additional requirements. Our experiments on four educational datasets show that our approaches deliver well-balanced clusters in terms of both fairness and cardinality while maintaining a good clustering quality.

📄 PDF Abstract BibTeX arXiv:2104.12116

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFairness

Similar Papers 제목 키워드 기반

A Polynomial-Time Approximation for Pairwise Fair $k$-Median Clustering

2024-05-16 · Sayan Bandyapadhyay, Eden Chlamtáč, Zachary Friggstad, Mahya Jamshidian 외

In this work, we study pairwise fair clustering with $\ell \ge 2$ groups, where for every cluster $C$ and every group $i \in [\ell]$, the number of points in $C$ from group $i$ must be at most $t$ times the number of poi…

ClusteringFairness

Neural Capacitated Clustering

2023-02-10 · Jonas K. Falkner, Lars Schmidt-Thieme

Recent work on deep clustering has found new promising methods also for constrained clustering problems. Their typically pairwise constraints often can be used to guide the partitioning of the data. Many problems however…

ClusteringConstrained ClusteringDeep Clustering

Clustering Heuristics for Robust Energy Capacitated Vehicle Routing Problem (ECVRP)

2024-03-20 · Mark Pustilnik, Francesco Borrelli

The paper presents an approach to solving the Robust Energy Capacitated Vehicle Routing Problem (RECVRP), focusing on electric vehicles and their limited battery capacity. A finite number of customers, each with their ow…

Clustering

Tight FPT Approximation for Constrained k-Center and k-Supplier

2021-10-27 · Dishant Goyal, Ragesh Jaiswal

In this work, we study a range of constrained versions of the $k$-supplier and $k$-center problems such as: capacitated, fault-tolerant, fair, etc. These problems fall under a broad framework of constrained clustering. A…

ClusteringConstrained Clustering

OD-DEAL: Dynamic Expert-Guided Adversarial Learning with Online Decomposition for Scalable Capacitated Vehicle Routing

2026-01-31 · Dongbin Jiao, Zisheng Chen, Xianyi Wang, Jintao Shi 외 arxiv

Solving large-scale capacitated vehicle routing problems (CVRP) is hindered by the high complexity of heuristics and the limited generalization of neural solvers on massive graphs. We propose OD-DEAL, an adversarial lear…

Knowledge Distillation