Papers
Topics
Authors
Recent
Search
2000 character limit reached

Semi-Centroid Clustering Methods

Updated 8 January 2026
  • Semi-centroid clustering is a hybrid approach that integrates centroid-based and pairwise similarity measures, enabling both hard and fuzzy assignments.
  • It leverages a convex combination of centroid and intra-cluster losses to optimize clustering performance while ensuring fairness and robustness.
  • Algorithmic frameworks like fuzzy K-means and bridged clustering support semi-supervised, multi-modal representation learning with strong theoretical and empirical guarantees.

Semi-centroid clustering refers to a class of clustering and representation learning paradigms that interpolate between centroid-based clustering (where each cluster is summarized by a prototypical centroid) and non-centroid (centerless) clustering (where the organization and evaluation of clusters rely exclusively on intra-cluster relationships, especially pairwise similarities or distances). Unlike classical centroid-based methods such as kk-means, semi-centroid techniques admit hybrid or entirely centroid-free characterizations, allow flexible loss definitions, and support both hard and fuzzy assignments. They provide substantial robustness, interpretability, and fairness guarantees across diverse scenarios, including unsupervised, semi-supervised, and multi-modal representation learning.

1. Formal Definitions and Paradigms

A semi-centroid clustering over a set of nn agents NN and candidate centers MM divides NN into kk clusters C1,…,CkC_1,\ldots,C_k and selects centers x1,…,xk∈Mx_1,\ldots,x_k\in M. The individual loss for member ii in cluster CtC_t with center nn0 is parameterized by a convex combination of centroid and non-centroid terms:

nn1

for nn2, where nn3 and nn4 are fixed (pseudo)metrics for centroid and maximum intra-cluster loss respectively (Cookson et al., 1 Jan 2026). Setting nn5 recovers centroid-based clustering (e.g., nn6-means, nn7-medians), and nn8 yields non-centroid clustering. Intermediate nn9 yield blended loss functions that interpolate between the two regimes.

Centroid-free fuzzy clustering, as realized by Lu et al. (2024), eliminates the need for explicit centroids by encoding partition structure entirely via a fuzzy assignment matrix NN0 and a fixed global distance matrix NN1:

NN2

subject to NN3, with NN4 and NN5 (Bao et al., 2024). All geometric and cluster structure is transferred from explicit centers to distance-weighted membership statistics.

2. Algorithmic Frameworks for Semi-Centroid Clustering

Centroid-Free Fuzzy K-Means (FKMWC)

Lu et al. introduce a multiplicative update algorithm without explicit centroid maintenance (Bao et al., 2024):

  • Initialization: Row-normalized NN6.
  • Main loop:
    • Compute NN7.
    • Compute NN8.
    • Form NN9.
    • Update MM0.
    • Renormalize rows of MM1 such that MM2.

This approach embeds centroid effects in the trace term MM3 and outputs only fuzzy memberships.

Core-Approximate Semi-Centroid Clustering

Cookson, Shah, and Yu (2024) develop a polynomial-time 3-core approximate algorithm based on:

  • Most-Cohesive Cluster (MCC) Extraction: Iteratively constructing tentative clusters by greedy minimization of maximal hybrid loss.
  • Selective Switching: For each agent, opportunistic transfer between clusters based on potential reduction in loss, using constructed upper bounds on hybrid losses.
  • Complexity: The algorithm is polynomial in MM4, MM5, and MM6, and extensions operate in the dual-metric (MM7, MM8) regime (Cookson et al., 1 Jan 2026).

Semi-Supervised Sparse Bridged Clustering

Bridged Clustering (Katz et al. 2025) demonstrates a semi-centroid methodology for sparse alignment across domains:

  • Step A: Cluster input MM9 and output NN0 domains independently, producing centroids NN1 and NN2.
  • Step B: Learn a sparse bridge NN3 via

NN4

given NN5 paired samples NN6 and cluster-indicator maps NN7.

  • Step C: Predict via NN8 assigned input cluster NN9, select output cluster kk0, and output kk1 (Ye et al., 8 Oct 2025).

3. Fairness Criteria and Lower Bounds

Proportional fairness in semi-centroid clustering is formalized via the kk2-core and kk3-Fully Justified Representation (FJR):

  • kk4-core: No coalition kk5, kk6, can collectively improve their loss by defecting to a new center kk7 relative to their losses in current clusters.
  • kk8-FJR: A coalition kk9, C1,…,CkC_1,\ldots,C_k0, cannot simultaneously achieve strictly better loss than the minimum loss within C1,…,CkC_1,\ldots,C_k1 in the given clustering.

Cookson et al. establish:

Loss Function Existential Bound (C1,…,CkC_1,\ldots,C_k2) Poly-Time Bound (C1,…,CkC_1,\ldots,C_k3) Lower Bound
Dual-metric hybrid 3 3 + 2√3 2 (pure centroid)
Weighted single-metric (C1,…,CkC_1,\ldots,C_k4) minC1,…,CkC_1,\ldots,C_k5 minC1,…,CkC_1,\ldots,C_k6 maxC1,…,CkC_1,\ldots,C_k7

No finite simultaneous core-approximation is possible for arbitrary mixing of centroid/non-centroid or dual-metric losses (Cookson et al., 1 Jan 2026).

4. Theoretical and Empirical Guarantees

FKMWC achieves, on diverse real-world datasets (faces, images, texts), robust performance that matches or exceeds traditional baselines in accuracy (ACC), normalized mutual information (NMI), and purity, with limited sensitivity to initialization and regularization (Bao et al., 2024). For example, on the AR face dataset, ACC improved from C1,…,CkC_1,\ldots,C_k80.25 (K-Means++) to C1,…,CkC_1,\ldots,C_k90.39; on JAFFE, performance with KNN distance reaches x1,…,xk∈Mx_1,\ldots,x_k\in M00.97.

Bridged Clustering exhibits high label efficiency: one or two paired samples per cluster suffice to map centroids across modalities with exponentially small mis-bridging error. Overall risk decomposes as

x1,…,xk∈Mx_1,\ldots,x_k\in M1

where x1,…,xk∈Mx_1,\ldots,x_k\in M2 is the within-cluster variance in x1,…,xk∈Mx_1,\ldots,x_k\in M3, x1,…,xk∈Mx_1,\ldots,x_k\in M4 is the maximum inter-centroid distance, and x1,…,xk∈Mx_1,\ldots,x_k\in M5 terms reflect mis-clustering and mis-bridging rates with explicit exponential bounds under sub-Gaussianity and separation conditions (Ye et al., 8 Oct 2025).

5. Structural Properties, Interpretability, and Use Cases

Semi-centroid and centroid-free methods offer several structural and practical advantages:

  • Robustness: By eliminating explicit centroid recomputation, algorithms are less sensitive to noise and initialization (Bao et al., 2024).
  • Flexibility: Choice of distance metric x1,…,xk∈Mx_1,\ldots,x_k\in M6 allows seamless transition to kernel methods, graph-based clustering, and support for non-Euclidean data (Bao et al., 2024).
  • Fairness and representation: Algorithms enforce proportional representation and defend against coalition improvements, which are essential in societal or democratic allocation settings (Cookson et al., 1 Jan 2026).
  • Interpretability: Sparse bridge matrices x1,…,xk∈Mx_1,\ldots,x_k\in M7 and cluster-centric assignments facilitate transparent prediction pipelines, in contrast to dense transport-based approaches (Ye et al., 8 Oct 2025).
  • Applicability in semi-supervision: Techniques such as Bridged Clustering are particularly effective in low-supervision and semi-supervised learning contexts involving unpaired datasets and sparse ground-truth alignments (Ye et al., 8 Oct 2025).

Potential limitations include increased computational and storage costs for fully dense distance matrices (x1,…,xk∈Mx_1,\ldots,x_k\in M8 per iteration), which can be mitigated by sparsification or graph-based approximations (Bao et al., 2024).

6. Connections and Extensions

Semi-centroid clustering generalizes and bridges classical approaches:

  • In fuzzy clustering, FKMWC extends FCM by encoding cluster prototypes implicitly, showing full equivalence for squared Euclidean distance (Bao et al., 2024).
  • Semi-centroid fairness algorithms synthesize the centroid and non-centroid paradigms, achieving bounded approximation and representation guarantees even under dual metrics (Cookson et al., 1 Jan 2026).
  • Sparse-bridged approaches relate to multi-view and cross-modal representation learning, with interpretability and label efficiency advantages (Ye et al., 8 Oct 2025).

This framework admits further generalization to kernelized, graph-based, and constraint-driven clustering domains, supporting the evolving demands for robust, fair, and interpretable unsupervised and semi-supervised data partitioning.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Semi-Centroid Clustering.