paper-with-me

Papers

Transfer and Alignment Network for Generalized Category Discovery

2023-12-27 · Wenbin An, Feng Tian, Wenkai Shi, Yan Chen, Yaqiang Wu, Qianying Wang, Ping 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: biased knowledge transfer between labeled and unlabeled data and noisy representation learning on the unlabeled data. To mitigate these two issues, we propose a Transfer and Alignment Network (TAN), which incorporates two knowledge transfer mechanisms to calibrate the biased knowledge and two feature alignment mechanisms to learn discriminative features. Specifically, we model different categories with prototypes and transfer the prototypes in labeled data to correct model bias towards known categories. On the one hand, we pull instances with known categories in unlabeled data closer to these prototypes to form more compact clusters and avoid boundary overlap between known and novel categories. On the other hand, we use these prototypes to calibrate noisy prototypes estimated from unlabeled data based on category similarities, which allows for more accurate estimation of prototypes for novel categories that can be used as reliable learning targets later. After knowledge transfer, we further propose two feature alignment mechanisms to acquire both instance- and category-level knowledge from unlabeled data by aligning instance features with both augmented features and the calibrated prototypes, which can boost model performance on both known and novel categories with less noise. Experiments on three benchmark datasets show that our model outperforms SOTA methods, especially on novel categories. Theoretical analysis is provided for an in-depth understanding of our model in general. Our code and data are available at https://github.com/Lackel/TAN.

📄 PDF Abstract BibTeX arXiv:2312.16467

Code (2)

lackel/tan 공식 구현 pytorch
lackel/sdc pytorch

Tasks

AttributeRepresentation LearningTransfer Learning

Similar Papers 제목 키워드 기반

Relational Retrieval: Leveraging Known-Novel Interactions for Generalized Category Discovery

2026-05-10 · Yulin Xu, Chunqi Guo, Yuanzhen Shuai, Jianyuan Ni arxiv

In this study, we tackle Generalized Category Discovery (GCD) via a Relational Retrieval perspective, explicitly coupling labeled and unlabeled data through bidirectional knowledge transfer. While existing methods treat …

Consistent Supervised-Unsupervised Alignment for Generalized Category Discovery

2025-07-07 · Jizhou Han, Shaokun Wang, Yuhang He, Chenhao Ding 외 arxiv

Generalized Category Discovery (GCD) focuses on classifying known categories while simultaneously discovering novel categories from unlabeled data. However, previous GCD methods face challenges due to inconsistent optimi…

Multi-Modal Representation Learning via Semi-Supervised Rate Reduction for Generalized Category Discovery

2026-02-23 · Wei He, Xianghan Meng, Zhiyuan Huang, Xianbiao Qi 외 arxiv

Generalized Category Discovery (GCD) aims to identify both known and unknown categories, with only partial labels given for the known categories, posing a challenging open-set recognition problem. State-of-the-art approa…

Representation Learning

GOAL: Geometrically Optimal Alignment for Continual Generalized Category Discovery

2026-02-23 · Jizhou Han, Chenhao Ding, SongLin Dong, Yuhang He 외 arxiv

Continual Generalized Category Discovery (C-GCD) requires identifying novel classes from unlabeled data while retaining knowledge of known classes over time. Existing methods typically update classifier weights dynamical…

Novel Class Discovery

SPTNet: An Efficient Alternative Framework for Generalized Category Discovery with Spatial Prompt Tuning

2024-03-20 · Hongjun Wang, Sagar Vaze, Kai Han

Generalized Category Discovery (GCD) aims to classify unlabelled images from both `seen' and `unseen' classes by transferring knowledge from a set of labelled `seen' class images. A key theme in existing GCD approaches i…

Prompt Learning