paper-with-me

Papers

Learning Image Descriptors with the Boosting-Trick

2012-12-01 · NeurIPS 2012 12 · Tomasz Trzcinski, Mario Christoudias, Vincent Lepetit, Pascal Fua

In this paper we apply boosting to learn complex non-linear local visual feature representations, drawing inspiration from its successful application to visual object detection. The main goal of local feature descriptors is to distinctively represent a salient image region while remaining invariant to viewpoint and illumination changes. This representation can be improved using machine learning, however, past approaches have been mostly limited to learning linear feature mappings in either the original input or a kernelized input feature space. While kernelized methods have proven somewhat effective for learning non-linear local feature descriptors, they rely heavily on the choice of an appropriate kernel function whose selection is often difficult and non-intuitive. We propose to use the boosting-trick to obtain a non-linear mapping of the input to a high-dimensional feature space. The non-linear feature mapping obtained with the boosting-trick is highly intuitive. We employ gradient-based weak learners resulting in a learned descriptor that closely resembles the well-known SIFT. As demonstrated in our experiments, the resulting descriptor can be learned directly from intensity patches achieving state-of-the-art performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

FeatureBooster: Boosting Feature Descriptors with a Lightweight Neural Network

2022-11-28 · CVPR 2023 1 · Xinjiang Wang, Zeyu Liu, Yu Hu, Wei Xi 외

We introduce a lightweight network to improve descriptors of keypoints within the same image. The network takes the original descriptors and the geometric properties of keypoints as the input, and uses an MLP-based self-…

GPUVisual Localization

General Image Descriptors for Open World Image Retrieval using ViT CLIP

2022-10-20 · Marcos V. Conde, Ivan Aerlic, Simon Jégou

The Google Universal Image Embedding (GUIE) Challenge is one of the first competitions in multi-domain image representations in the wild, covering a wide distribution of objects: landmarks, artwork, food, etc. This is a …

Image RetrievalRetrievalZero-Shot Image ClassificationZero-shot Image Retrieval+1

Boosting Binary Keypoint Descriptors

2013-06-01 · CVPR 2013 6 · Tomasz Trzcinski, Mario Christoudias, Pascal Fua, Vincent Lepetit

Binary keypoint descriptors provide an efficient alternative to their floating-point competitors as they enable faster processing while requiring less memory. In this paper, we propose a novel framework to learn an extre…

LLMs as Visual Explainers: Advancing Image Classification with Evolving Visual Descriptions

2023-11-20 · Songhao Han, Le Zhuo, Yue Liao, Si Liu

Vision-language models (VLMs) offer a promising paradigm for image classification by comparing the similarity between images and class embeddings. A critical challenge lies in crafting precise textual representations for…

AttributeClassificationimage-classificationImage Classification

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