paper-with-me

Papers

Learning Local Image Descriptors with Deep Siamese and Triplet Convolutional Networks by Minimising Global Loss Functions

2015-12-31 · CVPR 2016 6 · Vijay Kumar B G, Gustavo Carneiro, Ian Reid

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. Furthermore, we also propose the use of a global loss that minimises the overall classification error in the training set, which can improve the generalisation capability of the model. Using the UBC benchmark dataset for comparing local image descriptors, we show that the triplet network produces a more accurate embedding than the siamese network in terms of the UBC dataset errors. Moreover, we also demonstrate that a combination of the triplet and global losses produces the best embedding in the field, using this triplet network. Finally, we also show that the use of the central-surround siamese network trained with the global loss produces the best result of the field on the UBC dataset. Pre-trained models are available online at https://github.com/vijaykbg/deep-patchmatch

📄 PDF Abstract BibTeX arXiv:1512.09272

Code (2)

vijaykbg/deep-patchmatch 공식 구현
sk1712/gcn_metric_learning tf

Tasks

General ClassificationTriplet

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Learning local feature descriptors with triplets and shallow convolutional neural networks

2016-09-01 · British Machine Vision Conference 2016 9 · V. Balntas, E. Riba, D. Ponsa, and K. Mikolajczyk.

It has recently been demonstrated that local feature descriptors based on convolutional neural networks (CNN) can significantly improve the matching performance. Previous work on learning such descriptors has focused o…

Triplet

Fracking Deep Convolutional Image Descriptors

2014-12-19 · Edgar Simo-Serra, Eduard Trulls, Luis Ferraz, Iasonas Kokkinos 외

In this paper we propose a novel framework for learning local image descriptors in a discriminative manner. For this purpose we explore a siamese architecture of Deep Convolutional Neural Networks (CNN), with a Hinge emb…

Learning 3D Keypoint Descriptors for Non-Rigid Shape Matching

2018-09-01 · ECCV 2018 9 · Hanyu Wang, Jianwei Guo, Dong-Ming Yan, Weize Quan 외

In this paper, we present a novel deep learning framework that derives discriminative local descriptors for 3D surface shapes. In contrast to previous convolutional neural networks (CNNs) that rely on rendering multi-vie…

Metric LearningTriplet

Learning Deep Descriptors With Scale-Aware Triplet Networks

2018-06-01 · CVPR 2018 6 · Michel Keller, Zetao Chen, Fabiola Maffra, Patrik Schmuck 외

Research on learning suitable feature descriptors for Computer Vision has recently shifted to deep learning where the biggest challenge lies with the formulation of appropriate loss functions, especially since the descri…

Triplet

PN-Net: Conjoined Triple Deep Network for Learning Local Image Descriptors

2016-01-19 · Vassileios Balntas, Edward Johns, Lilian Tang, Krystian Mikolajczyk

In this paper we propose a new approach for learning local descriptors for matching image patches. It has recently been demonstrated that descriptors based on convolutional neural networks (CNN) can significantly improve…

GPU