paper-with-me

홈 › Papers

Continual Generalized Category Discovery: Learning and Forgetting from a Bayesian Perspective

2025-07-23 · Hao Dai, Jagmohan Chauhan arxiv

Continual Generalized Category Discovery (C-GCD) faces a critical challenge: incrementally learning new classes from unlabeled data streams while preserving knowledge of old classes. Existing methods struggle with catastrophic forgetting, especially when unlabeled data mixes known and novel categories. We address this by analyzing C-GCD's forgetting dynamics through a Bayesian lens, revealing that covariance misalignment between old and new classes drives performance degradation. Building on this insight, we propose Variational Bayes C-GCD (VB-CGCD), a novel framework that integrates variational inference with covariance-aware nearest-class-mean classification. VB-CGCD adaptively aligns class distributions while suppressing pseudo-label noise via stochastic variational updates. Experiments show VB-CGCD surpasses prior art by +15.21% with the overall accuracy in the final session on standard benchmarks. We also introduce a new challenging benchmark with only 10% labeled data and extended online phases, VB-CGCD achieves a 67.86% final accuracy, significantly higher than state-of-the-art (38.55%), demonstrating its robust applicability across diverse scenarios. Code is available at: https://github.com/daihao42/VB-CGCD

📄 PDF Abstract BibTeX arXiv:2507.17382

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

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

PromptCCD: Learning Gaussian Mixture Prompt Pool for Continual Category Discovery

2024-07-26 · Fernando Julio Cendra, Bingchen Zhao, Kai Han

We tackle the problem of Continual Category Discovery (CCD), which aims to automatically discover novel categories in a continuous stream of unlabeled data while mitigating the challenge of catastrophic forgetting -- an …

Continual LearningRepresentation Learning

MetaGCD: Learning to Continually Learn in Generalized Category Discovery

2023-08-21 · ICCV 2023 1 · Yanan Wu, Zhixiang Chi, Yang Wang, Songhe Feng

In this paper, we consider a real-world scenario where a model that is trained on pre-defined classes continually encounters unlabeled data that contains both known and novel classes. The goal is to continually discover …

Incremental LearningMeta-LearningNovel Class Discovery

Category Adaptation Meets Projected Distillation in Generalized Continual Category Discovery

2023-08-23 · Grzegorz Rypeść, Daniel Marczak, Sebastian Cygert, Tomasz Trzciński 외

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 forge…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2