Summary
This paper studies the best-of-both-worlds (BOBW) algorithms for MAB with delayed feedback. Compared to previous results, it eliminates the need for prior knowledge on maximum delay $d_{\text{max}}$, and the regret scales with the number of “outstanding observations” ($\sigma_{\text{max}}$) rather than with the delay length as in the previous works. Technique-wise, this is achieved through a new round skipping rule, a new implicit exploration loss estimator, and advanced analysis.
Strengths
The regret guarantee is significant in the sense that it scales with the number of missing information, rather than how much it is delayed as in previous work. In the latter case, even if there’s only one single delay, it incurs linear regret if this delay is $T$, which however is safeguarded by the regret guarantee in this paper. Such phenomenon has been achieved soly in either stochastic or adversarial regime before, but not in BOBW. To achieve this, the authors propose new techniques in both algorithm design and regret analysis.
Weaknesses
1. I feel that the words "distribution drift/shift" comes from nowhere in the introduction. Its meaning is not clear to me in the context of delayed bandits, but no sufficient explanation is provided. A reader may not figure it out until the Analysis Section.
2. The authors use both “multiarm” and “multi-arm” inconsistently. The latter is commonly used.
3. The contribution summary may need polishing. Points 2-4 (Line 118) seems too detailed. Currently they are not informative, they could be merged, or not even necessarily included in the contribution summary in my opinion.
4. The author may consider elaborating more on Line 181-183, i.e., why the additional $K^{1/3}$ factor is a price for BOBW guarantee (in the analysis). This could be an interesting point to BOBW researchers.
5. When introducing Lemma 2 for the first time (around Line 202), it would be good to briefly talk about what are the key elements to achieve it, rather than let the readers figure it out in the long proof later. Is it due to the analysis (virtual rearrangement) only, or also the skipping rule and/or implicit exploration?
6. These two works on feedback-delayed bandits should be relevant, but they are not discussed in this paper. One in stochastic regime [1] and the other in adversarial regime [2].
References:
[1] Yang, Yunchang, Han Zhong, Tianhao Wu, Bin Liu, Liwei Wang, and Simon Shaolei Du. "A Reduction-based Framework for Sequential Decision Making with Delayed Feedback." In Thirty-seventh Conference on Neural Information Processing Systems. 2023.
[2] van der Hoeven, Dirk, Lukas Zierahn, Tal Lancewicki, Aviv Rosenberg, and Nicoló Cesa-Bianchi. "A Unified Analysis of Nonstochastic Delayed Feedback for Combinatorial Semi-Bandits, Linear Bandits, and MDPs." In The Thirty Sixth Annual Conference on Learning Theory, pp. 1285-1321. PMLR, 2023.
Questions
1. Why do some citations have no year? E.g., “analysis of Zimmert and Seldin” in Line 58
2. Is the word “outstanding observations” existing in the delayed-feedback literature or named for the first time by the authors? It is just the number of missing observations, right? If so, I personally just feel that the wording is not very informative/natural.
3. Is the idea of “skipping” reflected only through the regret analysis, or both the algorithm design and analysis? From Algorithm 1, I think it is the latter, but Line 86-89 seems to mean the former.
4. Since the BOBW guarantee is obtained through the self-bounding trick, can we directly obtain a regret bound for the intermediate $C$-corrupted regime?