paper-with-me

Papers

Model Rectification via Unknown Unknowns Extraction from Deployment Samples

2021-02-08 · Bruno Abrahao, Zheng Wang, Haider Ahmed, Yuchen Zhu

Model deficiency that results from incomplete training data is a form of structural blindness that leads to costly errors, oftentimes with high confidence. During the training of classification tasks, underrepresented class-conditional distributions that a given hypothesis space can recognize results in a mismatch between the model and the target space. To mitigate the consequences of this discrepancy, we propose Random Test Sampling and Cross-Validation (RTSCV) as a general algorithmic framework that aims to perform a post-training model rectification at deployment time in a supervised way. RTSCV extracts unknown unknowns (u.u.s), i.e., examples from the class-conditional distributions that a classifier is oblivious to, and works in combination with a diverse family of modern prediction models. RTSCV augments the training set with a sample of the test set (or deployment data) and uses this redefined class layout to discover u.u.s via cross-validation, without relying on active learning or budgeted queries to an oracle. We contribute a theoretical analysis that establishes performance guarantees based on the design bases of modern classifiers. Our experimental evaluation demonstrates RTSCV's effectiveness, using 7 benchmark tabular and computer vision datasets, by reducing a performance gap as large as 41% from the respective pre-rectification models. Last we show that RTSCV consistently outperforms state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2102.04145

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

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

Towards Adaptive Unknown Authentication for Universal Domain Adaptation by Classifier Paradox

2022-07-10 · Yunyun Wang, Yao Liu, Songcan Chen

Universal domain adaptation (UniDA) is a general unsupervised domain adaptation setting, which addresses both domain and label shifts in adaptation. Its main challenge lies in how to identify target samples in unshared o…

Domain AdaptationUniversal Domain AdaptationUnsupervised Domain Adaptation

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

Open-set Recognition via Augmentation-based Similarity Learning

2022-03-24 · Sepideh Esmaeilpour, Lei Shu, Bing Liu

The primary assumption of conventional supervised learning or classification is that the test samples are drawn from the same distribution as the training samples, which is called closed set learning or classification. I…

Open Set Learning

Revisiting Unknowns: Towards Effective and Efficient Open-Set Active Learning

2026-03-09 · Chen-Chen Zong, Yu-Qi Chi, Xie-Yang Wang, Yan Cui 외 arxiv

Open-set active learning (OSAL) aims to identify informative samples for annotation when unlabeled data may contain previously unseen classes-a common challenge in safety-critical and open-world scenarios. Existing appro…

Active Learning