paper-with-me

Papers

Fracking Deep Convolutional Image Descriptors

2014-12-19 · Edgar Simo-Serra, Eduard Trulls, Luis Ferraz, Iasonas Kokkinos, Francesc Moreno-Noguer

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 embedding loss on the L2 distance between descriptors. Since a siamese architecture uses pairs rather than single image patches to train, there exist a large number of positive samples and an exponential number of negative samples. We propose to explore this space with a stochastic sampling of the training set, in combination with an aggressive mining strategy over both the positive and negative samples which we denote as "fracking". We perform a thorough evaluation of the architecture hyper-parameters, and demonstrate large performance gains compared to both standard CNN learning strategies, hand-crafted image descriptors like SIFT, and the state-of-the-art on learned descriptors: up to 2.5x vs SIFT and 1.5x vs the state-of-the-art in terms of the area under the curve (AUC) of the Precision-Recall curve.

📄 PDF Abstract BibTeX arXiv:1412.6537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fracking Sarcasm using Neural Network

2016-06-01 · WS 2016 6 · Aniruddha Ghosh, Tony Veale
Sarcasm Detection

A Comparison of Deep Learning Object Detection Models for Satellite Imagery

2020-09-10 · Austen Groener, Gary Chern, Mark Pritt

In this work, we compare the detection accuracy and speed of several state-of-the-art models for the task of detecting oil and gas fracking wells and small cars in commercial electro-optical satellite imagery. Several mo…

Deep Learningobject-detectionObject Detection

Globally-scalable Automated Target Recognition (GATR)

2020-09-10 · Gary Chern, Austen Groener, Michael Harner, Tyler Kuhns 외

GATR (Globally-scalable Automated Target Recognition) is a Lockheed Martin software system for real-time object detection and classification in satellite imagery on a worldwide basis. GATR uses GPU-accelerated deep learn…

GPUobject-detectionObject DetectionReal-Time Object Detection

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

Convolutional Neural Networks learn compact local image descriptors

2013-04-30 · Christian Osendorfer, Justin Bayer, Patrick van der Smagt

A standard deep convolutional neural network paired with a suitable loss function learns compact local image descriptors that perform comparably to state-of-the art approaches.