paper-with-me

Papers

Learning Representation for Clustering via Prototype Scattering and Positive Sampling

2021-11-23 · Zhizhong Huang, Jie Chen, Junping Zhang, Hongming Shan

Existing deep clustering methods rely on either contrastive or non-contrastive representation learning for downstream clustering task. Contrastive-based methods thanks to negative pairs learn uniform representations for clustering, in which negative pairs, however, may inevitably lead to the class collision issue and consequently compromise the clustering performance. Non-contrastive-based methods, on the other hand, avoid class collision issue, but the resulting non-uniform representations may cause the collapse of clustering. To enjoy the strengths of both worlds, this paper presents a novel end-to-end deep clustering method with prototype scattering and positive sampling, termed ProPos. Specifically, we first maximize the distance between prototypical representations, named prototype scattering loss, which improves the uniformity of representations. Second, we align one augmented view of instance with the sampled neighbors of another view -- assumed to be truly positive pair in the embedding space -- to improve the within-cluster compactness, termed positive sampling alignment. The strengths of ProPos are avoidable class collision issue, uniform representations, well-separated clusters, and within-cluster compactness. By optimizing ProPos in an end-to-end expectation-maximization framework, extensive experimental results demonstrate that ProPos achieves competing performance on moderate-scale clustering benchmark datasets and establishes new state-of-the-art performance on large-scale datasets. Source code is available at \url{https://github.com/Hzzone/ProPos}.

📄 PDF Abstract BibTeX arXiv:2111.11821

Code (1)

hzzone/propos 공식 구현 pytorch

Tasks

ClusteringContrastive LearningDeep ClusteringImage ClusteringRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
BYOL 설명 없음

Similar Papers 제목 키워드 기반

Improving Event Representation via Simultaneous Weakly Supervised Contrastive Learning and Clustering

2022-03-15 · ACL 2022 5 · Jun Gao, Wei Wang, Changlong Yu, Huan Zhao 외

Representations of events described in text are important for various tasks. In this work, we present SWCC: a Simultaneous Weakly supervised Contrastive learning and Clustering framework for event representation learning…

ClusteringContrastive LearningRepresentation LearningSentence+1

Adaptive Self-supervised Robust Clustering for Unstructured Data with Unknown Cluster Number

2024-07-29 · Chen-Lu Ding, Jiancan Wu, Wei Lin, Shiyang Shen 외

We introduce a novel self-supervised deep clustering approach tailored for unstructured data without requiring prior knowledge of the number of clusters, termed Adaptive Self-supervised Robust Clustering (ASRC). In parti…

ClusteringContrastive LearningDeep Clustering

Cube Sampled K-Prototype Clustering for Featured Data

2021-08-23 · Seemandhar Jain, Aditya A. Shastri, Kapil Ahuja, Yann Busnel 외

Clustering large amount of data is becoming increasingly important in the current times. Due to the large sizes of data, clustering algorithm often take too much time. Sampling this data before clustering is commonly use…

Clustering

Prototypical Graph Contrastive Learning

2021-06-17 · Shuai Lin, Pan Zhou, Zi-Yuan Hu, Shuojia Wang 외

Graph-level representations are critical in various real-world applications, such as predicting the properties of molecules. But in practice, precise graph annotations are generally very expensive and time-consuming. To …

ClusteringContrastive LearningRepresentation Learning

Graph Contrastive Topic Model

2023-07-05 · Zheheng Luo, Lei Liu, Qianqian Xie, Sophia Ananiadou

Existing NTMs with contrastive learning suffer from the sample bias problem owing to the word frequency-based sampling strategy, which may result in false negative samples with similar semantics to the prototypes. In thi…

Contrastive LearningmodelRepresentation Learning