paper-with-me

Papers

Self-Cooperation Knowledge Distillation for Novel Class Discovery

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

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 representation and build a shared representation space to achieve performance improvements. However, a long-neglected issue is the potential imbalanced number of samples from known and novel classes, pushing the model towards dominant classes. Therefore, these methods suffer from a challenging trade-off between reviewing known classes and discovering novel classes. Based on this observation, we propose a Self-Cooperation Knowledge Distillation (SCKD) method to utilize each training sample (whether known or novel, labeled or unlabeled) for both review and discovery. Specifically, the model's feature representations of known and novel classes are used to construct two disjoint representation spaces. Through spatial mutual information, we design a self-cooperation learning to encourage model learning from the two feature representation spaces from itself. Extensive experiments on six datasets demonstrate that our method can achieve significant performance improvements, achieving state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2407.01930

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNovel Class Discovery

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
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.…

Similar Papers 제목 키워드 기반

DIOD: Self-Distillation Meets Object Discovery

2024-01-01 · CVPR 2024 1 · Sandra Kara, Hejer Ammar, Julien Denize, Florian Chabot 외

Instance segmentation demands substantial labeling resources. This has prompted increased interest to explore the object discovery task as an unsupervised alternative. In particular promising results were achieved in…

Instance SegmentationKnowledge DistillationObjectObject Discovery+1

NC-NCD: Novel Class Discovery for Node Classification

2024-07-25 · Yue Hou, Xueyuan Chen, He Zhu, Romei Liu 외

Novel Class Discovery (NCD) involves identifying new categories within unlabeled data by utilizing knowledge acquired from previously established categories. However, existing NCD methods often struggle to maintain a bal…

ClassificationKnowledge DistillationNode ClassificationNovel Class Discovery

Cooperative Knowledge Distillation: A Learner Agnostic Approach

2024-02-02 · Michael Livanos, Ian Davidson, Stephen Wong

Knowledge distillation is a simple but powerful way to transfer knowledge between a teacher model to a student model. Existing work suffers from at least one of the following key limitations in terms of direction and sco…

counterfactualKnowledge DistillationSelf-Supervised LearningTransfer Learning

Ensuring the Robustness and Reliability of Data-Driven Knowledge Discovery Models in Production and Manufacturing

2020-07-28 · Shailesh Tripathi, David Muhr, Brunner Manuel, Frank Emmert-Streib 외

The implementation of robust, stable, and user-centered data analytics and machine learning models is confronted by numerous challenges in production and manufacturing. Therefore, a systematic approach is required to dev…

BIG-bench Machine Learning

Circumventing Outliers of AutoAugment with Knowledge Distillation

2020-03-25 · ECCV 2020 8 · Longhui Wei, An Xiao, Lingxi Xie, Xin Chen 외

AutoAugment has been a powerful algorithm that improves the accuracy of many vision tasks, yet it is sensitive to the operator space as well as hyper-parameters, and an improper setting may degenerate network optimizatio…

Data AugmentationGeneral Classificationimage-classificationImage Classification+1