用生成语义和双层集成提升图像聚类效果
Reducing Bias and Variance: Generative Semantic Guidance and Bi-Layer Ensemble for Image Clustering

- 用多模态大模型生成语义描述,指导聚类
- 在6个数据集上优于18种先进方法
- 同时降低偏差和方差,适合高精度聚类场景
图像聚类旨在将无标签图像数据集划分为不同组。核心在于构建并利用先验知识引导聚类过程。现有方法通常依赖预定义词汇表的匹配技术引入语义描述,但匹配空间有限,难以适应下游任务。且多数仅关注降低偏差,忽视方差控制。为此,本文提出GSEC(基于生成语义引导与双层集成的图像聚类框架),通过生成式语义引导降低偏差,并利用集成学习减少方差。该方法采用多模态大语言模型生成语义描述,并通过加权平均获得图像嵌入;双层集成策略在内层使用BatchEnsemble融合跨模态信息,在外层通过对齐机制统一输出。对比实验表明,GSEC在六个基准数据集上超越18种先进方法,进一步分析证实其在同时降低偏差与方差方面的有效性。代码已开源。
原文摘要 · Abstract (English)
Image clustering aims to partition unlabeled image datasets into distinct groups. A core aspect of this task is constructing and leveraging prior knowledge to guide the clustering process. Recent approaches introduce semantic descriptions as prior information, most of which typically relying on matching-based techniques with predefined vocabularies. However, the limited matching space restricts their adaptability to downstream clustering tasks. Moreover, these methods primarily focus on reducing bias to improve performance, frequently overlooking the importance of variance reduction. To address these limitations, we propose GSEC (Image Clustering based on Generative Semantic Guidance and Bi-Layer Ensemble), a framework designed to reduce bias through generative semantic guidance and mitigate variance via ensemble learning. Our method employs Multimodal Large Language Models to generate semantic descriptions and derive image embeddings via weighted averaging. Additionally, a bi-layer ensemble strategy integrates cross-modal information through BatchEnsemble in the inner layer and aligns outputs via an alignment mechanism in the outer layer. Comparative experiments demonstrate that GSEC outperforms 18 state-of-the-art methods across six benchmark datasets, while further analysis confirms its effectiveness in simultaneously reducing both bias and variance. The code is available at https://github.com/2017LI/GSEC.git.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。