Learning Self-train for semi-supervised few shot classification
NeurIPS 19 11/3/2020
Last updated
Was this helpful?
NeurIPS 19 11/3/2020
Last updated
Was this helpful?
Motivation
This paper is not hard to understand, the slide: () has been very clear.
Notations:
: feature extractor of base learner, one of meta-parameters
: final layer classifier of base learner
: initialization parameters of , one of meta-parameters
: weights of soft-weighting network, one of meta-parameters
Inner loop:
Pseudo-labeling
Cherry-picking: (hard selection, soft weighting)
Self-training: re-training (S+R), fine-tuning (S)
Outer loop:
update after re-training using the validation loss on query set based on
update after fine-tuning using the validation loss on query set based on
Reference