Summary
The paper introduces a new algorithm for multi-armed bandit problems, leveraging the FTRL framework and the flexible $\beta$-Tsallis entropy family of regularizers, where $\beta \in [0,1]$. This algorithm firstly uses a new learning rate schedule to offer best-of-both-worlds guarantees for a wide range of regularization parameters. Secondly, it eliminates the requirement of the uniqueness assumption of the optimal arm. Thirdly, it improves the stochastic bounds for Shannon entropy and Log-barrier regularization.
Strengths
- The paper introduces new elegant learning rates for $\beta$-Tsallis entropy, providing a best-of-both-worlds guarantee.
- It generalizes the regret analysis approach by Ito (2021) by removing the uniqueness assumption of the optimal arm.
- As $\beta$-Tsallis entropy is an important regularization in bandit algorithm, the results could be useful in other settings too.
Weaknesses
- The results presented in the paper for the plain multi-armed bandit, in my view, lack interest and significance compared to the algorithmic and analysis novelties. Specifically, there is no improvement in terms of regret bounds in the plain multi-armed bandit problem, as FTRL with $1/2$-Tsallis regularizer (1/2-Tsallis-INF algorithm) already achieves the optimal bound in both adversarial and stochastic regimes, and the uniqueness assumption has already been addressed by Ito (2021). The only potential value lies in applying the same ideas to other settings, such as the decoupled exploration and exploitation problem explored, as discussed in the paper.
- The bounds in intermediate regimes between stochastic and adversarial, where $C \neq 0$ seem to be suboptimal as they do not interpolate well between the optimal bounds of the two regime. Read question 2 and 3 for further clarification of this issue.
- There are few undefined notations used in the analysis. For instance, Equation (6) introduces the notation $D_U$ without providing a clear definition, and the same issue applies to $\phi_U(x)$ and $\phi_V(x)$ in Equation (7). If the used notation for this part were consistent with Ito (2021), $\phi_U(x)$ must accept $x$ from $\mathbb{R}^{|U|}$ but in Equation (7) it takes $x \in \mathbb{R}^{K}$. This inconsistency requires revision for clarity and accuracy.
Questions
1- As stated in the paper, the regularizer always includes a small amount of extra log-barrier. Typically, the use of log-barrier introduces an additional multiplicative factor of $\sqrt{\log T}$ in the adversarial bound. However, your adversarial bound in Theorem 3.3 does not reflect this when $\beta = 1/2$. Can you elaborate on this?
2- Regarding the results on regime so called adversarial regime with a self-bounding constraint, In lines 183 and 184, you claim that your bound smoothly interpolates between $\log T$ and $\sqrt{T \log T}$ as $C$ ranges from $0$ to $T$. However, the presence of $D$ in your bound raises doubts about this smooth interpolation since $D$ can be as large as $C$, and $C$ can be on the order of $\mathcal{O}(T)$. This essentially shows that your bound has no robustness to corruption. Could you address this inconsistency?
3- Following up on the previous question, there is an improvement in the analysis of the $1/2$-Tsallis-INF algorithm by Masoudian and Seldin (2021), which demonstrates smooth interpolation between the two optimal bounds, $\mathcal{O}(\sum_{i \neq i^*} \frac1{\Delta_i}\log T)$ and $\mathcal{O}(\sqrt{KT})$ as $C$ increases. Is there any way to achieve a similar improvement for your algorithm? If not, discuss the challenges involved in obtaining the same improvement for intermediate regimes?
4- In the contribution section, for log-barrier regularization, the authors claim to have removed the uniqueness assumption of the optimal arm utilized in Ito (2021) and improved the stochastic bound. However, it should be noted that the algorithm proposed by Ito does not align completely with the algorithm presented in this paper, as Ito employs optimistic follow the regularized leader with different learning rates. Please provide further clarification.
References:
- Shinji Ito, Parameter-Free Multi-Armed Bandit Algorithms with Hybrid Data-Dependent Regret Bounds, COLT 2021
- Saeed Masoudian and Yevgeny Seldin, Improved analysis of the tsallis-inf algorithm in stochastically constrained adversarial bandits and stochastic bandits with adversarial corruptions, COLT 2021
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, 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.