paper-with-me

Papers

Coding for Random Projections

2013-08-09 · Ping Li, Michael Mitzenmacher, Anshumali Shrivastava

The method of random projections has become very popular for large-scale applications in statistical learning, information retrieval, bio-informatics and other applications. Using a well-designed coding scheme for the projected data, which determines the number of bits needed for each projected value and how to allocate these bits, can significantly improve the effectiveness of the algorithm, in storage cost as well as computational speed. In this paper, we study a number of simple coding schemes, focusing on the task of similarity estimation and on an application to training linear classifiers. We demonstrate that uniform quantization outperforms the standard existing influential method (Datar et. al. 2004). Indeed, we argue that in many cases coding with just a small number of bits suffices. Furthermore, we also develop a non-uniform 2-bit coding scheme that generally performs well in practice, as confirmed by our experiments on training linear support vector machines (SVM).

📄 PDF Abstract BibTeX arXiv:1308.2218

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuantizationRetrieval

Similar 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 quan…

QuantizationRe-Ranking

Coding for Random Projections and Approximate Near Neighbor Search

2014-03-31 · Ping Li, Michael Mitzenmacher, Anshumali Shrivastava

This technical note compares two coding (quantization) schemes for random projections in the context of sub-linear time approximate near neighbor search. The first scheme is based on uniform quantization while the second…

Quantization

Machine Learning-Aided Efficient Decoding of Reed-Muller Subcodes

2023-01-16 · Mohammad Vahid Jamali, Xiyang Liu, Ashok Vardhan Makkuva, Hessam Mahdavifar 외

Reed-Muller (RM) codes achieve the capacity of general binary-input memoryless symmetric channels and are conjectured to have a comparable performance to that of random codes in terms of scaling laws. However, such resul…

Beyond One-hot Encoding: lower dimensional target embedding

2018-06-28 · Pau Rodríguez, Miguel A. Bautista, Jordi Gonzàlez, Sergio Escalera

Target encoding plays a central role when learning Convolutional Neural Networks. In this realm, One-hot encoding is the most prevalent strategy due to its simplicity. However, this so widespread encoding schema assumes …

valid

Localized random projections challenge benchmarks for bio-plausible deep learning

2019-05-01 · ICLR 2019 5 · Bernd Illing, Wulfram Gerstner, Johanni Brea

Similar to models of brain-like computation, artificial deep neural networks rely on distributed coding, parallel processing and plastic synaptic weights. Training deep neural networks with the error-backpropagation algo…

Deep LearningGeneral ClassificationObject Recognition