Lazo: A Cardinality-Based Method for Coupled Estimation of Jaccard Similarity and Containment

被引:30
作者
Fernandez, Raul Castro [1 ]
Min, Jisoo [1 ]
Nava, Demitri [1 ]
Madden, Samuel [1 ]
机构
[1] MIT, CSAIL, Cambridge, MA 02139 USA
来源
2019 IEEE 35TH INTERNATIONAL CONFERENCE ON DATA ENGINEERING (ICDE 2019) | 2019年
关键词
D O I
10.1109/ICDE.2019.00109
中图分类号
TP [自动化技术、计算机技术];
学科分类号
0812 ;
摘要
Data analysts often need to find datasets that are similar (i.e., have high overlap) or that are subsets of one another (i.e., one contains the other). Exactly computing such relationships is expensive because it entails an all-pairs comparison between all values in all datasets, an O(n(2)) operation. Fortunately, it is possible to obtain approximate solutions much faster, using locality sensitive hashing (LSH). Unfortunately, LSH does not lend itself naturally to compute containment, and only returns results with a similarity beyond a pre-defined threshold; we want to know the specific similarity and containment score. The main contribution of this paper is LAZO, a method to simultaneously estimate both the similarity and containment of datasets, based on a redefinition of Jaccard similarity which takes into account the cardinality of each set. In addition, we show how to use the method to improve the quality of the original JS and JC estimates. Last, we implement LAZO as a new indexing structure that has these additional properties: i) it returns numerical scores to indicate the degree of similarity and containment between each candidate and the query instead of only returning the candidate set; ii) it permits to query for a specific threshold on-the-fly, as opposed to LSH indexes that need to be configured with a pre-defined threshold a priori; iii) it works in a data-oblivious way, so it can be incrementally maintained. We evaluate LAZO on real-world datasets and show its ability to estimate containment and similarity better and faster than existing methods.
引用
收藏
页码:1190 / 1201
页数:12
相关论文
共 21 条
  • [1] Ahle T. D., 2016, PODS
  • [2] [Anonymous], 2002, STOC
  • [3] [Anonymous], ICML
  • [4] [Anonymous], 2012, NIPS
  • [5] [Anonymous], 2015, Practical and optimal lsh for angular distance
  • [6] [Anonymous], 2015, ICML
  • [7] [Anonymous], ICML
  • [8] Bayardo R., 2007, WWW
  • [9] Deng D., 2018, SIGMOD
  • [10] Fernandez R. C., 2018, AURUM DATA DISCOVERY