SIFTpack: A Compact Representation for Efficient SIFT Matching
Abstract
Computing distances between large sets of SIFT descriptors is a basic step in numerous algorithms in computer vision. When the number of descriptors is large, as is often the case, computing these distances can be extremely time consuming. In this paper we propose the SIFTpack: a compact way of storing SIFT descriptors, which enables significantly faster calculations between sets of SIFTs than the current solutions. SIFTpack can be used to represent SIFTs densely extracted from a single image or sparsely from multiple different images. We show that the SIFTpack representation saves both storage space and run time, for both finding nearest neighbors and for computing all distances between all descriptors. The usefulness of SIFTpack is also demonstrated as an alternative implementation for K-means dictionaries of visual words.
Cite
Text
Gilinsky and Manor. "SIFTpack: A Compact Representation for Efficient SIFT Matching." International Conference on Computer Vision, 2013. doi:10.1109/ICCV.2013.101Markdown
[Gilinsky and Manor. "SIFTpack: A Compact Representation for Efficient SIFT Matching." International Conference on Computer Vision, 2013.](https://mlanthology.org/iccv/2013/gilinsky2013iccv-siftpack/) doi:10.1109/ICCV.2013.101BibTeX
@inproceedings{gilinsky2013iccv-siftpack,
title = {{SIFTpack: A Compact Representation for Efficient SIFT Matching}},
author = {Gilinsky, Alexandra and Manor, Lihi Zelnik},
booktitle = {International Conference on Computer Vision},
year = {2013},
doi = {10.1109/ICCV.2013.101},
url = {https://mlanthology.org/iccv/2013/gilinsky2013iccv-siftpack/}
}