Summary
In this work, the authors study stochastic online convex optimization (SOCO), and establish a tighter regret bound of $O(\log T)$ for sphere-enclosed sets. Specifically, such a regret bound is derived by exploiting an immediate result of several existing universal online learning algorithms. Moreover, the authors also demonstrate that the immediate result can be utilized to recover the existing regret bound for SOCO over strongly convex sets, and could improve the existing regret bound over uniformly convex sets. In addition, a corrupted setting is also considered, and lower bounds for non-corrupted and corrupted are also provided.
Strengths
This paper studies stochastic online convex optimization (SOCO), and mainly focuses on feasible sets with special curvature. Although this paper is not the first to study the problem, it has the following strengths compared with previous studies.
1) Different from previous studies that need the strong convexity of sets to achieve an $O(\log T)$ regret bound for SOCO, this paper introduces a new condition on the set to obtain the $O(\log T)$ regret bound, i.e., sphere-enclosed sets.
2) For SOCO over the uniformly convex sets, this paper has established a better regret bound than existing results.
3) The authors also consider a corrupted setting that interpolates the fully adversarial and stochastic settings.
4) Matching Lower bounds for a special case of ellipsoid sets are provided for the non-corrupted and corrupted settings.
Weaknesses
Although this paper provides some new results for stochastic online convex optimization (SOCO), I have some concerns. First, compared with stochastic (offline) optimization, the main challenge of online convex optimization (OCO) is how to deal with a fully adaptive adversary. However, this paper mainly focuses on SOCO, where the adversary is even weaker than the oblivious one, which is not very interesting to me.
Second, although it seems that this paper has made many contributions, some results have already been achieved, and some results can be simply derived.
1) The authors argue that previous studies [8,16] only consider online linear optimization (OLO) that may prevent us from leveraging the curvature of loss functions, and the existing FTL algorithm [8] will suffer an $\Omega(T)$ regret if the ideal condition is not satisfied. However, in Section 4 of the existing work [8], Huang et al. have already proposed an adaptive algorithm to avoid the $\Omega(T)$ regret of FTL, whose regret is at most $O(\sqrt{T\log T})$. The main idea is to utilize an expert tracking algorithm to combine FTL with an optimal algorithm for the general OCO. I also refer the authors to a missing related work [*], which provides an online lazy gradient descent algorithm, which enjoys the same regret bound as the algorithm of Huang et al.
2) Note that universal online learning algorithms utilized in this work follow a very similar idea of using the expert tracking algorithm. Moreover, it is easy to combine FTL with universal online learning algorithms. Without the analysis provided in this paper, one can simply prove that such a combination can achieve the $O(log T)$ regret of FTL for SOCO under ideal conditions, and leverage the curvature of loss functions (and the convexity) to recover the optimal regret bounds for general OCO.
3) The derivation of the lower bound in Theorem 8 seems to be very simple, i.e., just computing and replacing a constant of an existing lower bound with the gradient norm in the fixed optimal solution. Moreover, the extensions (about both the lower and upper bounds) to the corrupted setting do not bring noteworthy challenges.
4) The sphere-enclosed sets seem to be a bit complicated. Moreover, as discussed by the authors it is very similar to the Bernstein condition, which is more common and has been used to achieve a tighter regret bound for SOCO. So, it is not surprising that the sphere-enclosed sets can also be used to derive similar results.
Third, the writing and organization of this paper are not very sound.
1) The context of Section 2.1 is almost the same as the first paragraph in Section 1.
2) Many short proofs are interluded in the main text, which reduces the readability of this work.
3) In line 340, "a similar analysis ideas" seems to be a typo.
[*] Anderson and Leith. Online Lazy Gradient Descent is Universal on Strongly Convex Domains. In NeurIPS 2021.
----After Rebuttal----
After reading the authors' response, I realize that it is very hard (and even impossible) to combine FTL with an existing universal online learning algorithm. So, the analysis of universal online learning algorithms provided in this paper is valuable, and I increase my score to 5.
Questions
Besides the weaknesses discussed above, I also have the following questions.
1) Can the authors summarize the fully new contributions compared with existing studies?
2) In Theorem 14, the authors exploit the curvature of loss functions and feasible sets simultaneously. Are those regret bounds better than the existing regret bounds derived by only exploiting the curvature of loss functions?