paper-with-me

홈 › Papers

Known Meets Unknown: Mitigating Overconfidence in Open Set Recognition

2025-11-15 · Dongdong Zhao, Ranxin Fang, Changtian Song, Zhihui Liu, Jianwen Xiang arxiv

Open Set Recognition (OSR) requires models not only to accurately classify known classes but also to effectively reject unknown samples. However, when unknown samples are semantically similar to known classes, inter-class overlap in the feature space often causes models to assign unjustifiably high confidence to them, leading to misclassification as known classes -- a phenomenon known as overconfidence. This overconfidence undermines OSR by blurring the decision boundary between known and unknown classes. To address this issue, we propose a framework that explicitly mitigates overconfidence caused by inter-class overlap. The framework consists of two components: a perturbation-based uncertainty estimation module, which applies controllable parameter perturbations to generate diverse predictions and quantify predictive uncertainty, and an unknown detection module with distinct learning-based classifiers, implemented as a two-stage procedure, which leverages the estimated uncertainty to improve discrimination between known and unknown classes, thereby enhancing OSR performance. Experimental results on three public datasets show that the proposed framework achieves superior performance over existing OSR methods.

📄 PDF Abstract BibTeX arXiv:2511.13775

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PartCom: Part Composition Learning for 3D Open-Set Recognition

2022-11-20 · Weng Tingyu, Xiao Jun, Jiang Haiyong

3D recognition is the foundation of 3D deep learning in many emerging fields, such as autonomous driving and robotics.Existing 3D methods mainly focus on the recognition of a fixed set of known classes and neglect possib…

Autonomous DrivingOpen Set Learning

Semi-Supervised Hierarchical Open-Set Classification

2026-01-23 · Erik Wallin, Fredrik Kahl, Lars Hammarstrand arxiv

Hierarchical open-set classification handles previously unseen classes by assigning them to the most appropriate high-level category in a class taxonomy. We extend this paradigm to the semi-supervised setting, enabling t…

Electromagnetic Scattering Kernel Guided Reciprocal Point Learning for SAR Open-Set Recognition

2024-11-07 · Xiayang Xiao, Zhuoxuan Li, Ruyi Zhang, Jiacheng Chen 외

The limitations of existing Synthetic Aperture Radar (SAR) Automatic Target Recognition (ATR) methods lie in their confinement by the closed-environment assumption, hindering their effective and robust handling of unknow…

AttributeOpen Set Learning

Revisit Overconfidence for OOD Detection: Reassigned Contrastive Learning with Adaptive Class-dependent Threshold

2022-07-01 · NAACL 2022 7 · Yanan Wu, Keqing He, Yuanmeng Yan, QiXiang Gao 외

Detecting Out-of-Domain (OOD) or unknown intents from user queries is essential in a task-oriented dialog system. A key challenge of OOD detection is the overconfidence of neural models. In this paper, we comprehensively…

Contrastive LearningOut of Distribution (OOD) Detection

ProtoDCS: Towards Robust and Efficient Open-Set Test-Time Adaptation for Vision-Language Models

2026-02-27 · Wei Luo, Yangfan Ou, Jin Deng, Zeshuai Deng 외 arxiv

Large-scale Vision-Language Models (VLMs) exhibit strong zero-shot recognition, yet their real-world deployment is challenged by distribution shifts. While Test-Time Adaptation (TTA) can mitigate this, existing VLM-based…

Test-time Adaptation