Summary
This paper studies a connection between optimization and meta-learning. For the case of a single task, it shows an equivalence between GD with momentum and GBML, and another equivalence between GD with Nesterov acceleration and the recent Bootstrapped Meta-Gradient algorithm. Theoretical analyses are done for these algorithm, showing that GBML speeds up convergence by a constant factor but is not able to improve on the $O(1/T)$ rate, while BMG is able to improve the rate to $O(1/T^2)$. Experiments are done on quadratic minimization and ImageNet image classification that confirm the theory.
Strengths
1. The mathematical argument in the paper is very clearly presented, e.g. the authors roughly outline proof techniques.
2. Overall the paper appears to be sound, although I did not check the math. Experiments were done on both "toy" examples and a more realistic ImageNet problem.
3. As far as I know, the connection between BMG and GD with Nesterov acceleration is novel.
Weaknesses
In my opinion, the major weakness of the paper is the fact that it only considers the single task setting. However, one of the major motivations behind meta-learning is that information may be shared between tasks in order to improve convergence speeds for all tasks, and the multi-task setting is arguably more popular in the literature. It would greatly strengthen the work to consider the theory for a multi-task setting, although I understand that it might be more appropriate for future work.
Minor:
1. The objective function is convex is a fairly strong assumption.
Questions
Is it fair to search over the range of hyperparameters in the experiments in Section 7.1? Usually when this is done the final results are provided for a held-out test set (a new quadratic function in this case), but this does not seem to be the case here.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, 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 do not have a broader impact section, and I agree since this work discusses optimization methods. However, they do not discuss the limitations/weaknesses of their work, which I think should be added to the final draft.