Code Monkey home page Code Monkey logo

triplet-network's Introduction

Triplet Network

This project is a coarse replication of the paper Deep Metric Learning Using Triplet Network (Hoffer et al.).

Usage

Run the main_triplet.py file to train the model. Loss, accuracy, and encoded graphs are auto-generated using matplotlib under root. By default, the dataset (CIFAR10 Images) will be encoded into 128D vectors by the trained model.
Run the main_classifier.py file to train another independent, one-layer neural network, with inputs being the encoded images (128D vectors) and outputs being a softmax classifying vector (10D vector).
To customize loss function or model architecture, use the lib folder and modify the classes. To apply the sampling method in the paper Sampling Matters in Deep Embedding Learning (Wu et al.), run the triplet_sampling.py file.

Results

Using the following hyperparameters:

learning_rate=0.01, loss_margin=1, batch_size=100, num_train_instance=50000, num_test_instance=10000

The model achieves KNN-accuracy of 65% on testing dataset after around 50 epochs.

The encoded images shows clusters after applying PCA for dimension reduction.

Notes

This program uses a different architecture than the one mentioned in the paper. Additionally, data augmentation techniques are different from the one used in the original paper.

triplet-network's People

Contributors

jichao-yang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.