paper-with-me

Papers

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 come in the form of must-link and cannot-link pairs, arise naturally in many applications and are intuitive for users to provide. However, the common practice of relaxing discrete constraints to a continuous domain to ease optimization when learning kernels or metrics can harm generalization, as information which only encodes linkage is transformed to informing distances. We introduce a new constrained clustering algorithm that jointly clusters data and learns a kernel in accordance with the available pairwise constraints. To generalize well, our method is designed to maximize constraint satisfaction without relaxing pairwise constraints to a continuous domain where they inform distances. We show that the proposed method outperforms existing approaches on a large number of diverse publicly available datasets, and we discuss how our method can scale to handling large data.

📄 PDF Abstract BibTeX arXiv:2203.12546

Code (1)

autonlab/constrained-clustering 공식 구현

Tasks

ClusteringConstrained Clustering

Similar Papers 제목 키워드 기반

Clustering with Similarity Preserving

2019-05-21 · Zhao Kang, Honghui Xu, Boyu Wang, Hongyuan Zhu 외

Graph-based clustering has shown promising performance in many tasks. A key step of graph-based approach is the similarity graph construction. In general, learning graph in kernel space can enhance clustering accuracy du…

Clusteringgraph constructionGraph Learning

On a Theory of Nonparametric Pairwise Similarity for Clustering: Connecting Clustering to Classification

2014-12-01 · NeurIPS 2014 12 · Yingzhen Yang, Feng Liang, Shuicheng Yan, Zhangyang Wang 외

Pairwise clustering methods partition the data space into clusters by the pairwise similarity between data points. The success of pairwise clustering largely depends on the pairwise similarity function defined over the d…

ClusteringDensity EstimationGeneral ClassificationMulti-class Classification

Discriminative Similarity for Clustering and Semi-Supervised Learning

2017-09-05 · Yingzhen Yang, Feng Liang, Nebojsa Jojic, Shuicheng Yan 외

Similarity-based clustering and semi-supervised learning methods separate the data into clusters or classes according to the pairwise similarity between the data, and the pairwise similarity is crucial for their performa…

Clustering

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

Online Pairwise Learning Algorithms with Kernels

2015-02-25 · Yiming Ying, Ding-Xuan Zhou

Pairwise learning usually refers to a learning task which involves a loss function depending on pairs of examples, among which most notable ones include ranking, metric learning and AUC maximization. In this paper, we st…

Metric Learning