Class-relation Knowledge Distillation for Novel Class Discovery

Method Overview

Abstract

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.

Publication
In International Conference on Computer Vision 2023
Peiyan Gu
Peiyan Gu
Master Students

My research interests include Continual Learning, Unsupervised Learning, Novel Class Discovery.

Chuyu Zhang
Chuyu Zhang
PhD Student

My research interests include semi-supervised learning, interactive segmentation, and Open-world learning.

Ruijie Xu
Ruijie Xu
Master Student

My research interests include Semi-supervised Learning and Self-supervised Learning.

Xuming He
Xuming He
Associate Professor

My research interests include few/low-shot learning, graph neural networks and video understanding.

Related