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

PACO: Proxy-Task Alignment and Online Calibration for On-the-Fly Category Discovery

About

On-the-Fly Category Discovery (OCD) requires a model, trained on an offline support set, to recognize known classes while discovering new ones from an online streaming sequence. Existing methods focus heavily on offline training. They aim to learn discriminative representations on the support set so that novel classes can be separated at test time. However, their discovery mechanism at inference is typically reduced to a single threshold. We argue that this paradigm is fundamentally flawed as OCD is not a static classification problem, but a dynamic process. The model must continuously decide 1) whether a sample belongs to a known class, 2) matches an existing novel category, or 3) should initiate a new one. Moreover, prior methods treat the support set as fixed knowledge. They do not update their decision boundaries as new evidence arrives during inference. This leads to unstable and inconsistent category formation. Our experiments confirm these issues. With properly calibrated and adaptive thresholds, substantial improvements can be achieved, even without changing the representation. Motivated by this, we propose PACO, a support-set-calibrated, tree-structured online decision framework. The framework models inference as a sequence of hierarchical decisions, including known-class routing, birth-aware novel assignment, and attach-versus-create operations over a dynamic prototype memory. Furthermore, we simulate the proxy discovery process to initialize the thresholds during offline training to align with inference. Thresholds are continuously updated during inference using mature novel prototypes. Importantly, PACO requires no heavy training and no dataset-specific tuning. It can be directly integrated into existing OCD pipelines as an inference-time module. Extensive experiments show significant improvements over SOTA baselines across seven benchmarks.

Weidong Tang, Bohan Zhang, Zhixiang Chi, ZiZhang Wu, Yang Wang, Yanan Wu• 2026

Related benchmarks

TaskDatasetResultRank
Category DiscoveryCUB-200 2011
Overall Score53.8
71
Category DiscoveryStanford Cars
Accuracy (All)53.1
71
Category DiscoveryCIFAR10
Accuracy (All)87.1
60
Category DiscoveryFood101
Accuracy (All)44
45
Online Category DiscoveryCIFAR-100
Accuracy (All)71.1
15
Online Category DiscoveryImageNet-100
Accuracy (All)68.9
15
Online Category DiscoveryOxford Pets
Accuracy (All)78.1
12
On-the-fly Category DiscoveryCUB C=200 (test)
# Classes194
7
On-the-fly Category DiscoveryStanford Cars C=196 (test)
Number of Classes Found367
7
Showing 9 of 9 rows

Other info

Follow for update