Learning Local Image Descriptors with Deep Siamese and Triplet Convolutional Networks by Minimising Global Loss Functions
Vijay Kumar B G, Gustavo Carneiro, Ian Reid

TL;DR
This paper introduces a novel approach for learning local image descriptors using triplet networks combined with a global loss function, demonstrating improved accuracy and generalization over existing siamese network methods.
Contribution
It proposes the use of triplet networks with a global loss for local image descriptor learning, showing superior performance on the UBC benchmark dataset.
Findings
Triplet networks outperform siamese networks in descriptor accuracy.
Combining triplet and global losses yields the best embedding results.
Global loss improves model generalization and reduces overfitting.
Abstract
Recent innovations in training deep convolutional neural network (ConvNet) models have motivated the design of new methods to automatically learn local image descriptors. The latest deep ConvNets proposed for this task consist of a siamese network that is trained by penalising misclassification of pairs of local image patches. Current results from machine learning show that replacing this siamese by a triplet network can improve the classification accuracy in several problems, but this has yet to be demonstrated for local image descriptor learning. Moreover, current siamese and triplet networks have been trained with stochastic gradient descent that computes the gradient from individual pairs or triplets of local image patches, which can make them prone to overfitting. In this paper, we first propose the use of triplet networks for the problem of local image descriptor learning.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Remote-Sensing Image Classification · Domain Adaptation and Few-Shot Learning
MethodsSiamese Network
