paper-with-me

홈 › Papers

Contrastive Representation Disentanglement for Clustering

2023-06-08 · Fei Ding, Dan Zhang, Yin Yang, Venkat Krovi, Feng Luo

Clustering continues to be a significant and challenging task. Recent studies have demonstrated impressive results by applying clustering to feature representations acquired through self-supervised learning, particularly on small datasets. However, when dealing with datasets containing a large number of clusters, such as ImageNet, current methods struggle to achieve satisfactory clustering performance. In this paper, we introduce a novel method called Contrastive representation Disentanglement for Clustering (CDC) that leverages contrastive learning to directly disentangle the feature representation for clustering. In CDC, we decompose the representation into two distinct components: one component encodes categorical information under an equipartition constraint, and the other component captures instance-specific factors. To train our model, we propose a contrastive loss that effectively utilizes both components of the representation. We conduct a theoretical analysis of the proposed loss and highlight how it assigns different weights to negative samples during the process of disentangling the feature representation. Further analysis of the gradients reveals that larger weights emphasize a stronger focus on hard negative samples. As a result, the proposed loss exhibits strong expressiveness, enabling efficient disentanglement of categorical information. Through experimental evaluation on various benchmark datasets, our method demonstrates either state-of-the-art or highly competitive clustering performance. Notably, on the complete ImageNet dataset, we achieve an accuracy of 53.4%, surpassing existing methods by a substantial margin of +10.2%.

📄 PDF Abstract BibTeX arXiv:2306.05439

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContrastive LearningDisentanglementRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

An Empirical Study on Disentanglement of Negative-free Contrastive Learning

2022-06-09 · Jinkun Cao, Ruiqian Nai, Qing Yang, Jialei Huang 외

Negative-free contrastive learning methods have attracted a lot of attention with simplicity and impressive performances for large-scale pretraining. However, its disentanglement property remains unexplored. In this pape…

Contrastive LearningDisentanglementRepresentation Learning

CluCDD:Contrastive Dialogue Disentanglement via Clustering

2023-02-16 · Jingsheng Gao, Zeyu Li, Suncheng Xiang, Ting Liu 외

A huge number of multi-participant dialogues happen online every day, which leads to difficulty in understanding the nature of dialogue dynamics for both humans and machines. Dialogue disentanglement aims at separating a…

ClusteringContrastive LearningDisentanglement

Prototype Instance-semantic Disentanglement with Low-rank Regularized Subspace Clustering for WSIs Explainable Recognition

2026-02-16 · Chentao Li, Pan Huang arxiv

The tumor region plays a key role in pathological diagnosis. Tumor tissues are highly similar to precancerous lesions and non tumor instances often greatly exceed tumor instances in whole slide images (WSIs). These issue…

Contrastive Learning

Disentangling Properties of Contrastive Methods

2021-09-29 · Jinkun Cao, Qing Yang, Jialei Huang, Yang Gao

Disentangled representation learning is an important topic in representation learning, since it not only allows the representation to be human interpretable, but it is also robust and benefits downstream task performance…

DisentanglementObject RecognitionRepresentation Learning

Text Classification and Clustering with Annealing Soft Nearest Neighbor Loss

2021-07-23 · Abien Fred Agarap

We define disentanglement as how far class-different data points from each other are, relative to the distances among class-similar data points. When maximizing disentanglement during representation learning, we obtain a…

ClassificationClusteringDisentanglementRepresentation Learning+3