paper-with-me

홈 › Papers

The Majority Vote Paradigm Shift: When Popular Meets Optimal

2025-02-18 · Antonio Purificato, Maria Sofia Bucarelli, Anil Kumar Nelakanti, Andrea Bacciu, Fabrizio Silvestri, Amin Mantrach

Reliably labelling data typically requires annotations from multiple human workers. However, humans are far from being perfect. Hence, it is a common practice to aggregate labels gathered from multiple annotators to make a more confident estimate of the true label. Among many aggregation methods, the simple and well known Majority Vote (MV) selects the class label polling the highest number of votes. However, despite its importance, the optimality of MV's label aggregation has not been extensively studied. We address this gap in our work by characterising the conditions under which MV achieves the theoretically optimal lower bound on label estimation error. Our results capture the tolerable limits on annotation noise under which MV can optimally recover labels for a given class distribution. This certificate of optimality provides a more principled approach to model selection for label aggregation as an alternative to otherwise inefficient practices that sometimes include higher experts, gold labels, etc., that are all marred by the same human uncertainty despite huge time and monetary costs. Experiments on both synthetic and real world data corroborate our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2502.12581

Code (0)

등록된 구현이 없습니다.

Tasks

Model Selection

Similar Papers 제목 키워드 기반

Surprisingly Popular Voting Recovers Rankings, Surprisingly!

2021-05-19 · Hadi Hosseini, Debmalya Mandal, Nisarg Shah, Kevin Shi

The wisdom of the crowd has long become the de facto approach for eliciting information from individuals or experts in order to predict the ground truth. However, classical democratic approaches for aggregating individua…

VoteGCL: Enhancing Graph-based Recommendations with Majority-Voting LLM-Rerank Augmentation

2025-07-29 · Minh-Anh Nguyen, Bao Nguyen, Ha Lan N. T., Tuan Anh Hoang 외 arxiv

Recommendation systems often suffer from data sparsity caused by limited user-item interactions, which degrade their performance and amplify popularity bias in real-world scenarios. This paper proposes a novel data augme…

Recommendation SystemsContrastive LearningData Augmentation

A Framework for Bounding Deterministic Risk with PAC-Bayes: Applications to Majority Votes

2025-10-29 · Benjamin Leblanc, Pascal Germain arxiv

PAC-Bayes is a popular and efficient framework for obtaining generalization guarantees in situations involving uncountable hypothesis spaces. Unfortunately, in its classical formulation, it only provides guarantees on th…

Multiview Learning of Weighted Majority Vote by Bregman Divergence Minimization

2018-05-25 · Anil Goyal, Emilie Morvant, Massih-Reza Amini

We tackle the issue of classifier combinations when observations have multiple views. Our method jointly learns view-specific weighted majority vote classifiers (i.e. for each view) over a set of base voters, and a secon…

Document ClassificationMultilingual text classificationMultiview LearningText Classification

New Bounds on the Accuracy of Majority Voting for Multi-Class Classification

2023-09-18 · Sina Aeeneh, Nikola Zlatanov, Jiangshan Yu

Majority voting is a simple mathematical function that returns the value that appears most often in a set. As a popular decision fusion technique, the majority voting function (MVF) finds applications in resolving confli…

Ensemble LearningMulti-class Classification