A Binary Optimization Approach for Constrained K-Means Clustering
Huu Le, Anders Eriksson, Thanh-Toan Do, Michael Milford

TL;DR
This paper introduces a binary optimization method for constrained K-Means clustering, improving accuracy and speed by effectively handling multiple constraints and avoiding empty clusters.
Contribution
It redefines constrained K-Means as a binary optimization problem, enabling simultaneous enforcement of various constraints and better solutions than existing methods.
Findings
Achieves higher clustering accuracy on synthetic and real datasets.
Provides faster runtime compared to traditional methods.
Successfully enforces multiple constraints simultaneously.
Abstract
K-Means clustering still plays an important role in many computer vision problems. While the conventional Lloyd method, which alternates between centroid update and cluster assignment, is primarily used in practice, it may converge to a solution with empty clusters. Furthermore, some applications may require the clusters to satisfy a specific set of constraints, e.g., cluster sizes, must-link/cannot-link. Several methods have been introduced to solve constrained K-Means clustering. Due to the non-convex nature of K-Means, however, existing approaches may result in sub-optimal solutions that poorly approximate the true clusters. In this work, we provide a new perspective to tackle this problem. Particularly, we reconsider constrained K-Means as a Binary Optimization Problem and propose a novel optimization scheme to search for feasible solutions in the binary domain. This approach allows…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Face and Expression Recognition · Advanced Image and Video Retrieval Techniques
