LGSep 17, 2021

Discriminative Similarity for Data Clustering

arXiv:2109.08675v31 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing clustering performance for data analysis, but it appears incremental as it builds on existing similarity-based methods with a novel optimization approach.

The paper tackles the problem of improving similarity-based clustering by proposing a method that learns discriminative similarity, which minimizes the generalization error of unsupervised classifiers associated with data partitions, and demonstrates its effectiveness through experimental results.

Similarity-based clustering methods separate data into clusters according to the pairwise similarity between the data, and the pairwise similarity is crucial for their performance. In this paper, we propose {\em Clustering by Discriminative Similarity (CDS)}, a novel method which learns discriminative similarity for data clustering. CDS learns an unsupervised similarity-based classifier from each data partition, and searches for the optimal partition of the data by minimizing the generalization error of the learnt classifiers associated with the data partitions. By generalization analysis via Rademacher complexity, the generalization error bound for the unsupervised similarity-based classifier is expressed as the sum of discriminative similarity between the data from different classes. It is proved that the derived discriminative similarity can also be induced by the integrated squared error bound for kernel density classification. In order to evaluate the performance of the proposed discriminative similarity, we propose a new clustering method using a kernel as the similarity function, CDS via unsupervised kernel classification (CDSK), with its effectiveness demonstrated by experimental results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes