Grid Jigsaw Representation with CLIP: A New Perspective on Image Clustering
Zijie Song, Zhenzhen Hu, Richang Hong
TL;DR
This work addresses unsupervised image clustering by identifying core limitations in capturing internal image structure and fine-grained semantics. It introduces pGJR, a framework that combines CLIP-derived priors with a sequential Grid Jigsaw Representation to learn more informative, higher-level features while accelerating convergence. The approach integrates CLIP as a frozen visual extractor and augments it with a GJR module to refine representations for clustering, using an objective that blends instance discrimination and feature decorrelation. Empirical results across six benchmarks show faster convergence and competitive or superior clustering performance, with insights into when to favor CLIP-based pGJR versus CNN-based GJR for different dataset characteristics.
Abstract
Unsupervised representation learning for image clustering is essential in computer vision. Although the advancement of visual models has improved image clustering with efficient visual representations, challenges still remain. Firstly, existing features often lack the ability to represent the internal structure of images, hindering the accurate clustering of visually similar images. Secondly, finer-grained semantic labels are often missing, limiting the ability to capture nuanced differences and similarities between images. In this paper, we propose a new perspective on image clustering, the pretrain-based Grid Jigsaw Representation (pGJR). Inspired by human jigsaw puzzle processing, we modify the traditional jigsaw learning to gain a more sequential and incremental understanding of image structure. We also leverage the pretrained CLIP to extract the prior features which can benefit from the enhanced cross-modal representation for richer and more nuanced semantic information and label level differentiation. Our experiments demonstrate that using the pretrained model as a feature extractor can accelerate the convergence of clustering. We append the GJR module to pGJR and observe significant improvements on common-use benchmark datasets. The experimental results highlight the effectiveness of our approach in the clustering task, as evidenced by improvements in the ACC, NMI, and ARI metrics, as well as the super-fast convergence speed.
