Embedding Earth Mover's Distance in L1 metric space for LSH indexing
Background
" The low-distortion embedding of EMD given in [1] pro-
vides a way to map weighted point sets A and B from the
metric space into the normed space L1 , such that the L1
distance between the resulting embedded vectors is compa-
rable to the EMD distance between A and B themselves.
Working in a normed space is desirable since it allows the
use of fast approximate NN search techniques such as LSH.
The general idea of the embedding is to compute and con-
catenate several weighted histograms of decreasing resolu-
tion for a given point set. " from [2]