paper-with-me

Papers

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 forgetting of previously learned categories. A key component in addressing this challenge is the model's ability to separate novel samples, where Extreme Value Theory (EVT) has been effectively employed. In this work, we propose a novel method that integrates EVT with proxy anchors to define boundaries around proxies using a probability of inclusion function, enabling the rejection of unknown samples. Additionally, we introduce a novel EVT-based loss function to enhance the learned representation, achieving superior performance compared to other deep-metric learning methods in similar settings. Using the derived probability functions, novel samples are effectively separated from previously known categories. However, category discovery within these novel samples can sometimes overestimate the number of new categories. To mitigate this issue, we propose a novel EVT-based approach to reduce the model size and discard redundant proxies. We also incorporate experience replay and knowledge distillation mechanisms during the continual learning stage to prevent catastrophic forgetting. Experimental results demonstrate that our proposed approach outperforms state-of-the-art methods in continual generalized category discovery scenarios.

📄 PDF Abstract BibTeX arXiv:2504.08550

Code (1)

numone01/categorizer 공식 구현 pytorch

Tasks

Continual LearningKnowledge DistillationMetric Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
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 제목 키워드 기반

Proxy Anchor-based Unsupervised Learning for Continuous Generalized Category Discovery

2023-07-20 · ICCV 2023 1 · Hyungmin Kim, Sungho Suh, Daehwan Kim, Daun Jeong 외

Recent advances in deep learning have significantly improved the performance of various computer vision applications. However, discovering novel categories in an incremental learning scenario remains a challenging proble…

class-incremental learningClass Incremental LearningIncremental Learningunsupervised class-incremental learning

Virtual Category-Guided Continual Generalized Category Discovery

2026-07-06 · Jiahui Xiong, Qiuxia Lai, Hongsong Wang arxiv

Continual Generalized Category Discovery (C-GCD) aims to incrementally identify novel categories from sequential unlabeled data while preserving recognition of known classes, which is an essential capability for open-wor…

Contrastive Learning

DecomPose: Disentangling Cross-Category Optimization Contention for Category-Level 6D Object Pose Estimation

2026-05-15 · Yifan Gao, Lu Zou, Zhangjin Huang, Guoping Wang arxiv

Category-level 6D object pose estimation is typically formulated as a multi-category joint learning problem with fully shared model parameters. However, pronounced geometric heterogeneity across categories entangles inco…

Pose Estimation

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

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