paper-with-me

홈 › Papers

Improve Contrastive Clustering Performance by Multiple Fusing-Augmenting ViT Blocks

2025-11-12 · Cheng Wang, Shuisheng Zhou, Fengjiao Peng, Jin Sheng, Feng Ye, Yinli Dong arxiv

In the field of image clustering, the widely used contrastive learning networks improve clustering performance by maximizing the similarity between positive pairs and the dissimilarity of negative pairs of the inputs. Extant contrastive learning networks, whose two encoders often implicitly interact with each other by parameter sharing or momentum updating, may not fully exploit the complementarity and similarity of the positive pairs to extract clustering features from input data. To explicitly fuse the learned features of positive pairs, we design a novel multiple fusing-augmenting ViT blocks (MFAVBs) based on the excellent feature learning ability of Vision Transformers (ViT). Firstly, two preprocessed augmentions as positive pairs are separately fed into two shared-weight ViTs, then their output features are fused to input into a larger ViT. Secondly, the learned features are split into a pair of new augmented positive samples and passed to the next FAVBs, enabling multiple fusion and augmention through MFAVBs operations. Finally, the learned features are projected into both instance-level and clustering-level spaces to calculate the cross-entropy loss, followed by parameter updates by backpropagation to finalize the training process. To further enhance ability of the model to distinguish between similar images, our input data for the network we propose is preprocessed augmentions with features extracted from the CLIP pretrained model. Our experiments on seven public datasets demonstrate that MFAVBs serving as the backbone for contrastive clustering outperforms the state-of-the-art techniques in terms of clustering performance.

📄 PDF Abstract BibTeX arXiv:2511.08883

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningImage Clustering

Similar Papers 제목 키워드 기반

Joint Debiased Representation and Image Clustering Learning with Self-Supervision

2022-09-14 · Shunjie-Fabian Zheng, JaeEun Nam, Emilio Dorigatti, Bernd Bischl 외

Contrastive learning is among the most successful methods for visual representation learning, and its performance can be further improved by jointly performing clustering on the learned representations. However, existing…

ClusteringContrastive LearningImage ClusteringRepresentation Learning

CCFC: Bridging Federated Clustering and Contrastive Learning

2024-01-12 · Jie Yan, Jing Liu, Zhong-Yuan Zhang

Federated clustering, an essential extension of centralized clustering for federated scenarios, enables multiple data-holding clients to collaboratively group data while keeping their data locally. In centralized scenari…

ClusteringContrastive LearningRepresentation Learning

Consistency Enhancement-Based Deep Multiview Clustering via Contrastive Learning

2024-01-23 · Hao Yang, Hua Mao, Wai Lok Woo, Jie Chen 외

Multiview clustering (MVC) segregates data samples into meaningful clusters by synthesizing information across multiple views. Moreover, deep learning-based methods have demonstrated their strong feature learning capabil…

ClusteringContrastive LearningDeep ClusteringMultiview Clustering

Intent Contrastive Learning for Sequential Recommendation

2022-02-05 · Yongjun Chen, Zhiwei Liu, Jia Li, Julian McAuley 외

Users' interactions with items are driven by various intents (e.g., preparing for holiday gifts, shopping for fishing equipment, etc.).However, users' underlying intents are often unobserved/latent, making it challenging…

Contrastive LearningModel OptimizationRepresentation LearningSelf-Supervised Learning+1

A Multi-scale Fused Graph Neural Network with Inter-view Contrastive Learning for Spatial Transcriptomics Data Clustering

2025-12-18 · Jianping Mei, Siqi Ai, Ye Yuan arxiv

Spatial transcriptomics enables genome-wide expression analysis within native tissue context, yet identifying spatial domains remains challenging due to complex gene-spatial interactions. Existing methods typically proce…

Graph Neural NetworkContrastive Learning