paper-with-me

홈 › Papers

Diversified Ensembling: An Experiment in Crowdsourced Machine Learning

2024-02-16 · Ira Globus-Harris, Declan Harrison, Michael Kearns, Pietro Perona, Aaron Roth

Crowdsourced machine learning on competition platforms such as Kaggle is a popular and often effective method for generating accurate models. Typically, teams vie for the most accurate model, as measured by overall error on a holdout set, and it is common towards the end of such competitions for teams at the top of the leaderboard to ensemble or average their models outside the platform mechanism to get the final, best global model. In arXiv:2201.10408, the authors developed an alternative crowdsourcing framework in the context of fair machine learning, in order to integrate community feedback into models when subgroup unfairness is present and identifiable. There, unlike in classical crowdsourced ML, participants deliberately specialize their efforts by working on subproblems, such as demographic subgroups in the service of fairness. Here, we take a broader perspective on this work: we note that within this framework, participants may both specialize in the service of fairness and simply to cater to their particular expertise (e.g., focusing on identifying bird species in an image classification task). Unlike traditional crowdsourcing, this allows for the diversification of participants' efforts and may provide a participation mechanism to a larger range of individuals (e.g. a machine learning novice who has insight into a specific fairness concern). We present the first medium-scale experimental evaluation of this framework, with 46 participating teams attempting to generate models to predict income from American Community Survey data. We provide an empirical analysis of teams' approaches, and discuss the novel system architecture we developed. From here, we give concrete guidance for how best to deploy such a framework.

📄 PDF Abstract BibTeX arXiv:2402.10795

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessHoldout Setimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
American 설명 없음

Similar Papers 제목 키워드 기반

On-the-Fly Fusion of Large Language Models and Machine Translation

2023-11-14 · Hieu Hoang, Huda Khayrallah, Marcin Junczys-Dowmunt

We propose the on-the-fly ensembling of a machine translation model with an LLM, prompted on the same task and input. We perform experiments on 4 language pairs (both directions) with varying data amounts. We find that a…

In-Context LearningMachine TranslationNMTTranslation

What Is and What Is Not a Salient Object? Learning Salient Object Detector by Ensembling Linear Exemplar Regressors

2017-07-01 · CVPR 2017 7 · Changqun Xia, Jia Li, Xiaowu Chen, Anlin Zheng 외

Finding what is and what is not a salient object can be helpful in developing better features and models in salient object detection (SOD). In this paper, we investigate the images that are selected and discarded in cons…

Objectobject-detectionObject DetectionRGB Salient Object Detection+1

Accuracy-Privacy Trade-off in Deep Ensemble: A Membership Inference Perspective

2021-05-12 · Shahbaz Rezaei, Zubair Shafiq, Xin Liu

Deep ensemble learning has been shown to improve accuracy by training multiple neural networks and averaging their outputs. Ensemble learning has also been suggested to defend against membership inference attacks that un…

Ensemble LearningInference AttackMembership Inference Attack

Learning Effective Embeddings From Crowdsourced Labels: An Educational Case Study

2019-07-18 · Guowei Xu, Wenbiao Ding, Jiliang Tang, Songfan Yang 외

Learning representation has been proven to be helpful in numerous machine learning tasks. The success of the majority of existing representation learning approaches often requires a large amount of consistent and noise-f…

Representation Learning

HAPEns: Hardware-Aware Post-Hoc Ensembling for Tabular Data

2026-03-11 · Jannis Maier, Lennart Purucker arxiv

Ensembling is commonly used in machine learning on tabular data to boost predictive performance and robustness, but larger ensembles often lead to increased hardware demand. We introduce HAPEns, a post-hoc ensembling met…