diff --git a/README.md b/README.md index 6b2b09e..7b70339 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,18 @@ Pytorch code for Unsupervised Embedding Learning via Invariant and Spreading Ins ## Highlight -- We formulate unsupervised embedding learning with data augmentation invariant and instance spread-out feature. -- We propose to optimize the embedding directly on the real-time instance features with softmax function. -- Achieves much faster learning speed and better accuracy. -- The learned embedding performs well on both seen and unseen testing categories. +The goal of this work is to learn a feature extraction DNN, such that features of the same instance under different data augmentations should be invariant, while features of different image instances should be separated. + + + +We propose to optimize the embedding directly on the real-time instance features with softmax function. + + + +The proposed feature achieves much faster learning speed and better accuracy. + + +The learned embedding performs well on both seen and unseen testing categories. ## Usage diff --git a/fig/Motivation.png b/fig/Motivation.png new file mode 100644 index 0000000..c682019 Binary files /dev/null and b/fig/Motivation.png differ diff --git a/fig/Performance.png b/fig/Performance.png new file mode 100644 index 0000000..339579d Binary files /dev/null and b/fig/Performance.png differ diff --git a/fig/Pipeline.png b/fig/Pipeline.png new file mode 100644 index 0000000..45eaa42 Binary files /dev/null and b/fig/Pipeline.png differ