Thank you for taking the time to review our paper, and for all the feedback and suggestions you have given. We address your questions below:
**RE: Meta-Overfitting and Regularization**
Thank you for raising the topic of meta-overfitting. As shown in Table 1 and 2, our empirical results show that our proposed method attains superior *out-of-sample testing performance* on four well established few-shot learning datasets compared to 11 other few shot learning methods.
Analogous to conventional supervised learning settings, a more powerful and expressive meta-learning technique is exposed to a higher risk of meta-overfitting, however, this can be mitigated through regularization techniques. In meta-learning, meta-regularization techniques such as proximal regularization [12] could be leveraged to avoid over adaptation to new tasks in the inner optimization. In the final manuscript we will include some additional discussion on meta-regularization.
**RE: Inner Loop Hyperparameters**
All hyperparameters where possible were taken from the established literature. Regarding the inner loop gradient steps, this was taken from [1], in order to ensure a fair comparison between methods. As our works primary contribution was not about meta-optimization, simple unrolled differentiation was used identical to MAML. Unrolled differentiation scales linearly in memory with respect to the number of inner gradient steps; however, this can be obviated by using techniques such as implicit differentiation [12] or trajectory agnostic meta-optimization techniques such as [7, 13, 14].
**RE: Larger Models**
The models selected for our experiments were chosen following the experimental protocol from established literature [1-11]. As we do not have access to larger compute resources we cannot evaluate on larger convolutional or vision transformers models. However, the results in Table 1 and 2, indicate that our methods performance scales in a comparable manner to existing methods on both the few-shot learning CIFAR-100 and ImageNet partitions.
**RE: Additional Applications**
Regarding the applications domains explored, our paper performs extensive experiments on a diverse range of few-shot image classification tasks — these being, mini-ImageNet, tiered-ImageNet, CIFAR-FS, and FC-100, which are the most established and recognized datasets in the area. While it would be valuable to explore further applications domains such as: segmentation, detection, super-resolution, translation, text summarization etc., due to space limitations as well as ICLR not being an application focused conference, we leave this for future work to explore.
—
We hope we have managed to clarify the points of confusion and address your concerns. We kindly, ask you to consider updating your score, if you feel we have answered your questions adequately. If there are any further questions, please do not hesitate to reach out during the short rebuttal period.
Best regards,
The Authors
—
[1] Finn, C., et al. Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks. ICML2017.
[2] Li, Z., et al. Meta-SGD: Learning to Learn Quickly for Few-Shot Learning. arXiv2017.
[3] Lee, Y., et al. Gradient-Based Meta-Learning with Learned Layerwise Metric and Subspace. ICML2018.
[4] Antoniou, A, et al. How to Train your MAML. ICLR2019.
[5] Antoniou, A. et al. Learning to Learn by Self-Critique. NeurIPS2019.
[6] Park, E., et al. Meta-Curvature. NeurIPS2019.
[7] Flennerhag, S., et al. Meta-learning with Warped Gradient Descent. ICLR2020.
[8] Simon, C., et al. On Modulating the Gradient for Meta-Learning. ECCV2020.
[9] Baik, S., et al. Meta-Learning with Task-Adaptive Loss Function for Few-Shot Learning. ICCV2021.
[10] Baik, S., et al. Learning to Learn Task-Adaptive Hyperparameters for Few-Shot Learning. TPAMI2023.
[11] Kang, S., et al. Meta-Learning with a Geometry-Adaptive Preconditioner. CVPR2023.
[12] Rajeswaran, A., et al. Meta-Learning with Implicit Gradients. NeurIPS2019.
[13] Flennerhag, S., et al. Transferring Knowledge Across Learning Processes. ICLR2019.
[14] Flennerhag, S., et al. Bootstrapped meta-learning. ICLR2022.