paper-with-me

홈 › Papers

Unsupervised Ensemble Learning with Dependent Classifiers

2015-10-20 · Ariel Jaffe, Ethan Fetaya, Boaz Nadler, Tingting Jiang, Yuval Kluger

In unsupervised ensemble learning, one obtains predictions from multiple sources or classifiers, yet without knowing the reliability and expertise of each source, and with no labeled data to assess it. The task is to combine these possibly conflicting predictions into an accurate meta-learner. Most works to date assumed perfect diversity between the different sources, a property known as conditional independence. In realistic scenarios, however, this assumption is often violated, and ensemble learners based on it can be severely sub-optimal. The key challenges we address in this paper are:\ (i) how to detect, in an unsupervised manner, strong violations of conditional independence; and (ii) construct a suitable meta-learner. To this end we introduce a statistical model that allows for dependencies between classifiers. Our main contributions are the development of novel unsupervised methods to detect strongly dependent classifiers, better estimate their accuracies, and construct an improved meta-learner. Using both artificial and real datasets, we showcase the importance of taking classifier dependencies into account and the competitive performance of our approach.

📄 PDF Abstract BibTeX arXiv:1510.05830

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEnsemble Learning

Similar Papers 제목 키워드 기반

Unsupervised Ensemble Classification with Sequential and Networked Data

2019-06-22 · Panagiotis A. Traganitis, Georgios B. Giannakis

Ensemble learning, the machine learning paradigm where multiple algorithms are combined, has exhibited promising perfomance in a variety of tasks. The present work focuses on unsupervised ensemble classification. The ter…

ClassificationEnsemble LearningGeneral Classification

A Deep Learning Approach to Unsupervised Ensemble Learning

2016-02-06 · Uri Shaham, Xiuyuan Cheng, Omer Dror, Ariel Jaffe 외

We show how deep learning methods can be applied in the context of crowdsourcing and unsupervised ensemble learning. First, we prove that the popular model of Dawid and Skene, which assumes that all classifiers are condi…

Deep LearningEnsemble Learning

Features in Concert: Discriminative Feature Selection meets Unsupervised Clustering

2014-11-27 · Marius Leordeanu, Alexandra Radu, Rahul Sukthankar

Feature selection is an essential problem in computer vision, important for category learning and recognition. Along with the rapid development of a wide variety of visual features and classifiers, there is a growing nee…

Clusteringfeature selection

Unsupervised Evaluation and Weighted Aggregation of Ranked Predictions

2018-02-13 · Mehmet Eren Ahsen, Robert Vogel, Gustavo Stolovitzky

Learning algorithms that aggregate predictions from an ensemble of diverse base classifiers consistently outperform individual methods. Many of these strategies have been developed in a supervised setting, where the accu…

Binary ClassificationEnsemble LearningGeneral Classification

Streaming algorithms for evaluating noisy judges on unlabeled data -- binary classification

2023-06-02 · Andrés Corrada-Emmanuel

The evaluation of noisy binary classifiers on unlabeled data is treated as a streaming task: given a data sketch of the decisions by an ensemble, estimate the true prevalence of the labels as well as each classifier's ac…

Binary Classification