Wednesday, April 13, 2011

Semaine 3 mercredi

~ mercredi ~

Baseline 1:
Global color histogram

Difference between local and global color histograms explained, this paper uses local color histogram: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.23.4215&rep=rep1&type=pdf
Abstract:
“Global color histograms are well-known as a simple and often way to perform color-based image retrieval. However, it lacks spatial information about the image colors. The use of a grid of cells superimposed on the images and the use of local color histograms for each such cell improves retrieval in the sense that some notion of color location is taken into account. In such an approach however, retrieval becomes sensitive to image rotation and translation. In this thesis we present a new way to model image similarity, also using colors and a superimposing grid, via bipartite graphs. As a result, the technique is able to take advantage of color location but is not sensitive to rotation and translation. Experimental results have shown the approach to be very effective. If one uses global color histograms as a filter then our approach, named Harbin, becomes quite effcient as well (i.e., it imposes very little overhead over the use of global color histograms).” 

Baseline 2:
Earth Mover's Distance. Code (C): http://www.cs.duke.edu/~tomasi/software/emd.htm [6]

Fast EMD Code (C++, Matlab, Java): http://www.cs.huji.ac.il/~ofirpele/FastEMD/code/


[6] Y. Rubner, C. Tomasi, and L. J. Guibas. A Metric for Distributions with Applications to Image Databases. Proceedings of the 1998 IEEE International Conference on Computer Vision, Bombay, India, January 1998, pp. 59-66. http://www.cs.duke.edu/~tomasi/papers/rubner/rubnerIccv98.pdf

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home