Summary
In this paper, the authors present a method by which to improve the expected tail risk during meta learning via a two-stage optimisation strategy. In addition, the authors provide theoretical and empirical analysis of their proposed approach, demonstrating improvements in the average, worst-case and conditional value at risk (CVar) metrics.
Strengths
The paper is written and structured very well. In particular, Sections 2,3, and 4 provide great introductions to the meta-learning paradigm and the idea of risk-minimisation applied to meta learning. The theoretical analysis outlined in Section 4 is also quite clear. Looking at the supplementary material, proofs and assumptions are outlined well, and ablations are provided.
Weaknesses
- This paper is quite strong, and many of my initial concerns are answered in the supplementary material.
- Besides minor issues with regards to wording and grammar, this paper is quite well written. For example, on lines 34-35, 'suffering from tribulation' and 'plaint'.
- A minor concern, but one which might help practitioners. Choosing the optimal meta-batch size appears quite important to the final performance. Although the authors discuss the influence of task batch size, perhaps ablating across more (and a wider range of) batch sizes might be more informative.
For other weaknesses/comments, see questions.
Questions
- In the paper, the Monte Carlo estimate allows for the theoretical analysis, but it is indeed quite crude. Do the authors have any comments on perhaps improving upon this (even if the theory isn't there yet)?
- What optimizers did the authors use? In the existing limitations section, they suggest that the batch size selection has a greater effect for first-order optimizers. Did the authors attempt to use any higher order (or approximate) optimizers?
- I believe the theoretical analysis breaks down for the image classification tasks? (please do correct me if I'm wrong) Do the authors have any further insights on this point, in particular as to why the tail risk is not well optimised for omniglot, but works well for mini-ImageNet?
- The authors also state that challenging meta-learning tasks can reveal more advantages of DR-MAML (line 281). Have more challenging tasks been tried? This could, for example be the meta-dataset or something equivalent?
- In Figure 5, there appears to be deviations from the trend when $\alpha = 0.7$, and in general, the trend appears to be somewhat non-monotonic. Is this a dataset dependant issue?
- Do the authors have any general guidelines for how the image classification performance of DR-MAML changes with $\alpha$?
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
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 limitations of this work are outlined in Section 6 and assumptions are outlined throughout the paper. In addition, error bars and std's are provided for all experiments.
Overall, I see no potential negative societal impacts of this work. If anything, robust meta-learning has a potentially positive societal impact for deployed meta-learning systems.