Papers › Prototypical Hash Encoding for On-the-Fly Fine-Grained Category Discovery

Prototypical Hash Encoding for On-the-Fly Fine-Grained Category Discovery

24 Oct 2024arXiv:2410.19213archive 2025-07-28

Haiyang Zheng, Nan Pu, Wenjing Li, Nicu Sebe, Zhun Zhong

In this paper, we study a practical yet challenging task, On-the-fly Category Discovery (OCD), aiming to online discover the newly-coming stream data that belong to both known and unknown classes, by leveraging only known category knowledge contained in labeled data. Previous OCD methods employ the hash-based technique to represent old/new categories by hash codes for instance-wise inference. However, directly mapping features into low-dimensional hash space not only inevitably damages the ability to distinguish classes and but also causes "high sensitivity" issue, especially for fine-grained classes, leading to inferior performance. To address these issues, we propose a novel Prototypical Hash Encoding (PHE) framework consisting of Category-aware Prototype Generation (CPG) and Discriminative Category Encoding (DCE) to mitigate the sensitivity of hash code while preserving rich discriminative information contained in high-dimension feature space, in a two-stage projection fashion. CPG enables the model to fully capture the intra-category diversity by representing each category with multiple prototypes. DCE boosts the discrimination ability of hash code with the guidance of the generated category prototypes and the constraint of minimum separation distance. By jointly optimizing CPG and DCE, we demonstrate that these two components are mutually beneficial towards an effective OCD. Extensive experiments show the significant superiority of our PHE over previous methods, e.g., obtaining an improvement of +5.3% in ALL ACC averaged on all datasets. Moreover, due to the nature of the interpretable prototypes, we visually analyze the underlying mechanism of how PHE helps group certain samples into either known or unknown categories. Code is available at https://github.com/HaiyangZheng/PHE.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.19213")

Code

Syntology Ran 3 of 18 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

haiyangzheng/phe officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 3 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
2ran
15unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from haiyangzheng/phe. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

HASHHead haiyangzheng/phe/phe_model.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · e619561773e7f231 · report
PrototypeMask haiyangzheng/phe/phe_model.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 8ee3a41265b60d79 · report
drop_path HaiyangZheng/PHE/vision_transformer.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 55120f2026b56aa2 · report
PPNet_Normal haiyangzheng/phe/phe_model.py official repository unverified no licence file found · pointer only · eb765a9286373ad3 · report
add_weight_decay HaiyangZheng/PHE/utils/create_optimizer.py official repository unverified no licence file found · pointer only · b40701674badc944 · report
cluster_acc HaiyangZheng/PHE/utils/evaluate_utils.py official repository unverified no licence file found · pointer only · 569a0b5d2369b072 · report
cos_eps_loss HaiyangZheng/PHE/train_eval.py official repository unverified no licence file found · pointer only · 0533e19b20ab61be · report
create_optimizer HaiyangZheng/PHE/utils/create_optimizer.py official repository unverified no licence file found · pointer only · ed652f64a90f46bd · report
create_scheduler HaiyangZheng/PHE/utils/create_scheduler.py official repository unverified no licence file found · pointer only · 0bf982f15505a3f0 · report
get_logger HaiyangZheng/PHE/utils/train_utils.py official repository unverified no licence file found · pointer only · 23bae118f9d2544c · report
repr_set HaiyangZheng/PHE/utils/train_utils.py official repository unverified no licence file found · pointer only · 7b3682a0f0d2f236 · report
sep_loss HaiyangZheng/PHE/train_eval.py official repository unverified no licence file found · pointer only · cd3e8b1436482d26 · report
split_cluster_acc_v1 HaiyangZheng/PHE/utils/evaluate_utils.py official repository unverified no licence file found · pointer only · 3aed41c9fca737a7 · report
split_cluster_acc_v2 HaiyangZheng/PHE/utils/evaluate_utils.py official repository unverified no licence file found · pointer only · e0eef651c9789663 · report
split_weights HaiyangZheng/PHE/utils/create_optimizer.py official repository unverified no licence file found · pointer only · e4b55a781cbeedd8 · report
str2bool HaiyangZheng/PHE/utils/train_utils.py official repository unverified no licence file found · pointer only · 23db2a7c3c0a7672 · report
vit_small HaiyangZheng/PHE/vision_transformer.py official repository unverified no licence file found · pointer only · ec8ef1c46084a050 · report
vit_tiny HaiyangZheng/PHE/vision_transformer.py official repository unverified no licence file found · pointer only · af7e475ba18d722d · report

Tasks

Sensitivity

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

OCD

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections