Generalized Category Discovery via Token Manifold Capacity Learning
Luyao Tang, Kunze Huang, Chaoqi Chen, Cheng Chen
TL;DR
This work addresses Generalized Category Discovery (GCD) by tackling dimensional collapse that arises when enforcing compact clustering. It introduces Maximum Class Token Manifold Capacity (MTMC), which maximizes the nuclear norm of the class-token embedding to enlarge intra-class manifold capacity, using the ViT [cls] token as a refined sample centroid guided by patch tokens. The approach yields theoretical support via connections to von Neumann entropy and manifold capacity, and demonstrates consistent, model-agnostic improvements across coarse- and fine-grained datasets, including gains in both clustering accuracy and the accuracy of estimating the number of categories. Practically, MTMC is easy to implement (three-line loss addition) and serves as a robust, plug-and-play enhancement for open-world learning, reducing dimensional collapse and improving inter-class separability across diverse GCD frameworks.
Abstract
Generalized category discovery (GCD) is essential for improving deep learning models' robustness in open-world scenarios by clustering unlabeled data containing both known and novel categories. Traditional GCD methods focus on minimizing intra-cluster variations, often sacrificing manifold capacity, which limits the richness of intra-class representations. In this paper, we propose a novel approach, Maximum Token Manifold Capacity (MTMC), that prioritizes maximizing the manifold capacity of class tokens to preserve the diversity and complexity of data. MTMC leverages the nuclear norm of singular values as a measure of manifold capacity, ensuring that the representation of samples remains informative and well-structured. This method enhances the discriminability of clusters, allowing the model to capture detailed semantic features and avoid the loss of critical information during clustering. Through theoretical analysis and extensive experiments on coarse- and fine-grained datasets, we demonstrate that MTMC outperforms existing GCD methods, improving both clustering accuracy and the estimation of category numbers. The integration of MTMC leads to more complete representations, better inter-class separability, and a reduction in dimensional collapse, establishing MTMC as a vital component for robust open-world learning. Code is in github.com/lytang63/MTMC.
