Faster Binary Embeddings for Preserving Euclidean Distances
Jinjie Zhang, Rayan Saab

TL;DR
This paper introduces a fast, memory-efficient binary embedding method that preserves Euclidean distances using stable noise-shaping quantization, outperforming traditional sign-based approaches especially for well-spread vectors.
Contribution
The paper presents a novel binary embedding technique that employs stable noise-shaping quantization with sparse Gaussian matrices, enabling accurate Euclidean distance approximation with reduced code length.
Findings
Achieves $O(m)$ time and space complexity.
Provides error bounds comparable to Johnson-Lindenstrauss embeddings.
Demonstrates strong performance on natural images.
Abstract
We propose a fast, distance-preserving, binary embedding algorithm to transform a high-dimensional dataset into binary sequences in the cube . When consists of well-spread (i.e., non-sparse) vectors, our embedding method applies a stable noise-shaping quantization scheme to where is a sparse Gaussian random matrix. This contrasts with most binary embedding methods, which usually use for the embedding. Moreover, we show that Euclidean distances among the elements of are approximated by the norm on the images of under a fast linear transformation. This again contrasts with standard methods, where the Hamming distance is used instead. Our method is both fast and memory efficient, with time complexity and space complexity…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Advanced Image and Video Retrieval Techniques · Face and Expression Recognition
