paper-with-me

Papers

Understanding and Improving Kernel Local Descriptors

2018-11-27 · Arun Mukundan, Giorgos Tolias, Andrei Bursuc, Hervé Jégou, Ondřej Chum

We propose a multiple-kernel local-patch descriptor based on efficient match kernels from pixel gradients. It combines two parametrizations of gradient position and direction, each parametrization provides robustness to a different type of patch mis-registration: polar parametrization for noise in the patch dominant orientation detection, Cartesian for imprecise location of the feature point. Combined with whitening of the descriptor space, that is learned with or without supervision, the performance is significantly improved. We analyze the effect of the whitening on patch similarity and demonstrate its semantic meaning. Our unsupervised variant is the best performing descriptor constructed without the need of labeled data. Despite the simplicity of the proposed descriptor, it competes well with deep learning approaches on a number of different tasks.

📄 PDF Abstract BibTeX arXiv:1811.11147

Code (3)

kornia/kornia/blob/master/kornia/feature/mkd.py pytorch
manyids2/mkd_local_descriptor pytorch
manyids2/mkd_pytorch pytorch

Tasks

Position

Similar Papers 제목 키워드 기반

Learning and aggregating deep local descriptors for instance-level recognition

2020-07-26 · ECCV 2020 8 · Giorgos Tolias, Tomas Jenicek, Ondřej Chum

We propose an efficient method to learn deep local descriptors for instance-level recognition. The training only requires examples of positive and negative image pairs and is performed as metric learning of sum-pooled gl…

Image RetrievalMetric Learning

DeepKSPD: Learning Kernel-matrix-based SPD Representation for Fine-grained Image Recognition

2017-11-11 · ECCV 2018 9 · Melih Engin, Lei Wang, Luping Zhou, Xinwang Liu

Being symmetric positive-definite (SPD), covariance matrix has traditionally been used to represent a set of local descriptors in visual recognition. Recent study shows that kernel matrix can give considerably better rep…

Fine-Grained Image Recognition

Can Boosting with SVM as Week Learners Help?

2016-04-18 · Dinesh Govindaraj

Object recognition in images involves identifying objects with partial occlusions, viewpoint changes, varying illumination, cluttered backgrounds. Recent work in object recognition uses machine learning techniques SVM-KN…

ObjectObject CategorizationObject Recognition

Supervised Kernel Descriptors for Visual Recognition

2013-06-01 · CVPR 2013 6 · Peng Wang, Jingdong Wang, Gang Zeng, Weiwei Xu 외

In visual recognition tasks, the design of low level image feature representation is fundamental. The advent of local patch features from pixel attributes such as SIFT and LBP, has precipitated dramatic progresses. Recen…

General Classificationimage-classificationImage Classification

Kernel Descriptors for Visual Recognition

2010-12-01 · NeurIPS 2010 12 · Liefeng Bo, Xiaofeng Ren, Dieter Fox

The design of low-level image features is critical for computer vision algorithms. Orientation histograms, such as those in SIFT~\cite{Lowe2004Distinctive} and HOG~\cite{Dalal2005Histograms}, are the most successful and …

Attributeimage-classificationImage ClassificationScene Recognition