Skip to content

kunhe/FastAP-metric-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAP: Deep Metric Learning to Rank

This repository contains implementation of the following paper:

Deep Metric Learning to Rank
Fatih Cakir*, Kun He*, Xide Xia, Brian Kulis, and Stan Sclaroff (*equal contribution)
IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019

Other Implementations

FastAPLoss from pytorch-metric-learning

Usage

  • Matlab: see matlab/README.md
  • PyTorch: see pytorch/README.md

Datasets

  • Stanford Online Products
    • Can be downloaded here
  • In-Shop Clothes Retrieval
    • Can be downloaded here
  • PKU VehicleID
    • Please request the dataset from the authors here

Reproducibility

  • We provide trained MatConvNet models and experimental logs for the results in the paper. These models were used to achieve the results in the tables.
  • The logs also include parameters settings that enable one to re-train a model if desired. It also includes evaluation results with model checkpoints at certain epochs.
  • PyTorch code is a direct port from our MATLAB implementation. We haven't tried reproducing the paper results with our PyTorch code. For reproducibility use the MATLAB version.
  • Note that the mini-batch sampling strategy must also be used alongside the FastAP loss for good results.

Contact

For questions and comments, feel free to contact: kunhe@fb.com or fcakirs@gmail.com

License

MIT