SimHash

From HandWiki
Short description: Technique for quickly estimating similariy of sets

In computer science, SimHash is a technique for quickly estimating how similar two sets are. The algorithm is used by the Google Crawler to find near duplicate pages. It was created by Moses Charikar. In 2021 Google announced its intent to also use the algorithm in their newly created FLoC (Federated Learning of Cohorts) system.[1]

Evaluation and benchmarks

A large scale evaluation has been conducted by Google in 2006[2] to compare the performance of Minhash and Simhash[3] algorithms. In 2007 Google reported using Simhash for duplicate detection for web crawling[4] and using Minhash and LSH for Google News personalization.[5]

See also

References

  1. Cyphers, Bennett (2021-03-03). "Google's FLoC Is a Terrible Idea". https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea. 
  2. Henzinger, Monika (2006), "Finding near-duplicate web pages: a large-scale evaluation of algorithms", Proceedings of the 29th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pp. 284, doi:10.1145/1148170.1148222, ISBN 978-1595933690, http://infoscience.epfl.ch/record/99373 .
  3. Charikar, Moses S. (2002), "Similarity estimation techniques from rounding algorithms", Proceedings of the 34th Annual ACM Symposium on Theory of Computing, pp. 380, doi:10.1145/509907.509965, ISBN 978-1581134957 .
  4. Gurmeet Singh, Manku; Jain, Arvind; Das Sarma, Anish (2007), "Detecting near-duplicates for web crawling", Proceedings of the 16th International Conference on World Wide Web, pp. 141, doi:10.1145/1242572.1242592, ISBN 9781595936547, http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/33026.pdf .
  5. Das, Abhinandan S. et al. (2007), "Google news personalization: scalable online collaborative filtering", Proceedings of the 16th International Conference on World Wide Web, pp. 271, doi:10.1145/1242572.1242610, ISBN 9781595936547 .

External links