Estimating Accuracy from Unlabeled Data: A Probabilistic Logic Approach
Emmanouil A. Platanios, Hoifung Poon, Tom M. Mitchell, Eric Horvitz

TL;DR
This paper introduces a probabilistic logic-based method to estimate classifier accuracy solely from unlabeled data, leveraging logical constraints among classes to improve estimates and outperform existing methods.
Contribution
It presents a novel approach that uses logical constraints to accurately estimate classifier accuracy from unlabeled data, outperforming prior techniques.
Findings
Accuracy estimates within a few percent of true accuracy
Outperforms existing methods in accuracy estimation
Utilizes logical constraints to improve estimation quality
Abstract
We propose an efficient method to estimate the accuracy of classifiers using only unlabeled data. We consider a setting with multiple classification problems where the target classes may be tied together through logical constraints. For example, a set of classes may be mutually exclusive, meaning that a data instance can belong to at most one of them. The proposed method is based on the intuition that: (i) when classifiers agree, they are more likely to be correct, and (ii) when the classifiers make a prediction that violates the constraints, at least one classifier must be making an error. Experiments on four real-world data sets produce accuracy estimates within a few percent of the true accuracy, using solely unlabeled data. Our models also outperform existing state-of-the-art solutions in both estimating accuracies, and combining multiple classifier outputs. The results emphasize…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Machine Learning and Data Classification · Imbalanced Data Classification Techniques
