paper-with-me

Papers

Representation Learning for Clustering via Building Consensus

2021-05-04 · Aniket Anand Deshmukh, Jayanth Reddy Regatti, Eren Manavoglu, Urun Dogan

In this paper, we focus on unsupervised representation learning for clustering of images. Recent advances in deep clustering and unsupervised representation learning are based on the idea that different views of an input image (generated through data augmentation techniques) must be close in the representation space (exemplar consistency), and/or similar images must have similar cluster assignments (population consistency). We define an additional notion of consistency, consensus consistency, which ensures that representations are learned to induce similar partitions for variations in the representation space, different clustering algorithms or different initializations of a single clustering algorithm. We define a clustering loss by executing variations in the representation space and seamlessly integrate all three consistencies (consensus, exemplar and population) into an end-to-end learning framework. The proposed algorithm, consensus clustering using unsupervised representation learning (ConCURL), improves upon the clustering performance of state-of-the-art methods on four out of five image datasets. Furthermore, we extend the evaluation procedure for clustering to reflect the challenges encountered in real-world clustering tasks, such as maintaining clustering performance in cases with distribution shifts. We also perform a detailed ablation study for a deeper understanding of the proposed algorithm. The code and the trained models are available at https://github.com/JayanthRR/ConCURL_NCE.

📄 PDF Abstract BibTeX arXiv:2105.01289

Code (1)

JayanthRR/ConCURL_NCE 공식 구현 pytorch

Tasks

ClusteringData AugmentationDeep ClusteringImage ClusteringRepresentation Learning

Similar Papers 제목 키워드 기반

Deep Clustering With Consensus Representations

2022-10-13 · Lukas Miklautz, Martin Teuffenbach, Pascal Weber, Rona Perjuci 외

The field of deep clustering combines deep learning and clustering to learn representations that improve both the learned representation and the performance of the considered clustering method. Most existing deep cluster…

ClusteringClustering EnsembleDeep Clustering

Secuer: ultrafast, scalable and accurate clustering of single-cell RNA-seq data

2022-05-25 · Nana Wei, Yating Nie, Lin Liu, Xiaoqi Zheng 외

Identifying cell clusters is a critical step for single-cell transcriptomics study. Despite the numerous clustering tools developed recently, the rapid growth of scRNA-seq volumes prompts for a more (computationally) eff…

Clustering

Robust Consensus Clustering and its Applications for Advertising Forecasting

2022-12-27 · Deguang Kong, Miao Lu, Konstantin Shmakov, Jian Yang

Consensus clustering aggregates partitions in order to find a better fit by reconciling clustering results from different sources/executions. In practice, there exist noise and outliers in clustering task, which, however…

Clustering

Highly Confident Local Structure Based Consensus Graph Learning for Incomplete Multi-View Clustering

2023-01-01 · CVPR 2023 1 · Jie Wen, Chengliang Liu, Gehui Xu, Zhihao Wu 외

Graph-based multi-view clustering has attracted extensive attention because of the powerful clustering-structure representation ability and noise robustness. Considering the reality of a large amount of incomplete da…

ClusteringGraph LearningIncomplete multi-view clustering

GCFAgg: Global and Cross-view Feature Aggregation for Multi-view Clustering

2023-05-11 · CVPR 2023 1 · Weiqing Yan, Yuanyang Zhang, Chenlei Lv, Chang Tang 외

Multi-view clustering can partition data samples into their categories by learning a consensus representation in unsupervised way and has received more and more attention in recent years. However, most existing deep clus…

ClusteringContrastive LearningDeep Clustering