paper-with-me

Papers

Image Data Compression for Covariance and Histogram Descriptors

2014-12-04 · Matt J. Kusner, Nicholas I. Kolkin, Stephen Tyree, Kilian Q. Weinberger

Covariance and histogram image descriptors provide an effective way to capture information about images. Both excel when used in combination with special purpose distance metrics. For covariance descriptors these metrics measure the distance along the non-Euclidean Riemannian manifold of symmetric positive definite matrices. For histogram descriptors the Earth Mover's distance measures the optimal transport between two histograms. Although more precise, these distance metrics are very expensive to compute, making them impractical in many applications, even for data sets of only a few thousand examples. In this paper we present two methods to compress the size of covariance and histogram datasets with only marginal increases in test error for k-nearest neighbor classification. Specifically, we show that we can reduce data sets to 16% and in some cases as little as 2% of their original size, while approximately matching the test error of kNN classification on the full training set. In fact, because the compressed set is learned in a supervised fashion, it sometimes even outperforms the full data set, while requiring only a fraction of the space and drastically reducing test-time computation.

📄 PDF Abstract BibTeX arXiv:1412.1740

Code (0)

등록된 구현이 없습니다.

Tasks

Data CompressionGeneral Classification

Similar Papers 제목 키워드 기반

Dirichlet-based Histogram Feature Transform for Image Classification

2014-06-01 · CVPR 2014 6 · Takumi Kobayashi

Histogram-based features have significantly contributed to recent development of image classifications, such as by SIFT local descriptors. In this paper, we propose a method to efficiently transform those histogram featu…

ClassificationGeneral Classificationimage-classificationImage Classification

Histogram Layers for Neural Engineered Features

2024-03-25 · Joshua Peeples, Salim Al Kharsa, Luke Saleh, Alina Zare

In the computer vision literature, many effective histogram-based features have been developed. These engineered features include local binary patterns and edge histogram descriptors among others and they have been shown…

image-classificationImage Classification

Image segmentation with superpixel-based covariance descriptors in low-rank representation

2016-05-18 · Xianbin Gu, Jeremiah D. Deng, Martin K. Purvis

This paper investigates the problem of image segmentation using superpixels. We propose two approaches to enhance the discriminative ability of the superpixel's covariance descriptors. In the first one, we employ the Log…

Image SegmentationSegmentationSemantic SegmentationSuperpixels

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

Covariance Descriptors Meet General Vision Encoders: Riemannian Deep Learning for Medical Image Classification

2025-11-06 · Josef Mayr, Anna Reithmeir, Maxime Di Folco, Julia A. Schnabel arxiv

Covariance descriptors capture second-order statistics of image features. They have shown strong performance in general computer vision tasks, but remain underexplored in medical imaging. We investigate their effectivene…

Medical Image Classification