paper-with-me

Papers

Learning-Based Dimensionality Reduction for Computing Compact and Effective Local Feature Descriptors

2022-09-27 · Hao Dong, Xieyuanli Chen, Mihai Dusmanu, Viktor Larsson, Marc Pollefeys, Cyrill Stachniss

A distinctive representation of image patches in form of features is a key component of many computer vision and robotics tasks, such as image matching, image retrieval, and visual localization. State-of-the-art descriptors, from hand-crafted descriptors such as SIFT to learned ones such as HardNet, are usually high dimensional; 128 dimensions or even more. The higher the dimensionality, the larger the memory consumption and computational time for approaches using such descriptors. In this paper, we investigate multi-layer perceptrons (MLPs) to extract low-dimensional but high-quality descriptors. We thoroughly analyze our method in unsupervised, self-supervised, and supervised settings, and evaluate the dimensionality reduction results on four representative descriptors. We consider different applications, including visual localization, patch verification, image matching and retrieval. The experiments show that our lightweight MLPs achieve better dimensionality reduction than PCA. The lower-dimensional descriptors generated by our approach outperform the original higher-dimensional descriptors in downstream tasks, especially for the hand-crafted ones. The code will be available at https://github.com/PRBonn/descriptor-dr.

📄 PDF Abstract BibTeX arXiv:2209.13586

Code (1)

prbonn/descriptor-dr 공식 구현 pytorch

Tasks

Dimensionality ReductionImage RetrievalRetrievalVisual Localization

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Dimensionality Reduction Ensembles

2017-10-11 · Colleen M. Farrelly

Ensemble learning has had many successes in supervised learning, but it has been rare in unsupervised learning and dimensionality reduction. This study explores dimensionality reduction ensembles, using principal compone…

Dimensionality ReductionDistributed ComputingEnsemble Learning

A Geometric take on Metric Learning

2012-12-01 · NeurIPS 2012 12 · Søren Hauberg, Oren Freifeld, Michael J. Black

Multi-metric learning techniques learn local metric tensors in different parts of a feature space. With such an approach, even simple classifiers can be competitive with the state-of-the-art because the distance measure …

Dimensionality ReductionMetric Learningregression

Large-Scale Evaluation of Topic Models and Dimensionality Reduction Methods for 2D Text Spatialization

2023-07-17 · Daniel Atzberger, Tim Cech, Willy Scheibel, Matthias Trapp 외

Topic models are a class of unsupervised learning algorithms for detecting the semantic structure within a text corpus. Together with a subsequent dimensionality reduction algorithm, topic models can be used for deriving…

Dimensionality ReductionSemantic SimilaritySemantic Textual SimilarityTopic Models

ShapDBM: Exploring Decision Boundary Maps in Shapley Space

2026-03-23 · Luke Watkin, Daniel Archambault, Alex Telea arxiv

Decision Boundary Maps (DBMs) are an effective tool for visualising machine learning classification boundaries. Yet, DBM quality strongly depends on the dimensionality reduction (DR) technique and high dimensional space …

Dimensionality Reduction

Feature Dimensionality Reduction for Video Affect Classification: A Comparative Study

2018-08-08 · Chenfeng Guo, Dongrui Wu

Affective computing has become a very important research area in human-machine interaction. However, affects are subjective, subtle, and uncertain. So, it is very difficult to obtain a large number of labeled training sa…

ClassificationDimensionality ReductionGeneral Classification