paper-with-me

Papers

ProtoGCD: Unified and Unbiased Prototype Learning for Generalized Category Discovery

2025-04-02 · Shijie Ma, Fei Zhu, Xu-Yao Zhang, Cheng-Lin Liu

Generalized category discovery (GCD) is a pragmatic but underexplored problem, which requires models to automatically cluster and discover novel categories by leveraging the labeled samples from old classes. The challenge is that unlabeled data contain both old and new classes. Early works leveraging pseudo-labeling with parametric classifiers handle old and new classes separately, which brings about imbalanced accuracy between them. Recent methods employing contrastive learning neglect potential positives and are decoupled from the clustering objective, leading to biased representations and sub-optimal results. To address these issues, we introduce a unified and unbiased prototype learning framework, namely ProtoGCD, wherein old and new classes are modeled with joint prototypes and unified learning objectives, {enabling unified modeling between old and new classes}. Specifically, we propose a dual-level adaptive pseudo-labeling mechanism to mitigate confirmation bias, together with two regularization terms to collectively help learn more suitable representations for GCD. Moreover, for practical considerations, we devise a criterion to estimate the number of new classes. Furthermore, we extend ProtoGCD to detect unseen outliers, achieving task-level unification. Comprehensive experiments show that ProtoGCD achieves state-of-the-art performance on both generic and fine-grained datasets. The code is available at https://github.com/mashijie1028/ProtoGCD.

📄 PDF Abstract BibTeX arXiv:2504.03755

Code (1)

mashijie1028/protogcd 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Dual Progressive Prototype Network for Generalized Zero-Shot Learning

2021-11-03 · NeurIPS 2021 12 · Chaoqun Wang, Shaobo Min, Xuejin Chen, Xiaoyan Sun 외

Generalized Zero-Shot Learning (GZSL) aims to recognize new categories with auxiliary semantic information,e.g., category attributes. In this paper, we handle the critical issue of domain shift problem, i.e., confusion b…

AttributeGeneralized Zero-Shot LearningZero-Shot Learning

Generalized Category Discovery in Hyperspectral Images via Prototype Subspace Modeling

2025-09-28 · Xianlu Li, Nicolas Nadisic, Shaoguang Huang, Aleksandra Pizurica arxiv

Generalized category discovery~(GCD) seeks to jointly identify both known and novel categories in unlabeled data. While prior works have mainly focused on RGB images, their assumptions and modeling strategies do not gene…

MedXplore: Towards Reliable and Unbiased Generalized Category Discovery in Medical Imaging

2026-07-30 · Jianwei He, Kailin Lyu, Junhao Dong, Long Xiao 외 arxiv

Deep learning has shown strong potential in medical image analysis, but most existing methods rely on large-scale annotations and a closed-world assumption that rarely holds in clinical practice. Although Generalized Cat…

Representation Learning

Transfer and Alignment Network for Generalized Category Discovery

2023-12-27 · Wenbin An, Feng Tian, Wenkai Shi, Yan Chen 외

Generalized Category Discovery is a crucial real-world task. Despite the improved performance on known categories, current methods perform poorly on novel categories. We attribute the poor performance to two reasons: bia…

AttributeRepresentation LearningTransfer Learning

Generalized Unbiased Scene Graph Generation

2023-08-09 · Xinyu Lyu, Lianli Gao, Junlin Xie, Pengpeng Zeng 외

Existing Unbiased Scene Graph Generation (USGG) methods only focus on addressing the predicate-level imbalance that high-frequency classes dominate predictions of rare ones, while overlooking the concept-level imbalance.…

Graph GenerationScene Graph GenerationUnbiased Scene Graph Generation