Switch language한국어
Back to the list

Clark Hash: Stateless Sparse Johnson-Lindenstrauss Quantization for Neural Embeddings

TL;DR AI

Key summary

2 min read
  1. Researchers introduced Clark Hash, a stateless codec for neural embeddings that compresses 384-dimensional vectors from 1,536 bytes to 48 bytes.

  2. It uses sparse signed Johnson-Lindenstrauss projections plus scalar quantization, with no training, codebooks, rotations, or corpus statistics required.

  3. On multilingual sentence-similarity benchmarks, the compressed vectors stayed highly aligned with dense cosine-similarity scores.

  4. The approach could greatly reduce memory use and simplify deployment for similarity search systems.

Read the original