paper-with-me

Papers

Learning Unknowns from Unknowns: Diversified Negative Prototypes Generator for Few-Shot Open-Set Recognition

2024-08-23 · Zhenyu Zhang, Guangyao Chen, Yixiong Zou, Yuhua Li, Ruixuan Li

Few-shot open-set recognition (FSOR) is a challenging task that requires a model to recognize known classes and identify unknown classes with limited labeled data. Existing approaches, particularly Negative-Prototype-Based methods, generate negative prototypes based solely on known class data. However, as the unknown space is infinite while the known space is limited, these methods suffer from limited representation capability. To address this limitation, we propose a novel approach, termed \textbf{D}iversified \textbf{N}egative \textbf{P}rototypes \textbf{G}enerator (DNPG), which adopts the principle of "learning unknowns from unknowns." Our method leverages the unknown space information learned from base classes to generate more representative negative prototypes for novel classes. During the pre-training phase, we learn the unknown space representation of the base classes. This representation, along with inter-class relationships, is then utilized in the meta-learning process to construct negative prototypes for novel classes. To prevent prototype collapse and ensure adaptability to varying data compositions, we introduce the Swap Alignment (SA) module. Our DNPG model, by learning from the unknown space, generates negative prototypes that cover a broader unknown space, thereby achieving state-of-the-art performance on three standard FSOR datasets.

📄 PDF Abstract BibTeX arXiv:2408.13373

Code (1)

icgy96/dnpg 공식 구현 pytorch

Tasks

Meta-LearningOpen Set Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

P-ODN: Prototype based Open Deep Network for Open Set Recognition

2019-05-06 · Yu Shu, Yemin Shi, Yao-Wei Wang, Tiejun Huang 외

Most of the existing recognition algorithms are proposed for closed set scenarios, where all categories are known beforehand. However, in practice, recognition is essentially an open set problem. There are categories we …

Open Set LearningTriplet

Identifying Unknown Unknowns in the Open World: Representations and Policies for Guided Exploration

2016-10-28 · Himabindu Lakkaraju, Ece Kamar, Rich Caruana, Eric Horvitz

Predictive models deployed in the real world may assign incorrect labels to instances with high confidence. Such errors or unknown unknowns are rooted in model incompleteness, and typically arise because of the mismatch …

In defense of the two-stage framework for open-set domain adaptive semantic segmentation

2026-01-04 · Wenqi Ren, Weijie Wang, Meng Zheng, Ziyan Wu 외 arxiv

Open-Set Domain Adaptation for Semantic Segmentation (OSDA-SS) presents a significant challenge, as it requires both domain adaptation for known classes and the distinction of unknowns. Existing methods attempt to addres…

Semantic SegmentationData AugmentationDomain Adaptation

Mining for Unknown Unknowns

2023-07-11 · Bernard Sinclair-Desgagné

Unknown unknowns are future relevant contingencies that lack an ex ante description. While there are numerous retrospective accounts showing that significant gains or losses might have been achieved or avoided had such c…

Synthetic Unknown Class Learning for Learning Unknowns

2021-11-15 · Jaeyeon Jang

This paper addresses the open set recognition (OSR) problem, where the goal is to correctly classify samples of known classes while detecting unknown samples to reject. In the OSR problem, "unknown" is assumed to have in…

DiversityKnowledge DistillationOpen Set Learning