Skip to content

Commit 5cdb256

Browse files
authored
Update README.md
1 parent cc2a172 commit 5cdb256

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions
2+
23
The code repository for "[Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions](https://arxiv.org/abs/1812.03664)" (Accepted by CVPR 2020) in PyTorch. If you use any content of this repo for your work, please cite the following bib entry:
34

45
@inproceedings{ye2020fewshot,
@@ -11,7 +12,7 @@ The code repository for "[Few-Shot Learning via Embedding Adaptation with Set-to
1112
year = {2020}
1213
}
1314

14-
## Few-Shot Embedding Adaptation with Set-to-Set Functions
15+
## Embedding Adaptation with Set-to-Set Functions
1516

1617
We propose a novel model-based approach to adapt the instance embeddings to the target classification task with a #set-to-set# function, yielding embeddings that are task-specific and are discriminative. We empirically investigated various instantiations of such set-to-set functions and observed the Transformer is most effective --- as it naturally satisfies key properties of our desired model. We denote our method as Few-shot Embedding Adaptation with Transformer (FEAT).
1718

0 commit comments

Comments
 (0)