Skip to content

Commit

Permalink
add a few figures to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu Zhang committed Apr 16, 2019
1 parent b8af4ee commit 6fccdf6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Expand Up @@ -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.

<img src="./fig/Motivation.png" width="300">

We propose to optimize the embedding directly on the real-time instance features with softmax function.

<img src="./fig/Pipeline.png" width="600">

The proposed feature achieves much faster learning speed and better accuracy.
<img src="./fig/Performance.png" width="300">

The learned embedding performs well on both seen and unseen testing categories.

## Usage

Expand Down
Binary file added fig/Motivation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/Performance.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig/Pipeline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fccdf6

Please sign in to comment.