Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Hyperbolic Category Discovery

About

Generalized Category Discovery (GCD) is an intriguing open-world problem that has garnered increasing attention. Given a dataset that includes both labelled and unlabelled images, GCD aims to categorize all images in the unlabelled subset, regardless of whether they belong to known or unknown classes. In GCD, the common practice typically involves applying a spherical projection operator at the end of the self-supervised pretrained backbone, operating within Euclidean or spherical space. However, both of these spaces have been shown to be suboptimal for encoding samples that possesses hierarchical structures. In contrast, hyperbolic space exhibits exponential volume growth relative to radius, making it inherently strong at capturing the hierarchical structure of samples from both seen and unseen categories. Therefore, we propose to tackle the category discovery challenge in the hyperbolic space. We introduce HypCD, a simple \underline{Hyp}erbolic framework for learning hierarchy-aware representations and classifiers for generalized \underline{C}ategory \underline{D}iscovery. HypCD first transforms the Euclidean embedding space of the backbone network into hyperbolic space, facilitating subsequent representation and classification learning by considering both hyperbolic distance and the angle between samples. This approach is particularly helpful for knowledge transfer from known to unknown categories in GCD. We thoroughly evaluate HypCD on public GCD benchmarks, by applying it to various baseline and state-of-the-art methods, consistently achieving significant improvements.

Yuanpei Liu, Zhenqi He, Kai Han• 2025

Related benchmarks

TaskDatasetResultRank
Generalized Category DiscoveryImageNet-100
All Accuracy92.3
236
Generalized Category DiscoveryCIFAR-100
Accuracy (All)91.5
233
Generalized Category DiscoveryStanford Cars
Accuracy (All)83.8
208
Generalized Category DiscoveryCUB
Accuracy (All)90.7
186
Generalized Category DiscoveryCIFAR-10
All Accuracy98.9
152
Generalized Category DiscoveryFGVC Aircraft
Accuracy (All)83.4
115
Generalized Category DiscoveryHerbarium19 (test)
Score (All Categories)45.1
52
Generalized Category DiscoverySSB Average
Accuracy (All)86
33
Generalized Category DiscoveryCIFAR10, CIFAR100, ImageNet-100
Accuracy (All)94.1
20
Generalized Category DiscoveryOxford-Pet (test)
Accuracy (All)92.7
9
Showing 10 of 10 rows

Other info

Code

Follow for update