Summary
This manuscript studies the following missing piece in [Balserio et al. 2019]: in contextual bandits with cross learning (i.e. with a complete feedback graph across contexts), suppose that the contexts are stochastic with an unknown distribution, is there an algorithm that achieves a \tilde{\Theta}(\sqrt{KT}) regret? Note that when the context distribution is known, an EXP3-type algorithm in [Balserio et al. 2019] achieves the above bound. The key difficulty in this manuscript is to estimate the sampling probability when carrying out the EXP3 algorithm.
There are two main ingredients in this manuscript:
1. Bypassing the high-probability UCB. Specifically, when \hat{f} is an estimate of f with |\hat{f} - f| \le a with high probability, the naive argument tells that 1 / (\hat{f} + a) \le 1/f with high probability. By leveraging the curvature of 1/x, the authors improved this result by showing that if in addition |E[\hat{f}] - f|\le b, then E[1/(\hat{f} + b)] \le 1/f provided that a \le \sqrt{f*b}. The final inequality is further ensured by the Bernstein concentration. This observation shows that one can use a smaller confidence bound (b instead of a), and essentially implies that the estimation of sampling probability is a much simpler problem and requires only sqrt(T) samples. This is the key to the success of the proposed algorithm. Significance: high.
2. Dealing with the dependence issue. To this end, the authors applied several tricks. First, decouple the rounds for loss estimation and sampling probability estimation. Second, use the target sampling distribution given two epochs before. Third, use the sampling probability estimates one epoch before. This involves additional technical analysis for the continuity of EXP3-type probability updates. Significance: medium.
This result is applied to two problems. The first is the bidding in first-price auctions in [Balserio et al. 2019] with binary feedback, where this manuscript complements the result of [Balserio et al. 2019] by establishing a T^{2/3} regret when the private value distribution is unknown. Significance: medium.
The second application is sleeping bandits with stochastic availabilities, where a sqrt{KT} regret is shown. This result greatly improves the existing ones in the literature in the sense that both the regret and the computation time are polynomial in (K, T). Significance: high.
Strengths
As summarized above, I really like two components of this manuscript:
1. An improved bound of |E[1/(\hat{f}+b)] - 1/f| taking into account both the L_infty and L_1 norm of |\hat{f} - f|.
2. Formulating the sleeping bandits as a cross-learning problem and its application.
Weaknesses
I do not see a major weakness for this manuscript. At the beginning I felt that this manuscript is a bit narrow in scope (i.e. finish a small missing piece in [Balserio et al. 2019]), but the application to sleeping bandits is very interesting.
However, I still have to say that the writing quality is poor and the presentation of high-level ideas is obscure. I strongly urge the authors to improve the writing, including:
1. The explanation of the first technique on Page 4. Could you formulate it in a similar way to my point 1 in the summary? Also this result could be stated as a standalone lemma. In the paragraph, C_N is undefined too, and I don't know what N is.
2. There are lots of notations in the algorithm description, including p, q, s, f. The most confusing quantity to me is s, for which I spent quite a bit of time understanding its role. For an algorithm with several components, my general suggestion is to explain them piece by piece.
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
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.