paper-with-me

Papers

Constrained Clustering: General Pairwise and Cardinality Constraints

2019-07-24 · Adel Bibi, Ali Alqahtani, Bernard Ghanem

We study constrained clustering, where constraints guide the clustering process. In existing works, two categories of constraints have been widely explored, namely pairwise and cardinality constraints. Pairwise constraints enforce the cluster labels of two instances to be the same (must-link constraints) or different (cannot-link constraints). Cardinality constraints encourage cluster sizes to satisfy a user-specified distribution. Most existing constrained clustering models can only utilize one category of constraints at a time. We enforce the above two categories into a unified clustering model starting with the integer program formulation of the standard K-means. As the two categories provide different useful information, utilizing both allow for better clustering performance. However, the optimization is difficult due to the binary and quadratic constraints in the unified formulation. To solve this, we utilize two techniques: equivalently replacing the binary constraints by the intersection of two continuous constraints; the other is transforming the quadratic constraints into bi-linear constraints by introducing extra variables. We derive an equivalent continuous reformulation with simple constraints, which can be efficiently solved by Alternating Direction Method of Multipliers. Extensive experiments on both synthetic and real data demonstrate when: (1) utilizing a single category of constraint, the proposed model is superior to or competitive with SOTA constrained clustering models, and (2) utilizing both categories of constraints jointly, the proposed model shows better performance than the case of the single category. The experiments show that the proposed method exploits the constraints to achieve perfect clustering performance with improved clustering to 2%-5% in classical clustering metrics, e.g. Adjusted Random, Mirkin's, and Huber's, indices outerperfomring other methods.

📄 PDF Abstract BibTeX arXiv:1907.10410

Code (1)

wubaoyuan/Lpbox-ADMM

Tasks

ClusteringConstrained Clustering

Similar Papers 제목 키워드 기반

Global Optimization for Cardinality-constrained Minimum Sum-of-Squares Clustering via Semidefinite Programming

2022-09-19 · Veronica Piccialli, Antonio M. Sudoso

The minimum sum-of-squares clustering (MSSC), or k-means type clustering, has been recently extended to exploit prior knowledge on the cardinality of each cluster. Such knowledge is used to increase performance as well a…

Clusteringglobal-optimization

Constrained Clustering and Multiple Kernel Learning without Pairwise Constraint Relaxation

2022-03-23 · Benedikt Boecking, Vincent Jeanselme, Artur Dubrawski

Clustering under pairwise constraints is an important knowledge discovery tool that enables the learning of appropriate kernels or distance metrics to improve clustering performance. These pairwise constraints, which com…

ClusteringConstrained Clustering

On Sampling and Greedy MAP Inference of Constrained Determinantal Point Processes

2016-07-06 · Tarun Kathuria, Amit Deshpande

Subset selection problems ask for a small, diverse yet representative subset of the given data. When pairwise similarities are captured by a kernel, the determinants of submatrices provide a measure of diversity or indep…

ClusteringDiversityPoint Processes

Angular Constraint Embedding via SpherePair Loss for Constrained Clustering

2025-10-08 · Shaojie Zhang, Ke Chen arxiv

Constrained clustering integrates domain knowledge through pairwise constraints. However, existing deep constrained clustering (DCC) methods are either limited by anchors inherent in end-to-end modeling or struggle with …

Representation Learning

On The Projection Operator to A Three-view Cardinality Constrained Set

2017-03-21 · ICML 2017 8 · Haichuan Yang, Shupeng Gui, Chuyang Ke, Daniel Stefankovic 외

The cardinality constraint is an intrinsic way to restrict the solution structure in many domains, for example, sparse learning, feature selection, and compressed sensing. To solve a cardinality constrained problem, the …

compressed sensingfeature selectionSparse Learning