paper-with-me

Papers

Model Ensembling for Constrained Optimization

2024-05-27 · Ira Globus-Harris, Varun Gupta, Michael Kearns, Aaron Roth

There is a long history in machine learning of model ensembling, beginning with boosting and bagging and continuing to the present day. Much of this history has focused on combining models for classification and regression, but recently there is interest in more complex settings such as ensembling policies in reinforcement learning. Strong connections have also emerged between ensembling and multicalibration techniques. In this work, we further investigate these themes by considering a setting in which we wish to ensemble models for multidimensional output predictions that are in turn used for downstream optimization. More precisely, we imagine we are given a number of models mapping a state space to multidimensional real-valued predictions. These predictions form the coefficients of a linear objective that we would like to optimize under specified constraints. The fundamental question we address is how to improve and combine such models in a way that outperforms the best of them in the downstream optimization problem. We apply multicalibration techniques that lead to two provably efficient and convergent algorithms. The first of these (the white box approach) requires being given models that map states to output predictions, while the second (the \emph{black box} approach) requires only policies (mappings from states to solutions to the optimization problem). For both, we provide convergence and utility guarantees. We conclude by investigating the performance and behavior of the two algorithms in a controlled experimental setting.

📄 PDF Abstract BibTeX arXiv:2405.16752

Code (1)

globusharris/ensembling-constrained-optimization 공식 구현

Tasks

model

Similar Papers 제목 키워드 기반

A bi-objective $ε$-constrained framework for quality-cost optimization in language model ensembles

2023-12-26 · Aditi Singla, Aditya Singh, Kanishk Kukreja

We propose an ensembling framework that uses diverse open-sourced Large Language Models (LLMs) to achieve high response quality while maintaining cost efficiency. We formulate a bi-objective optimization problem to repre…

Language ModelingLanguage Modelling

Random Bundle: Brain Metastases Segmentation Ensembling through Annotation Randomization

2020-02-23 · Darvin Yi, Endre Grøvik, Michael Iv, Elizabeth Tong 외

We introduce a novel ensembling method, Random Bundle (RB), that improves performance for brain metastases segmentation. We create our ensemble by training each network on our dataset with 50% of our annotated lesions ce…

Segmentation

Optimized Tradeoffs for Private Prediction with Majority Ensembling

2024-11-27 · Shuli Jiang, Qiuyi, Zhang, Gauri Joshi

We study a classical problem in private prediction, the problem of computing an $(m\epsilon, \delta)$-differentially private majority of $K$ $(\epsilon, \Delta)$-differentially private algorithms for $1 \leq m \leq K$ an…

image-classificationImage ClassificationPrediction

PySINDy: A comprehensive Python package for robust sparse system identification

2021-11-12 · Alan A. Kaptanoglu, Brian M. de Silva, Urban Fasel, Kadierdan Kaheman 외

Automated data-driven modeling, the process of directly discovering the governing equations of a system from data, is increasingly being used across the scientific community. PySINDy is a Python package that provides too…

Model Discoveryregression

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…