通过多重融合增强的ViT块提升图像聚类效果
Improve Contrastive Clustering Performance by Multiple Fusing-Augmenting ViT Blocks
- 设计多级融合增强ViT块,显式融合正样本特征
- 在7个公开数据集上优于当前最优聚类方法
- 适合需要高精度图像聚类的研究者使用
在图像聚类领域,对比学习网络通过最大化正样本对相似性、最小化负样本对相似性来提升性能。现有方法中两个编码器常通过参数共享或动量更新隐式交互,难以充分挖掘正样本对的互补与相似性。为此,本文提出基于视觉变换器(ViT)的多重融合增强ViT块(MFAVBs)。首先将两个预处理增强后的正样本对分别输入共享权重的ViT,输出特征融合后送入更大规模ViT;其次将学习到的特征拆分为新的增强正样本对,递归输入后续MFAVBs模块,实现多级融合与增强;最后将特征投影至实例级和聚类级空间,计算交叉熵损失并反向传播更新参数。为增强区分相似图像的能力,输入采用从CLIP预训练模型提取特征的增强数据。在7个公开数据集上的实验表明,以MFAVBs为骨干的对比聚类方法显著优于现有技术。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。