paper-with-me

Papers

Beyond Task Diversity: Provable Representation Transfer for Sequential Multi-Task Linear Bandits

2025-01-23 · Thang Duong, Zhi Wang, Chicheng Zhang

We study lifelong learning in linear bandits, where a learner interacts with a sequence of linear bandit tasks whose parameters lie in an $m$-dimensional subspace of $\mathbb{R}^d$, thereby sharing a low-rank representation. Current literature typically assumes that the tasks are diverse, i.e., their parameters uniformly span the $m$-dimensional subspace. This assumption allows the low-rank representation to be learned before all tasks are revealed, which can be unrealistic in real-world applications. In this work, we present the first nontrivial result for sequential multi-task linear bandits without the task diversity assumption. We develop an algorithm that efficiently learns and transfers low-rank representations. When facing $N$ tasks, each played over $\tau$ rounds, our algorithm achieves a regret guarantee of $\tilde{O}\big (Nm \sqrt{\tau} + N^{\frac{2}{3}} \tau^{\frac{2}{3}} d m^{\frac13} + Nd^2 + \tau m d \big)$ under the ellipsoid action set assumption. This result can significantly improve upon the baseline of $\tilde{O} \left (Nd \sqrt{\tau}\right)$ that does not leverage the low-rank structure when the number of tasks $N$ is sufficiently large and $m \ll d$. We also demonstrate empirically on synthetic data that our algorithm outperforms baseline algorithms, which rely on the task diversity assumption.

📄 PDF Abstract BibTeX arXiv:2501.13390

Code (1)

duongnhatthang/BOSS 공식 구현

Tasks

DiversityLifelong learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Endowing Pre-trained Graph Models with Provable Fairness

2024-02-19 · Zhongjian Zhang, Mengmei Zhang, Yue Yu, Cheng Yang 외

Pre-trained graph models (PGMs) aim to capture transferable inherent structural properties and apply them to different downstream tasks. Similar to pre-trained language models, PGMs also inherit biases from human society…

AttributeFairnessNode Classification

Provable Benefits of Representational Transfer in Reinforcement Learning

2022-05-29 · Alekh Agarwal, Yuda Song, Wen Sun, Kaiwen Wang 외

We study the problem of representational transfer in RL, where an agent first pretrains in a number of source tasks to discover a shared representation, which is subsequently used to learn a good policy in a \emph{target…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Provable Sample-Efficient Transfer Learning Conditional Diffusion Models via Representation Learning

2025-02-06 · Ziheng Cheng, Tianyu Xie, Shiyue Zhang, Cheng Zhang

While conditional diffusion models have achieved remarkable success in various applications, they require abundant data to train from scratch, which is often infeasible in practice. To address this issue, transfer learni…

Representation LearningTransfer Learning

Representation Learning Beyond Linear Prediction Functions

2021-05-31 · NeurIPS 2021 12 · Ziping Xu, Ambuj Tewari

Recent papers on the theory of representation learning has shown the importance of a quantity called diversity when generalizing from a set of source tasks to a target task. Most of these papers assume that the function …

DiversityPredictionRepresentation Learning

Provable Meta-Learning of Linear Representations

2020-02-26 · Nilesh Tripuraneni, Chi Jin, Michael. I. Jordan

Meta-learning, or learning-to-learn, seeks to design algorithms that can utilize previous experience to rapidly learn new skills or adapt to new environments. Representation learning -- a key tool for performing meta-lea…

Meta-LearningregressionRepresentation Learning