Graph-based Clustering Revisited: A Relaxation of Kernel k-Means Perspective

· Source: JMLR · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

Wenlong Lyu, Yuheng Jia, Hui Liu, and Junhui Hou introduce Low-Rank Doubly stochastic clustering (LoRD) and its enhanced variant, B-LoRD, as novel graph-based clustering methods. Published in 2026, these models address limitations in existing graph-based techniques, such as spectral clustering, which excessively relax constraints derived from kernel k-means. LoRD specifically relaxes only the orthonormal constraint to achieve probabilistic clustering results. B-LoRD further integrates block diagonal regularization, expressed as maximizing the Frobenius norm, to improve clustering performance, leveraging a theoretical equivalence between orthogonality and block diagonality under the doubly stochastic constraint. The authors ensure numerical solvability by transforming the non-convex doubly stochastic constraint into a linear convex one using a class probability parameter. A projected gradient algorithm, proven to have gradient Lipschitz continuity and a sublinear convergence-rate bound, ensures first-order stationarity. Extensive experiments confirm the effectiveness of LoRD and B-LoRD, with code available on GitHub.

Key takeaway

For Machine Learning Engineers developing graph-based clustering solutions, you should consider evaluating LoRD and B-LoRD. These models offer a theoretically grounded approach to enhance clustering efficacy by selectively relaxing kernel k-means constraints and integrating block diagonal regularization. Implementing these methods, particularly B-LoRD, could yield more robust and accurate probabilistic clustering results than traditional spectral clustering, especially if your current techniques suffer from over-relaxed constraints. You can explore the publicly available code to integrate these advancements into your projects.

Key insights

LoRD and B-LoRD improve graph-based clustering by selectively relaxing kernel k-means constraints and using block diagonal regularization.

Principles

Method

LoRD relaxes only the orthonormal constraint for probabilistic clustering. B-LoRD integrates block diagonal regularization by maximizing the Frobenius norm, solved via a projected gradient algorithm.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by JMLR.