Summary
This paper considers the problem of context-lumpable bandits, which consists of contextual bandits with $K$ actions and $S$ contexts that can be partitioned into $r \\le \\min\\{S, K\\}$ blocks. The authors consider the case when mean rewards of the actions are fixed over different contexts that belong to the same block in the partition. In the setting of PAC learning, the authors design an algorithm that uses only $\\tilde{O}(r(S+K)/\\varepsilon^2)$ samples to find an $\\varepsilon$-optimal policy. The authors additionally prove a nearly matching lower bound (up to logarithmic factors) on the sample complexity of such an algorithm, thus proving that it achieves near optimal. performance. The authors further focus on regret minimization for the problem of context-lumpable bandits and design a strategy with $\\tilde{O}(\\sqrt{r^3(S+K)T})$ regret after $T$ rounds. These results are shown to be more general than prior work, as they allow for arbitrary context distributions and generalize to contextual low-rank bandits.
Strengths
- The results provide a significant contribution and improve upon prior work.
- There is a careful adoption of multiple techniques and interesting ideas.
- A thorough overview on similar problems in the literature is provided to better contextualize the work, thus justifying the originality of the work.
- The techniques employed in both the design of the algorithms and their analysis are nontrivial and can be of independent interest.
Weaknesses
No major weaknesses were identified.
Relative to the setting of regret minimization, the proposed algorithm essentially estimates the mean loss for each context in order to somehow recover the block partition by identifying large enough gaps between such estimates. Then, one may wonder whether an gap-dependent regret bound could be achievable, but this point does not appear to be directly addressed in the paper.
Questions
See weaknesses. In particular, do the authors believe that it would require a significant amount of work in order to devise and analyze an algorithm with a satisfactory gap-dependent regret bound?
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
The authors did address the limitations of their work, such as the open problem of improving the current results in the regret minimization setting.