paper-with-me

홈 › Papers

Shift of Pairwise Similarities for Data Clustering

2021-10-25 · Morteza Haghir Chehreghani

Several clustering methods (e.g., Normalized Cut and Ratio Cut) divide the Min Cut cost function by a cluster dependent factor (e.g., the size or the degree of the clusters), in order to yield a more balanced partitioning. We, instead, investigate adding such regularizations to the original cost function. We first consider the case where the regularization term is the sum of the squared size of the clusters, and then generalize it to adaptive regularization of the pairwise similarities. This leads to shifting (adaptively) the pairwise similarities which might make some of them negative. We then study the connection of this method to Correlation Clustering and then propose an efficient local search optimization algorithm with fast theoretical convergence rate to solve the new clustering problem. In the following, we investigate the shift of pairwise similarities on some common clustering methods, and finally, we demonstrate the superior performance of the method by extensive experiments on different datasets.

📄 PDF Abstract BibTeX arXiv:2110.13103

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Correlation Clustering with Active Learning of Pairwise Similarities

2023-02-20 · Linus Aronsson, Morteza Haghir Chehreghani

Correlation clustering is a well-known unsupervised learning setting that deals with positive and negative pairwise similarities. In this paper, we study the case where the pairwise similarities are not given in advance …

Active LearningClustering

Deep Clustering with Self-Supervision using Pairwise Similarities

2024-05-06 · Mohammadreza Sadeghi, Narges Armanfard

Deep clustering incorporates embedding into clustering to find a lower-dimensional space appropriate for clustering. In this paper, we propose a novel deep clustering framework with self-supervision using pairwise simila…

ClusteringDeep Clustering

Classification from Pairwise Similarities/Dissimilarities and Unlabeled Data via Empirical Risk Minimization

2019-04-26 · Takuya Shimada, Han Bao, Issei Sato, Masashi Sugiyama

Pairwise similarities and dissimilarities between data points might be easier to obtain than fully labeled data in real-world classification problems, e.g., in privacy-aware situations. To handle such pairwise informatio…

ClusteringGeneral Classification

Information-Theoretic Active Correlation Clustering

2024-02-05 · Linus Aronsson, Morteza Haghir Chehreghani

We study correlation clustering where the pairwise similarities are not known in advance. For this purpose, we employ active learning to query pairwise similarities in a cost-efficient way. We propose a number of effecti…

Active LearningClustering

Cold-Start Active Correlation Clustering

2025-09-29 · Linus Aronsson, Han Wu, Morteza Haghir Chehreghani arxiv

We study active correlation clustering where pairwise similarities are not provided upfront and must be queried in a cost-efficient manner through active learning. Specifically, we focus on the cold-start scenario, where…

Active Learning