paper-with-me

Papers

Online Learning with Cumulative Oversampling: Application to Budgeted Influence Maximization

2020-04-24 · Shatian Wang, Shuoguang Yang, Zhen Xu, Van-Anh Truong

We propose a cumulative oversampling (CO) method for online learning. Our key idea is to sample parameter estimations from the updated belief space once in each round (similar to Thompson Sampling), and utilize the cumulative samples up to the current round to construct optimistic parameter estimations that asymptotically concentrate around the true parameters as tighter upper confidence bounds compared to the ones constructed with standard UCB methods. We apply CO to a novel budgeted variant of the Influence Maximization (IM) semi-bandits with linear generalization of edge weights, whose offline problem is NP-hard. Combining CO with the oracle we design for the offline problem, our online learning algorithm simultaneously tackles budget allocation, parameter learning, and reward maximization. We show that for IM semi-bandits, our CO-based algorithm achieves a scaled regret comparable to that of the UCB-based algorithms in theory, and performs on par with Thompson Sampling in numerical experiments.

📄 PDF Abstract BibTeX arXiv:2004.11963

Code (0)

등록된 구현이 없습니다.

Tasks

Thompson Sampling

Similar Papers 제목 키워드 기반

Budgeted Online Influence Maximization

2026-04-21 · Pierre Perrault, Jennifer Healey, Zheng Wen, Michal Valko arxiv

We introduce a new budgeted framework for online influence maximization, considering the total cost of an advertising campaign instead of the common cardinality constraint on a chosen influencer set. Our approach better …

Budgeted Online Influence Maximization

2020-01-01 · ICML 2020 1 · Pierre Perrault, Zheng Wen, Michal Valko, Jennifer Healey

We introduce a new budgeted framework for online influence maximization, considering the total cost of an advertising campaign instead of the common cardinality constraint on a chosen influencer set. Our approac…

valid

Budgeted and Non-budgeted Causal Bandits

2020-12-13 · Vineet Nair, Vishakha Patil, Gaurav Sinha

Learning good interventions in a causal graph can be modelled as a stochastic multi-armed bandit problem with side-information. First, we study this problem when interventions are more expensive than observations and a b…

Bandits with Single-Peaked Preferences and Limited Resources

2025-10-10 · Omer Ben-Porat, Gur Keinan, Rotem Torkan arxiv

We study an online stochastic matching problem in which an algorithm sequentially matches $U$ users to $K$ arms, aiming to maximize cumulative reward over $T$ rounds under budget constraints. Without structural assumptio…

Online Budgeted Learning for Classifier Induction

2019-03-13 · Eran Fainman, Bracha Shapira, Lior Rokach, Yisroel Mirsky

In real-world machine learning applications, there is a cost associated with sampling of different features. Budgeted learning can be used to select which feature-values to acquire from each instance in a dataset, such t…