paper-with-me

Papers

Hashing Algorithms for Large-Scale Learning

2011-12-01 · NeurIPS 2011 12 · Ping Li, Anshumali Shrivastava, Joshua L. Moore, Arnd C. König

Minwise hashing is a standard technique in the context of search for efficiently computing set similarities. The recent development of b-bit minwise hashing provides a substantial improvement by storing only the lowest b bits of each hashed value. In this paper, we demonstrate that b-bit minwise hashing can be naturally integrated with linear learning algorithms such as linear SVM and logistic regression, to solve large-scale and high-dimensional statistical learning tasks, especially when the data do not fit in memory. We compare $b$-bit minwise hashing with the Count-Min (CM) and Vowpal Wabbit (VW) algorithms, which have essentially the same variances as random projections. Our theoretical and empirical comparisons illustrate that b-bit minwise hashing is significantly more accurate (at the same storage cost) than VW (and random projections) for binary data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Unsupervised Deep Hashing for Large-scale Visual Search

2016-01-31 · Zhaoqiang Xia, Xiaoyi Feng, Jinye Peng, Abdenour Hadid

Learning based hashing plays a pivotal role in large-scale visual search. However, most existing hashing algorithms tend to learn shallow models that do not seek representative binary codes. In this paper, we propose a n…

Deep Hashing

Hashing on Nonlinear Manifolds

2014-12-02 · Fumin Shen, Chunhua Shen, Qinfeng Shi, Anton Van Den Hengel 외

Learning based hashing methods have attracted considerable attention due to their ability to greatly increase the scale at which existing algorithms may operate. Most of these methods are designed to generate binary code…

image-classificationImage ClassificationQuantizationRetrieval+1

Zero-Shot Hashing Based on Reconstruction With Part Alignment

2025-03-10 · Yan Jiang, Zhongmiao Qi, Jianhao Li, Jiangbo Qian 외

Hashing algorithms have been widely used in large-scale image retrieval tasks, especially for seen class data. Zero-shot hashing algorithms have been proposed to handle unseen class data. The key technique in these algor…

AttributeImage Retrieval

Hash Bit Selection: A Unified Solution for Selection Problems in Hashing

2013-06-01 · CVPR 2013 6 · Xianglong Liu, Junfeng He, Bo Lang, Shih-Fu Chang

Recent years have witnessed the active development of hashing techniques for nearest neighbor search over big datasets. However, to apply hashing techniques successfully, there are several important issues remaining open…

A Revisit on Deep Hashings for Large-scale Content Based Image Retrieval

2017-11-16 · Deng Cai, Xiuye Gu, Chaoqi Wang

There is a growing trend in studying deep hashing methods for content-based image retrieval (CBIR), where hash functions and binary codes are learnt using deep convolutional neural networks and then the binary codes can …

Content-Based Image RetrievalDeep HashingImage RetrievalRetrieval