paper-with-me

홈 › Papers

Are Labels Always Necessary for Classifier Accuracy Evaluation?

2020-07-06 · CVPR 2021 1 · Weijian Deng, Liang Zheng

To calculate the model accuracy on a computer vision task, e.g., object recognition, we usually require a test set composing of test samples and their ground truth labels. Whilst standard usage cases satisfy this requirement, many real-world scenarios involve unlabeled test data, rendering common model evaluation methods infeasible. We investigate this important and under-explored problem, Automatic model Evaluation (AutoEval). Specifically, given a labeled training set and a classifier, we aim to estimate the classification accuracy on unlabeled test datasets. We construct a meta-dataset: a dataset comprised of datasets generated from the original images via various transformations such as rotation, background substitution, foreground scaling, etc. As the classification accuracy of the model on each sample (dataset) is known from the original dataset labels, our task can be solved via regression. Using the feature statistics to represent the distribution of a sample dataset, we can train regression models (e.g., a regression neural network) to predict model performance. Using synthetic meta-dataset and real-world datasets in training and testing, respectively, we report a reasonable and promising prediction of the model accuracy. We also provide insights into the application scope, limitation, and potential future direction of AutoEval.

📄 PDF Abstract BibTeX arXiv:2007.02915

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognitionregression

Similar Papers 제목 키워드 기반

Boosting, Voting Classifiers and Randomized Sample Compression Schemes

2024-02-05 · Arthur da Cunha, Kasper Green Larsen, Martin Ritzert

In boosting, we aim to leverage multiple weak learners to produce a strong learner. At the center of this paradigm lies the concept of building the strong learner as a voting classifier, which outputs a weighted majority…

Requirements for Developing Robust Neural Networks

2019-10-04 · John S. Hyatt, Michael S. Lee

Validation accuracy is a necessary, but not sufficient, measure of a neural network classifier's quality. High validation accuracy during development does not guarantee that a model is free of serious flaws, such as vuln…

Matrix Completion for Resolving Label Ambiguity

2015-06-01 · CVPR 2015 6 · Ching-Hui Chen, Vishal M. Patel, Rama Chellappa

In real applications, data is not always explicitly-labeled. For instance, label ambiguity exists when we associate two persons appearing in a news photo with two names provided in the caption. We propose a matrix comple…

Matrix Completion

Efficient Label Collection for Unlabeled Image Datasets

2015-06-01 · CVPR 2015 6 · Maggie Wigness, Bruce A. Draper, J. Ross Beveridge

Visual classifiers are part of many applications including surveillance, autonomous navigation and scene understanding. The raw data used to train these classifiers is abundant and easy to collect but lacks labels. Label…

Active LearningAutonomous NavigationClusteringScene Understanding

Concept-Based Explanations to Test for False Causal Relationships Learned by Abusive Language Classifiers

2023-07-04 · Isar Nejadgholi, Svetlana Kiritchenko, Kathleen C. Fraser, Esma Balkir

Classifiers tend to learn a false causal relationship between an over-represented concept and a label, which can result in over-reliance on the concept and compromised classification accuracy. It is imperative to have me…

Abusive Language