Deep Robust Clustering by Contrastive Learning
Huasong Zhong, Chong Chen, Zhongming Jin, Xian-Sheng Hua

TL;DR
This paper introduces Deep Robust Clustering (DRC), a novel unsupervised deep learning method that enhances clustering stability and accuracy by combining semantic assignment and feature representation with a contrastive learning framework.
Contribution
The paper proposes a new deep clustering approach that jointly optimizes semantic and feature representations using contrastive learning, improving stability and performance over existing methods.
Findings
Achieved 71.6% accuracy on CIFAR-10, outperforming previous methods by 7.1%.
Demonstrated improved stability and accuracy across six benchmark datasets.
Unified mutual information maximization with contrastive loss in a general framework.
Abstract
Recently, many unsupervised deep learning methods have been proposed to learn clustering with unlabelled data. By introducing data augmentation, most of the latest methods look into deep clustering from the perspective that the original image and its transformation should share similar semantic clustering assignment. However, the representation features could be quite different even they are assigned to the same cluster since softmax function is only sensitive to the maximum value. This may result in high intra-class diversities in the representation feature space, which will lead to unstable local optimal and thus harm the clustering performance. To address this drawback, we proposed Deep Robust Clustering (DRC). Different from existing methods, DRC looks into deep clustering from two perspectives of both semantic clustering assignment and representation feature, which can increase…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques
MethodsSoftmax
