LGCVApr 27, 2024

Dynamic Against Dynamic: An Open-set Self-learning Framework

arXiv:2404.17830v22 citationsh-index: 57IJCAI
Originality Highly original
AI Analysis

This addresses the challenge of adapting to dynamic unknown classes in open-set recognition for computer vision applications, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of open-set recognition where existing methods use static decision boundaries that can't adapt to dynamic unknown classes, proposing an open-set self-learning framework that utilizes rejected unknown samples to enhance model performance. The method establishes new performance milestones in almost all standard and cross-data benchmarks.

In open-set recognition, existing methods generally learn statically fixed decision boundaries using known classes to reject unknown classes. Though they have achieved promising results, such decision boundaries are evidently insufficient for universal unknown classes in dynamic and open scenarios as they can potentially appear at any position in the feature space. Moreover, these methods just simply reject unknown class samples during testing without any effective utilization for them. In fact, such samples completely can constitute the true instantiated representation of the unknown classes to further enhance the model's performance. To address these issues, this paper proposes a novel dynamic against dynamic idea, i.e., dynamic method against dynamic changing open-set world, where an open-set self-learning (OSSL) framework is correspondingly developed. OSSL starts with a good closed-set classifier trained by known classes and utilizes available test samples for model adaptation during testing, thus gaining the adaptability to changing data distributions. In particular, a novel self-matching module is designed for OSSL, which can achieve the adaptation in automatically identifying known class samples while rejecting unknown class samples which are further utilized to enhance the discriminability of the model as the instantiated representation of unknown classes. Our method establishes new performance milestones respectively in almost all standard and cross-data benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes