paper-with-me

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, Hansang Cho, Junmo Kim

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 problem due to the lack of prior knowledge about the number and nature of new categories. Existing methods for novel category discovery are limited by their reliance on labeled datasets and prior knowledge about the number of novel categories and the proportion of novel samples in the batch. To address the limitations and more accurately reflect real-world scenarios, in this paper, we propose a novel unsupervised class incremental learning approach for discovering novel categories on unlabeled sets without prior knowledge. The proposed method fine-tunes the feature extractor and proxy anchors on labeled sets, then splits samples into old and novel categories and clusters on the unlabeled dataset. Furthermore, the proxy anchors-based exemplar generates representative category vectors to mitigate catastrophic forgetting. Experimental results demonstrate that our proposed approach outperforms the state-of-the-art methods on fine-grained datasets under real-world scenarios.

📄 PDF Abstract BibTeX arXiv:2307.10943

Code (1)

hy2mk/cgcd 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningIncremental Learningunsupervised class-incremental learning

Similar 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 fo…

Continual LearningKnowledge DistillationMetric Learning

Progressive Proxy Anchor Propagation for Unsupervised Semantic Segmentation

2024-07-17 · Hyun Seok Seong, WonJun Moon, SuBeen Lee, Jae-Pil Heo

The labor-intensive labeling for semantic segmentation has spurred the emergence of Unsupervised Semantic Segmentation. Recent studies utilize patch-wise contrastive learning based on features from image-level self-super…

Contrastive LearningSegmentationSemantic SegmentationUnsupervised Semantic Segmentation

Category Anchor-Guided Unsupervised Domain Adaptation for Semantic Segmentation

2019-10-29 · NeurIPS 2019 12 · Qiming Zhang, Jing Zhang, Wei Liu, DaCheng Tao

Unsupervised domain adaptation (UDA) aims to enhance the generalization capability of a certain model from a source domain to a target domain. UDA is of particular significance since no extra effort is devoted to annotat…

Domain AdaptationSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain Adaptation

Position: Uncertainty Quantification in LLMs is Just Unsupervised Clustering

2026-05-19 · Tiejin Chen, Longchao Da, Xiaoou Liu, Hua Wei arxiv

Uncertainty Quantification (UQ) is widely regarded as the primary safeguard for deploying Large Language Models (LLMs) in high-stakes domains. However, we argue that the field suffers from a category error: mainstream UQ…

Consistent Supervised-Unsupervised Alignment for Generalized Category Discovery

2025-07-07 · Jizhou Han, Shaokun Wang, Yuhang He, Chenhao Ding 외 arxiv

Generalized Category Discovery (GCD) focuses on classifying known categories while simultaneously discovering novel categories from unlabeled data. However, previous GCD methods face challenges due to inconsistent optimi…