Multi-level Cross-modal Alignment for Image Clustering
Liping Qiu, Qin Zhang, Xiaojun Chen, Shaotian Cai
TL;DR
This work tackles unsupervised image clustering by addressing erroneous image-text alignments in cross-modal pretraining. It introduces Multi-level Cross-modal Alignment (MCA), which first constructs a compact semantic space from WordNet using hierarchy-aware filtering, then jointly optimizes image and text embeddings under three alignment levels: instance, prototype, and semantic. The approach is backed by theoretical results showing sublinear convergence and a bounded clustering risk, and is empirically validated on five benchmarks where MCA consistently outperforms strong baselines. The method offers a principled way to fix cross-modal misalignments and improve clustering quality, with potential impact on scalable, label-free image organization in diverse domains.
Abstract
Recently, the cross-modal pretraining model has been employed to produce meaningful pseudo-labels to supervise the training of an image clustering model. However, numerous erroneous alignments in a cross-modal pre-training model could produce poor-quality pseudo-labels and degrade clustering performance. To solve the aforementioned issue, we propose a novel \textbf{Multi-level Cross-modal Alignment} method to improve the alignments in a cross-modal pretraining model for downstream tasks, by building a smaller but better semantic space and aligning the images and texts in three levels, i.e., instance-level, prototype-level, and semantic-level. Theoretical results show that our proposed method converges, and suggests effective means to reduce the expected clustering risk of our method. Experimental results on five benchmark datasets clearly show the superiority of our new method.
