paper-with-me

Papers

Fast Redescription Mining Using Locality-Sensitive Hashing

2024-06-06 · Maiju Karjalainen, Esther Galbrun, Pauli Miettinen

Redescription mining is a data analysis technique that has found applications in diverse fields. The most used redescription mining approaches involve two phases: finding matching pairs among data attributes and extending the pairs. This process is relatively efficient when the number of attributes remains limited and when the attributes are Boolean, but becomes almost intractable when the data consist of many numerical attributes. In this paper, we present new algorithms that perform the matching and extension orders of magnitude faster than the existing approaches. Our algorithms are based on locality-sensitive hashing with a tailored approach to handle the discretisation of numerical attributes as used in redescription mining.

📄 PDF Abstract BibTeX arXiv:2406.04148

Code (1)

maijuka/fier 공식 구현

Similar Papers 제목 키워드 기반

Hashing for Fast Pattern Set Selection

2025-07-11 · Maiju Karjalainen, Pauli Miettinen arxiv

Pattern set mining, which is the task of finding a good set of patterns instead of all patterns, is a fundamental problem in data mining. Many different definitions of what constitutes a good set have been proposed in re…

Fast Locality Sensitive Hashing with Theoretical Guarantee

2023-09-27 · Zongyuan Tan, Hongya Wang, Bo Xu, Minjie Luo 외

Locality-sensitive hashing (LSH) is an effective randomized technique widely used in many machine learning tasks. The cost of hashing is proportional to data dimensions, and thus often the performance bottleneck when dim…

Fast Locality Sensitive Hashing for Beam Search on GPU

2018-06-02 · Xing Shi, Shizhen Xu, Kevin Knight

We present a GPU-based Locality Sensitive Hashing (LSH) algorithm to speed up beam search for sequence models. We utilize the winner-take-all (WTA) hash, which is based on relative ranking order of hidden dimensions and …

GPUMachine TranslationTranslation

Fast Private Kernel Density Estimation via Locality Sensitive Quantization

2023-07-04 · Tal Wagner, Yonatan Naamad, Nina Mishra

We study efficient mechanisms for differentially private kernel density estimation (DP-KDE). Prior work for the Gaussian kernel described algorithms that run in time exponential in the number of dimensions $d$. This pape…

Density EstimationQuantization

SLOSH: Set LOcality Sensitive Hashing via Sliced-Wasserstein Embeddings

2021-12-11 · Yuzhe Lu, Xinran Liu, Andrea Soltoggio, Soheil Kolouri

Learning from set-structured data is an essential problem with many applications in machine learning and computer vision. This paper focuses on non-parametric and data-independent learning from set-structured data using …

Retrieval