A Fast Algorithm for Image Euclidean Distance

Bing Sun,JuFu Feng
DOI: https://doi.org/10.1109/CCPR.2008.32
2008-01-01
Abstract:Determining, or selecting a distance measure over the input feature space is a fundamental problem in pattern recognition. A notable metric, called the image euclidean distance (IMED) was proposed by Wang et al. [5], which is demonstrated consistent performance improvements in many real-world problems. In this paper, we present a fast implementation of IMED, which is referred as the convolution standardizing transform (CST). It can reduce the space complexity from O(n1 2n2 2 ) to O(1) , and the time complexity from O(n1 2n2 2 ) to O(n1n2), for n1 X n2 images. Both theoretical analysis and experimental results show the efficiency of our algorithm.
What problem does this paper attempt to address?