paper-with-me

Papers

2-Bit Random Projections, NonLinear Estimators, and Approximate Near Neighbor Search

2016-02-21 · Ping Li, Michael Mitzenmacher, Anshumali Shrivastava

The method of random projections has become a standard tool for machine learning, data mining, and search with massive data at Web scale. The effective use of random projections requires efficient coding schemes for quantizing (real-valued) projected data into integers. In this paper, we focus on a simple 2-bit coding scheme. In particular, we develop accurate nonlinear estimators of data similarity based on the 2-bit strategy. This work will have important practical applications. For example, in the task of near neighbor search, a crucial step (often called re-ranking) is to compute or estimate data similarities once a set of candidate data points have been identified by hash table techniques. This re-ranking step can take advantage of the proposed coding scheme and estimator. As a related task, in this paper, we also study a simple uniform quantization scheme for the purpose of building hash tables with projected data. Our analysis shows that typically only a small number of bits are needed. For example, when the target similarity level is high, 2 or 3 bits might be sufficient. When the target similarity level is not so high, it is preferable to use only 1 or 2 bits. Therefore, a 2-bit scheme appears to be overall a good choice for the task of sublinear time approximate near neighbor search via hash tables. Combining these results, we conclude that 2-bit random projections should be recommended for approximate near neighbor search and similarity estimation. Extensive experimental results are provided.

📄 PDF Abstract BibTeX arXiv:1602.06577

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRe-Ranking

Similar Papers 제목 키워드 기반

Johnson-Lindenstrauss Lemma, Linear and Nonlinear Random Projections, Random Fourier Features, and Random Kitchen Sinks: Tutorial and Survey

2021-08-09 · Benyamin Ghojogh, Ali Ghodsi, Fakhri Karray, Mark Crowley

This is a tutorial and survey paper on the Johnson-Lindenstrauss (JL) lemma and linear and nonlinear random projections. We start with linear random projection and then justify its correctness by JL lemma and its proof. …

Dimensionality ReductionLEMMA

Sign Stable Random Projections for Large-Scale Learning

2015-04-27 · Ping Li

We study the use of "sign $\alpha$-stable random projections" (where $0<\alpha\leq 2$) for building basic data processing tools in the context of large-scale machine learning applications (e.g., classification, regressio…

ARCClusteringGeneral Classification

Photonic co-processors in HPC: using LightOn OPUs for Randomized Numerical Linear Algebra

2021-04-29 · Daniel Hesslow, Alessandro Cappelli, Igor Carron, Laurent Daudet 외

Randomized Numerical Linear Algebra (RandNLA) is a powerful class of methods, widely used in High Performance Computing (HPC). RandNLA provides approximate solutions to linear algebra functions applied to large signals, …

Dimensionality Reduction

Taming High-Dimensional Dynamics: Learning Optimal Projections onto Spectral Submanifolds

2025-04-04 · Hugo Buurmeijer, Luis A. Pabon, John Irvin Alora, Roshan S. Kaundinya 외

High-dimensional nonlinear systems pose considerable challenges for modeling and control across many domains, from fluid mechanics to advanced robotics. Such systems are typically approximated with reduced order models, …

Model Predictive Control

Binary embeddings with structured hashed projections

2015-11-16 · Anna Choromanska, Krzysztof Choromanski, Mariusz Bojarski, Tony Jebara 외

We consider the hashing mechanism for constructing binary embeddings, that involves pseudo-random projections followed by nonlinear (sign function) mappings. The pseudo-random projection is described by a matrix, where n…

LEMMA