SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2401.07091 · NeurIPS · 2023

Optimization of Inter-group Criteria for Clustering with Minimum Size Constraints

Eduardo Laber, Lucas Murtinho

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
lmurtinho/sizeconstrainedspacing canonical 4 of 5
lmurtinho/SizeConstrainedSpacing canonical 2 of 2
FunctionStatusWhere it lives
get_all_dists Ran lmurtinho/sizeconstrainedspacing/get_scores.py
pointer only (licence: NONE) · get_code("da2c15d4022aa83c")
get_data Ran lmurtinho/sizeconstrainedspacing/get_scores.py
pointer only (licence: NONE) · get_code("f9c31c690e8a7f31")
get_dataset Ran lmurtinho/sizeconstrainedspacing/get_datasets.py
pointer only (licence: NONE) · get_code("c62a4f3fa4a95892")
get_model Ran lmurtinho/SizeConstrainedSpacing/generate_models.py
pointer only (licence: NONE) · get_code("a88f3808a3436a2e")
get_mst_edges Ran lmurtinho/sizeconstrainedspacing/get_scores.py
pointer only (licence: NONE) · get_code("604b6c71e4a920ac")
single_model_result Ran lmurtinho/SizeConstrainedSpacing/generate_models.py
pointer only (licence: NONE) · get_code("22ca376c9e21f3ed")
get_bz Not yet run lmurtinho/sizeconstrainedspacing/get_datasets.py
pointer only (licence: NONE) · get_code("257694a3959e5b38")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Internal measures that are used to assess the quality of a clustering usually take into account intra-group and/or inter-group criteria. There are many papers in the literature that propose algorithms with provable approximation guarantees for optimizing the former. However, the optimization of inter-group criteria is much less understood. Here, we contribute to the state-of-the-art of this literature by devising algorithms with provable guarantees for the maximization of two natural inter-group criteria, namely the minimum spacing and the minimum spanning tree spacing. The former is the minimum distance between points in different groups while the latter captures separability through the cost of the minimum spanning tree that connects all groups. We obtain results for both the unrestricted case, in which no constraint on the clusters is imposed, and for the constrained case where each group is required to have a minimum number of points. Our constraint is motivated by the fact that the popular single-linkage, which optimizes both criteria in the unrestricted case, produces clusterings with many tiny groups. To complement our work, we present an empirical study with 10 real datasets, providing evidence that our methods work very well in practical settings.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2401.07091")
get_code_for_paper("2401.07091")
have("2401.07091")

Connect an agent — have() is free.