paper-with-me

Papers

Descriptor Matching with Convolutional Neural Networks: a Comparison to SIFT

2014-05-22 · Philipp Fischer, Alexey Dosovitskiy, Thomas Brox

Latest results indicate that features learned via convolutional neural networks outperform previous descriptors on classification tasks by a large margin. It has been shown that these networks still work well when they are applied to datasets or recognition tasks different from those they were trained on. However, descriptors like SIFT are not only used in recognition but also for many correspondence problems that rely on descriptor matching. In this paper we compare features from various layers of convolutional neural nets to standard SIFT descriptors. We consider a network that was trained on ImageNet and another one that was trained without supervision. Surprisingly, convolutional neural networks clearly outperform SIFT on descriptor matching. This paper has been merged with arXiv:1406.6909

📄 PDF Abstract BibTeX arXiv:1405.5769

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Domain-Size Pooling in Local Descriptors: DSP-SIFT

2014-12-30 · CVPR 2015 6 · Jingming Dong, Stefano Soatto

We introduce a simple modification of local image descriptors, such as SIFT, based on pooling gradient orientations across different domain sizes, in addition to spatial locations. The resulting descriptor, which we call…

Local Convolutional Features With Unsupervised Training for Image Retrieval

2015-12-01 · ICCV 2015 12 · Mattis Paulin, Matthijs Douze, Zaid Harchaoui, Julien Mairal 외

Patch-level descriptors underlie several important computer vision tasks, such as stereo-matching or content-based image retrieval. We introduce a deep convolutional architecture that yields patch-level descriptors, a…

Content-Based Image RetrievalImage RetrievalRetrievalStereo Matching+1

A Theory of Local Matching: SIFT and Beyond

2016-01-19 · Hossein Mobahi, Stefano Soatto

Why has SIFT been so successful? Why its extension, DSP-SIFT, can further improve SIFT? Is there a theory that can explain both? How can such theory benefit real applications? Can it suggest new algorithms with reduced c…

Image Patch Matching Using Convolutional Descriptors with Euclidean Distance

2017-10-31 · Iaroslav Melekhov, Juho Kannala, Esa Rahtu

In this work we propose a neural network based image descriptor suitable for image patch matching, which is an important task in many computer vision applications. Our approach is influenced by recent success of deep con…

object-detectionObject DetectionPatch Matching

Automatic Thresholding of SIFT Descriptors

2018-11-07 · Matthew R. Kirchner

We introduce a method to perform automatic thresholding of SIFT descriptors that improves matching performance by at least 15.9% on the Oxford image matching benchmark. The method uses a contrario methodology to determin…