paper-with-me

홈 › Papers

Ranking and combining multiple predictors without labeled data

2013-03-13 · Fabio Parisi, Francesco Strino, Boaz Nadler, Yuval Kluger

In a broad range of classification and decision making problems, one is given the advice or predictions of several classifiers, of unknown reliability, over multiple questions or queries. This scenario is different from the standard supervised setting, where each classifier accuracy can be assessed using available labeled data, and raises two questions: given only the predictions of several classifiers over a large set of unlabeled test data, is it possible to a) reliably rank them; and b) construct a meta-classifier more accurate than most classifiers in the ensemble? Here we present a novel spectral approach to address these questions. First, assuming conditional independence between classifiers, we show that the off-diagonal entries of their covariance matrix correspond to a rank-one matrix. Moreover, the classifiers can be ranked using the leading eigenvector of this covariance matrix, as its entries are proportional to their balanced accuracies. Second, via a linear approximation to the maximum likelihood estimator, we derive the Spectral Meta-Learner (SML), a novel ensemble classifier whose weights are equal to this eigenvector entries. On both simulated and real data, SML typically achieves a higher accuracy than most classifiers in the ensemble and can provide a better starting point than majority voting, for estimating the maximum likelihood solution. Furthermore, SML is robust to the presence of small malicious groups of classifiers designed to veer the ensemble prediction away from the (unknown) ground truth.

📄 PDF Abstract BibTeX arXiv:1303.3257

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Ranking and Combining Latent Structured Predictive Scores without Labeled Data

2024-08-14 · Shiva Afshar, Yinghan Chen, Shizhong Han, Ying Lin

Combining multiple predictors obtained from distributed data sources to an accurate meta-learner is promising to achieve enhanced performance in lots of prediction problems. As the accuracy of each predictor is usually u…

Ensemble Learning

Can We Reliably Rank Model Performance across Domains without Labeled Data?

2025-10-10 · Veronica Rammouz, Aaron Gonzalez, Carlos Cruzportillo, Adrian Tan 외 arxiv

Estimating model performance without labels is an important goal for understanding how NLP models generalize. While prior work has proposed measures based on dataset similarity or predicted correctness, it remains unclea…

Combining Task Predictors via Enhancing Joint Predictability

2020-07-15 · ECCV 2020 8 · Kwang In Kim, Christian Richardt, Hyung Jin Chang

Predictor combination aims to improve a (target) predictor of a learning task based on the (reference) predictors of potentially relevant tasks, without having access to the internals of individual predictors. We present…

AttributeMulti-class Classification

Joint Manifold Diffusion for Combining Predictions on Decoupled Observations

2019-04-10 · CVPR 2019 6 · Kwang In Kim, Hyung Jin Chang

We present a new predictor combination algorithm that improves a given task predictor based on potentially relevant reference predictors. Existing approaches are limited in that, to discover the underlying task dependenc…

Test-time Recalibration of Conformal Predictors Under Distribution Shift Based on Unlabeled Examples

2022-10-09 · Fatih Furkan Yilmaz, Reinhard Heckel

Modern image classifiers are very accurate, but the predictions come without uncertainty estimates. Conformal predictors provide uncertainty estimates by computing a set of classes containing the correct class with a use…

Conformal PredictionPrediction Intervals