paper-with-me

홈 › Papers

Bandit Data-Driven Optimization

2020-08-26 · Zheyuan Ryan Shi, Zhiwei Steven Wu, Rayid Ghani, Fei Fang

Applications of machine learning in the non-profit and public sectors often feature an iterative workflow of data acquisition, prediction, and optimization of interventions. There are four major pain points that a machine learning pipeline must overcome in order to be actually useful in these settings: small data, data collected only under the default intervention, unmodeled objectives due to communication gap, and unforeseen consequences of the intervention. In this paper, we introduce bandit data-driven optimization, the first iterative prediction-prescription framework to address these pain points. Bandit data-driven optimization combines the advantages of online bandit learning and offline predictive analytics in an integrated framework. We propose PROOF, a novel algorithm for this framework and formally prove that it has no-regret. Using numerical simulations, we show that PROOF achieves superior performance than existing baseline. We also apply PROOF in a detailed case study of food rescue volunteer recommendation, and show that PROOF as a framework works well with the intricacies of ML models in real-world AI for non-profit and public sector applications.

📄 PDF Abstract BibTeX arXiv:2008.11707

Code (1)

aiandsocialgoodlab/bandit-data-driven-optimization 공식 구현 pytorch

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

No-Regret Algorithms for Private Gaussian Process Bandit Optimization

2021-02-24 · Abhimanyu Dubey

The widespread proliferation of data-driven decision-making has ushered in a recent interest in the design of privacy-preserving algorithms. In this paper, we consider the ubiquitous problem of gaussian process (GP) band…

Decision MakingPrivacy Preserving

Learning Rate Optimization for Deep Neural Networks Using Lipschitz Bandits

2024-09-15 · Padma Priyanka, Sheetal Kalyani, Avhishek Chatterjee

Learning rate is a crucial parameter in training of neural networks. A properly tuned learning rate leads to faster training and higher test accuracy. In this paper, we propose a Lipschitz bandit-driven approach for tuni…

Hyperparameter Optimization

SCaLE: Switching Cost aware Learning and Exploration

2026-01-14 · Neelkamal Bhuyan, Debankur Mukherjee, Adam Wierman arxiv

This work addresses the fundamental problem of unbounded metric movement costs in bandit online convex optimization, by considering high-dimensional dynamic quadratic hitting costs and $\ell_2$-norm switching costs in a …

Deep Contextual Multi-armed Bandits

2018-07-25 · Mark Collier, Hector Urdiales Llorens

Contextual multi-armed bandit problems arise frequently in important industrial applications. Existing solutions model the context either linearly, which enables uncertainty driven (principled) exploration, or non-linear…

MarketingMulti-Armed BanditsThompson Sampling

Semi-bandit Optimization in the Dispersed Setting

2019-04-18 · Maria-Florina Balcan, Travis Dick, Wesley Pegden

The goal of data-driven algorithm design is to obtain high-performing algorithms for specific application domains using machine learning and data. Across many fields in AI, science, and engineering, practitioners will of…

Clustering