paper-with-me

Papers

Fast and Sample Efficient Multi-Task Representation Learning in Stochastic Contextual Bandits

2024-10-02 · Jiabin Lin, Shana Moothedath, Namrata Vaswani

We study how representation learning can improve the learning efficiency of contextual bandit problems. We study the setting where we play T contextual linear bandits with dimension d simultaneously, and these T bandit tasks collectively share a common linear representation with a dimensionality of r much smaller than d. We present a new algorithm based on alternating projected gradient descent (GD) and minimization estimator to recover a low-rank feature matrix. Using the proposed estimator, we present a multi-task learning algorithm for linear contextual bandits and prove the regret bound of our algorithm. We presented experiments and compared the performance of our algorithm against benchmark algorithms.

📄 PDF Abstract BibTeX arXiv:2410.02068

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsMulti-Task LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Randomized Stochastic Variance-Reduced Methods for Multi-Task Stochastic Bilevel Optimization

2021-05-05 · Zhishuai Guo, Quanqi Hu, Lijun Zhang, Tianbao Yang

In this paper, we consider non-convex stochastic bilevel optimization (SBO) problems that have many applications in machine learning. Although numerous studies have proposed stochastic algorithms for solving these proble…

Bilevel OptimizationStochastic Optimization

Fast and Accurate Stochastic Gradient Estimation

2019-12-01 · NeurIPS 2019 12 · Beidi Chen, Yingchen Xu, Anshumali Shrivastava

Stochastic Gradient Descent or SGD is the most popular optimization algorithm for large-scale problems. SGD estimates the gradient by uniform sampling with sample size one. There have been several other works that sugges…

Towards Fast Stochastic Sampling in Diffusion Generative Models

2024-02-11 · Kushagra Pandey, Maja Rudolph, Stephan Mandt

Diffusion models suffer from slow sample generation at inference time. Despite recent efforts, improving the sampling efficiency of stochastic samplers for diffusion models remains a promising direction. We propose Split…

You Only Accept Samples Once: Fast, Self-Correcting Stochastic Variational Inference

2024-06-05 · Dominic B. Dayta

We introduce YOASOVI, an algorithm for performing fast, self-correcting stochastic optimization for Variational Inference (VI) on large Bayesian heirarchical models. To accomplish this, we take advantage of available inf…

Stochastic OptimizationVariational Inference

Fast Stochastic Alternating Direction Method of Multipliers

2013-08-16 · Leon Wenliang Zhong, James T. Kwok

In this paper, we propose a new stochastic alternating direction method of multipliers (ADMM) algorithm, which incrementally approximates the full gradient in the linearized ADMM formulation. Besides having a low per-ite…