google-research / meta-dataset

A dataset of datasets for learning to learn from few examples
Apache License 2.0
763 stars 139 forks source link

regarding metric learning based methods + MAML #9

Closed vainaixr closed 5 years ago

vainaixr commented 5 years ago

if prototypical networks when combined with maml give a higher accuracy, does this mean that other metric learning based methods, cosine similarity Vinyals et al. (2016), CNN-based relation module Sung et al. (2018), ridge regression Bertinetto et al. (2019), and graph neural network Garcia & Bruna (2018) will also give better performance when combined with maml?

lamblin commented 5 years ago

It is very possible that some of these methods might benefit from training (some of) their parameters using MAML. We did not try to adapt any of the methods you mention, but you're very welcome to try it out :)