paper-with-me

Papers

Category Adaptation Meets Projected Distillation in Generalized Continual Category Discovery

2023-08-23 · Grzegorz Rypeść, Daniel Marczak, Sebastian Cygert, Tomasz Trzciński, Bartłomiej Twardowski

Generalized Continual Category Discovery (GCCD) tackles learning from sequentially arriving, partially labeled datasets while uncovering new categories. Traditional methods depend on feature distillation to prevent forgetting the old knowledge. However, this strategy restricts the model's ability to adapt and effectively distinguish new categories. To address this, we introduce a novel technique integrating a learnable projector with feature distillation, thus enhancing model adaptability without sacrificing past knowledge. The resulting distribution shift of the previously learned categories is mitigated with the auxiliary category adaptation network. We demonstrate that while each component offers modest benefits individually, their combination - dubbed CAMP (Category Adaptation Meets Projected distillation) - significantly improves the balance between learning new information and retaining old. CAMP exhibits superior performance across several GCCD and Class Incremental Learning scenarios. The code is available at https://github.com/grypesc/CAMP.

📄 PDF Abstract BibTeX arXiv:2308.12112

Code (1)

grypesc/camp 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental LearningPartially Labeled DatasetsRepresentation Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Multi-Source Domain Adaptation meets Dataset Distillation through Dataset Dictionary Learning

2023-09-14 · Eduardo Fernandes Montesuma, Fred Ngolè Mboula, Antoine Souloumiac

In this paper, we consider the intersection of two problems in machine learning: Multi-Source Domain Adaptation (MSDA) and Dataset Distillation (DD). On the one hand, the first considers adapting multiple heterogeneous l…

Dataset DistillationDictionary LearningDomain Adaptation

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

AutoML Algorithms for Online Generalized Additive Model Selection: Application to Electricity Demand Forecasting

2025-03-31 · Keshav Das, Julie Keisler, Margaux Brégère, Amaury Durand

Electricity demand forecasting is key to ensuring that supply meets demand lest the grid would blackout. Reliable short-term forecasts may be obtained by combining a Generalized Additive Models (GAM) with a State-Space m…

Additive modelsAutoMLDemand ForecastingModel Selection+1

When Domain Generalization meets Generalized Category Discovery: An Adaptive Task-Arithmetic Driven Approach

2025-01-01 · CVPR 2025 1 · Vaibhav Rathore, Shubhranil B, Saikat Dutta, Sarthak Mehrotra 외

Generalized Class Discovery (GCD) clusters base and novel classes in a target domain, using supervision from a source domain with only base classes. Current methods often falter with distribution shifts and typically…

Domain AdaptationDomain GeneralizationRepresentation LearningTask Arithmetic

Proxy-Anchor and EVT-Driven Continual Learning Method for Generalized Category Discovery

2025-04-11 · Alireza Fathalizadeh, Roozbeh Razavi-Far

Continual generalized category discovery has been introduced and studied in the literature as a method that aims to continuously discover and learn novel categories in incoming data batches while avoiding catastrophic fo…

Continual LearningKnowledge DistillationMetric Learning