Learning Representations for Clustering via Partial Information Discrimination and Cross-Level Interaction
Hai-Xin Zhang, Dong Huang, Hua-Bao Ling, Guang-Yu Zhang, Wei-jun Sun, Zi-hao Wen
TL;DR
PICI addresses unsupervised image clustering by integrating partial information discrimination with cross-level interaction in a Transformer backbone. It combines masked image modeling with two parallel views, a partial-information self-discriminator, two-level contrastive learning, and a cross-level interaction constraint to align instance- and cluster-level spaces. Empirical results on six real-world datasets show substantial improvements over prior deep clustering methods, validating the effectiveness of partial information cues and cross-level guidance for representation learning. The approach is unsupervised, scalable, and accompanied by open-source code for practical deployment.
Abstract
In this paper, we present a novel deep image clustering approach termed PICI, which enforces the partial information discrimination and the cross-level interaction in a joint learning framework. In particular, we leverage a Transformer encoder as the backbone, through which the masked image modeling with two paralleled augmented views is formulated. After deriving the class tokens from the masked images by the Transformer encoder, three partial information learning modules are further incorporated, including the PISD module for training the auto-encoder via masked image reconstruction, the PICD module for employing two levels of contrastive learning, and the CLI module for mutual interaction between the instance-level and cluster-level subspaces. Extensive experiments have been conducted on six real-world image datasets, which demononstrate the superior clustering performance of the proposed PICI approach over the state-of-the-art deep clustering approaches. The source code is available at https://github.com/Regan-Zhang/PICI.
