paper-with-me

Papers

Practical Hash Functions for Similarity Estimation and Dimensionality Reduction

2017-11-23 · NeurIPS 2017 12 · Søren Dahlgaard, Mathias Bæk Tejs Knudsen, Mikkel Thorup

Hashing is a basic tool for dimensionality reduction employed in several aspects of machine learning. However, the perfomance analysis is often carried out under the abstract assumption that a truly random unit cost hash function is used, without concern for which concrete hash function is employed. The concrete hash function may work fine on sufficiently random input. The question is if it can be trusted in the real world when faced with more structured input. In this paper we focus on two prominent applications of hashing, namely similarity estimation with the one permutation hashing (OPH) scheme of Li et al. [NIPS'12] and feature hashing (FH) of Weinberger et al. [ICML'09], both of which have found numerous applications, i.e. in approximate near-neighbour search with LSH and large-scale classification with SVM. We consider mixed tabulation hashing of Dahlgaard et al.[FOCS'15] which was proved to perform like a truly random hash function in many applications, including OPH. Here we first show improved concentration bounds for FH with truly random hashing and then argue that mixed tabulation performs similar for sparse input. Our main contribution, however, is an experimental comparison of different hashing schemes when used inside FH, OPH, and LSH. We find that mixed tabulation hashing is almost as fast as the multiply-mod-prime scheme ax+b mod p. Mutiply-mod-prime is guaranteed to work well on sufficiently random data, but we demonstrate that in the above applications, it can lead to bias and poor concentration on both real-world and synthetic data. We also compare with the popular MurmurHash3, which has no proven guarantees. Mixed tabulation and MurmurHash3 both perform similar to truly random hashing in our experiments. However, mixed tabulation is 40% faster than MurmurHash3, and it has the proven guarantee of good performance on all possible input.

📄 PDF Abstract BibTeX arXiv:1711.08797

Code (1)

zera/Nips_MT 공식 구현

Tasks

Dimensionality Reduction

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Robust Hashing for Multi-View Data: Jointly Learning Low-Rank Kernelized Similarity Consensus and Hash Functions

2016-11-17 · Lin Wu, Yang Wang

Learning hash functions/codes for similarity search over multi-view data is attracting increasing attention, where similar hash codes are assigned to the data objects characterizing consistently neighborhood relationship…

graph construction

Feature Hashing for Large Scale Multitask Learning

2009-02-12 · Kilian Weinberger, Anirban Dasgupta, Josh Attenberg, John Langford 외

Empirical evidence suggests that hashing is an effective strategy for dimensionality reduction and practical nonparametric estimation. In this paper we provide exponential tail bounds for feature hashing and show that th…

Dimensionality Reduction

Online Hashing with Similarity Learning

2021-07-04 · Zhenyu Weng, Yuesheng Zhu

Online hashing methods usually learn the hash functions online, aiming to efficiently adapt to the data variations in the streaming environment. However, when the hash functions are updated, the binary codes for the whol…

Image RetrievalMetric LearningMulti-Label Image RetrievalRetrieval

Fuzzy Hashing as Perturbation-Consistent Adversarial Kernel Embedding

2018-12-17 · Ari Azarafrooz, John Brock

Measuring the similarity of two files is an important task in malware analysis, with fuzzy hash functions being a popular approach. Traditional fuzzy hash functions are data agnostic: they do not learn from a particular …

Malware Analysis

Neural Locality Sensitive Hashing for Entity Blocking

2024-01-31 · Runhui Wang, Luyang Kong, Yefan Tao, Andrew Borthwick 외

Locality-sensitive hashing (LSH) is a fundamental algorithmic technique widely employed in large-scale data processing applications, such as nearest-neighbor search, entity resolution, and clustering. However, its applic…

BlockingEntity Resolution