mileyan / simple_shot

MIT License
129 stars 27 forks source link

The idea of SimpleShot is almost the same as that of ProtoNet #10

Open LoveMiki opened 3 years ago

LoveMiki commented 3 years ago

ProtoNet also uses the mean of each support class as its center and then implement Euclidean distance to train the network. The difference between SimpleShot and ProtoNet is that SimpleShot just added normalization and centering to the feature vectors before computing the Euclidean distance, is that correct?

danoneata commented 2 years ago

I believe the models are slightly different:

I assume that the different parametrisations might yield learn different values θ for the embedding function f.

(Caveat: I'm not an expert and I've just read the SimpleShot paper.)