English

Working hard to know your neighbor's margins: Local descriptor learning loss

Computer Vision and Pattern Recognition 2018-01-15 v4

Abstract

We introduce a novel loss for learning local feature descriptors which is inspired by the Lowe's matching criterion for SIFT. We show that the proposed loss that maximizes the distance between the closest positive and closest negative patch in the batch is better than complex regularization methods; it works well for both shallow and deep convolution network architectures. Applying the novel loss to the L2Net CNN architecture results in a compact descriptor -- it has the same dimensionality as SIFT (128) that shows state-of-art performance in wide baseline stereo, patch verification and instance retrieval benchmarks. It is fast, computing a descriptor takes about 1 millisecond on a low-end GPU.

Keywords

Cite

@article{arxiv.1705.10872,
  title  = {Working hard to know your neighbor's margins: Local descriptor learning loss},
  author = {Anastasiya Mishchuk and Dmytro Mishkin and Filip Radenovic and Jiri Matas},
  journal= {arXiv preprint arXiv:1705.10872},
  year   = {2018}
}

Comments

Post-NIPS-2017 update. Better hyperparameters and better results on HPatches + Brown dataset, + couple of references