快速相似度草图
数据结构与算法
2024-05-07 v4
摘要
我们考虑问题:给定全集,我们需要一个随机函数映射子集到大小为的向量中,从而使得集合和之间的Jaccard相似度得以保持。更精确地,定义和。我们希望,并且希望在附近强集中(即Chernoff型界)。这是一个基础问题,已通过经典的MinHash算法在数据挖掘、大规模分类、计算机视觉、相似度搜索等领域找到了大量应用。向量也称为。强集中性至关重要,因为经常我们需要对多个集合进行草图绘制,以便后续针对查询集能够找到(其中一个)最相似的。此时关键的是,由于草图中的误差,没有任何看起来与相似得多。开创性的算法使用个随机哈希函数,并将存储为的草图。然而,MinHash的主要缺点是其的运行时间,并且寻找具有类似性质和更快运行时间的草图已成为若干论文的主题。(continued...)
引用
@article{arxiv.1704.04370,
title = {Fast Similarity Sketching},
author = {Søren Dahlgaard and Mathias Bæk Tejs Langhede and Jakob Bæk Tejs Houen and Mikkel Thorup},
journal= {arXiv preprint arXiv:1704.04370},
year = {2024}
}
备注
The original version was directly based on a conference paper of the same title from FOCS'17. This new version is substantially revised with some cleaner and stronger theorems, particularly concerning the high probability domain. Moreover, there is one more author, Jakob Houen. In addition, one of the old authors, Mathias, has changed surname from Knudsen to Langhede