Image Clustering with External Guidance
Yunfan Li, Peng Hu, Dezhong Peng, Jiancheng Lv, Jianping Fan, Xi Peng
TL;DR
This work introduces Text-Aided Clustering (TAC), a paradigm that uses external textual knowledge to supervise image clustering. TAC constructs a discriminative text space by selecting WordNet nouns tied to image semantics and retrieves text counterparts for images, then couples text and image representations through cross-modal mutual distillation with cluster heads. The approach yields state-of-the-art clustering on eight benchmarks, including ImageNet-1K, even surpassing zero-shot CLIP in many settings. By leveraging external knowledge and simple text-driven baselines, TAC demonstrates that external supervision can substantially enhance clustering without extensive internal supervision signals, offering a practical avenue for vision-language integration in unsupervised learning.
Abstract
The core of clustering is incorporating prior knowledge to construct supervision signals. From classic k-means based on data compactness to recent contrastive clustering guided by self-supervision, the evolution of clustering methods intrinsically corresponds to the progression of supervision signals. At present, substantial efforts have been devoted to mining internal supervision signals from data. Nevertheless, the abundant external knowledge such as semantic descriptions, which naturally conduces to clustering, is regrettably overlooked. In this work, we propose leveraging external knowledge as a new supervision signal to guide clustering, even though it seems irrelevant to the given data. To implement and validate our idea, we design an externally guided clustering method (Text-Aided Clustering, TAC), which leverages the textual semantics of WordNet to facilitate image clustering. Specifically, TAC first selects and retrieves WordNet nouns that best distinguish images to enhance the feature discriminability. Then, to improve image clustering performance, TAC collaborates text and image modalities by mutually distilling cross-modal neighborhood information. Experiments demonstrate that TAC achieves state-of-the-art performance on five widely used and three more challenging image clustering benchmarks, including the full ImageNet-1K dataset.
