paper-with-me

홈 › Papers

Some Theory For Practical Classifier Validation

2015-10-09 · Eric Bax, Ya Le

We compare and contrast two approaches to validating a trained classifier while using all in-sample data for training. One is simultaneous validation over an organized set of hypotheses (SVOOSH), the well-known method that began with VC theory. The other is withhold and gap (WAG). WAG withholds a validation set, trains a holdout classifier on the remaining data, uses the validation data to validate that classifier, then adds the rate of disagreement between the holdout classifier and one trained using all in-sample data, which is an upper bound on the difference in error rates. We show that complex hypothesis classes and limited training data can make WAG a favorable alternative.

📄 PDF Abstract BibTeX arXiv:1510.02676

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On The Reasons Behind Decisions

2020-02-21 · Adnan Darwiche, Auguste Hirth

Recent work has shown that some common machine learning classifiers can be compiled into Boolean circuits that have the same input-output behavior. We present a theory for unveiling the reasons behind the decisions made …

counterfactual

Dual Teaching: A Practical Semi-supervised Wrapper Method

2016-11-12 · Fuqaing Liu, Chenwei Deng, Fukun Bi, Yiding Yang

Semi-supervised wrapper methods are concerned with building effective supervised classifiers from partially labeled data. Though previous works have succeeded in some fields, it is still difficult to apply semi-supervise…

On the Learnability of Out-of-distribution Detection

2024-04-07 · Zhen Fang, Yixuan Li, Feng Liu, Bo Han 외

Supervised learning aims to train a classifier under the assumption that training and test data are from the same distribution. To ease the above assumption, researchers have studied a more realistic setting: out-of-dist…

Learning TheoryOut-of-Distribution DetectionOut of Distribution (OOD) DetectionPAC learning

SPOCC: Scalable POssibilistic Classifier Combination -- toward robust aggregation of classifiers

2019-08-18 · Mahmoud Albardan, John Klein, Olivier Colot

We investigate a problem in which each member of a group of learners is trained separately to solve the same classification task. Each learner has access to a training dataset (possibly with overlap across learners) but …

Is Out-of-Distribution Detection Learnable?

2022-10-26 · Zhen Fang, Yixuan Li, Jie Lu, Jiahua Dong 외

Supervised learning aims to train a classifier under the assumption that training and test data are from the same distribution. To ease the above assumption, researchers have studied a more realistic setting: out-of-dist…

DiversityLearning TheoryOut-of-Distribution DetectionOut of Distribution (OOD) Detection+1