paper-with-me

Papers

Class-relation Knowledge Distillation for Novel Class Discovery

2023-07-18 · ICCV 2023 1 · Peiyan Gu, Chuyu Zhang, Ruijie Xu, Xuming He

We tackle the problem of novel class discovery, which aims to learn novel classes without supervision based on labeled data from known classes. A key challenge lies in transferring the knowledge in the known-class data to the learning of novel classes. Previous methods mainly focus on building a shared representation space for knowledge transfer and often ignore modeling class relations. To address this, we introduce a class relation representation for the novel classes based on the predicted class distribution of a model trained on known classes. Empirically, we find that such class relation becomes less informative during typical discovery training. To prevent such information loss, we propose a novel knowledge distillation framework, which utilizes our class-relation representation to regularize the learning of novel classes. In addition, to enable a flexible knowledge distillation scheme for each data point in novel classes, we develop a learnable weighting function for the regularization, which adaptively promotes knowledge transfer based on the semantic similarity between the novel and known classes. To validate the effectiveness and generalization of our method, we conduct extensive experiments on multiple benchmarks, including CIFAR100, Stanford Cars, CUB, and FGVC-Aircraft datasets. Our results demonstrate that the proposed method outperforms the previous state-of-the-art methods by a significant margin on almost all benchmarks. Code is available at \href{https://github.com/kleinzcy/Cr-KD-NCD}{here}.

📄 PDF Abstract BibTeX arXiv:2307.09158

Code (2)

kleinzcy/cr-kd-ncd 공식 구현 pytorch
fanzhichen/ncd-iic pytorch

Tasks

Knowledge DistillationNovel Class DiscoveryRelationSemantic SimilaritySemantic Textual SimilarityTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

ReLKD: Inter-Class Relation Learning with Knowledge Distillation for Generalized Category Discovery

2025-12-08 · Fang Zhou, Zhiqiang Chen, Martin Pavlovski, Yizhong Zhang arxiv

Generalized Category Discovery (GCD) faces the challenge of categorizing unlabeled data containing both known and novel classes, given only labels for known classes. Previous studies often treat each class independently,…

Representation LearningKnowledge Distillation

CloSeR: Unified Relational Distillation from Closed-Set Teachers for Category Discovery

2026-08-26 · Yuanpei Liu, Zhenqi He, Jialu Tang, Kai Han arxiv

Generalized Category Discovery (GCD) is an intriguing open-world problem that has garnered increasing attention: given partially labelled data, the goal is to correctly recognize known classes while discovering coherent …

Self-Cooperation Knowledge Distillation for Novel Class Discovery

2024-07-02 · Yuzheng Wang, Zhaoyu Chen, Dingkang Yang, Yunquan Sun 외

Novel Class Discovery (NCD) aims to discover unknown and novel classes in an unlabeled set by leveraging knowledge already learned about known classes. Existing works focus on instance-level or class-level knowledge repr…

Knowledge DistillationNovel Class Discovery

CORSD: Class-Oriented Relational Self Distillation

2023-04-28 · Muzhou Yu, Sia Huat Tan, Kailu Wu, Runpei Dong 외

Knowledge distillation conducts an effective model compression method while holding some limitations:(1) the feature based distillation methods only focus on distilling the feature map but are lack of transferring the re…

Knowledge DistillationModel CompressionRelationRelation Extraction

Class-aware Information for Logit-based Knowledge Distillation

2022-11-27 · Shuoxi Zhang, Hanpeng Liu, John E. Hopcroft, Kun He

Knowledge distillation aims to transfer knowledge to the student model by utilizing the predictions/features of the teacher model, and feature-based distillation has recently shown its superiority over logit-based distil…

Knowledge Distillation