[关闭]
@xxh 2015-06-21T16:23:08.000000Z 字数 1529 阅读 229

[image retrivial][searching]inverted file and min-hash

searching
未分类


http://www.cs.utexas.edu/~grauman/courses/fall2009/slides/lecture16_bow.pdf
good intro for descriptors and searching in image retrieval

Video Google: A Text Retrieval Approach to Object Matching in Videos (mension inverted file systems and document
rankings are used) c3996
http://www.robots.ox.ac.uk/~vgg/publications/papers/sivic03.pdf

Scalable Recognition with a Vocabulary Tree - EECS ...C2590
http://www-inst.eecs.berkeley.edu/~cs294-6/fa06/papers/nister_stewenius_cvpr2006.pdf

inverted file indexing


Min Hash

lecture notes from utah
http://www.cs.utah.edu/~jeffp/teaching/cs5955/L5-Minhash.pdf
Jaccard similarity -> Matrix Representation -> Hash Clustering; Min Hashing

http://www.cs.cmu.edu/~guyb/realworld/slidesS13/minhash.pdf

-- S1 S2 S3...
W1 1 0 0
W2 1 0 1
...

- Min Hash
- application: for high dimension data which is sparse (eg, BOW Weighted by TF-IDF[to remove 'stop word' like 'the']); LSH can be based on MinHash
- π FUNCTION: Minhash(π) of a set is the number of the row(element) with first non-zero in the permuted order π.
- avoid large permutation -> random hash function
- LSH Based on MinHash:http://www.cs.cmu.edu/~guyb/realworld/slidesS13/minhash.pdf

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注