Towards Data Science

Qdrant TurboQuant Explained: Is TurboQuant the Silver Bullet?

Most engineers see quantization as shrinking vectors. TurboQuant asks a harder question: can you shrink them without breaking their geometry?

arXiv Computer Vision
3d ago

SandwichQuant: Which Parameters Matter Before and After Quantization?

The paper investigates which trainable parameters most influence quantization correction, finding that normalization-affine parameters form a low‑dimensional subspace that is highly effective for correction. It introduces SandwichQuant, a two‑stage framework that first adapts normalization-affine parameters before quantization to boost robustness, then fine‑tunes them after quantization to reduce residual errors. Experiments on vision and large language models show consistent gains across various low‑bit settings, confirming the benefit of subspace‑aligned correction.

By Peng Xia, Junbiao Pang
arXiv AI
Jul 21

TurboVec: A Case Study in Cost-Efficient Private Retrieval for Enterprise RAG via Codebook-Oblivious Quantization

arXiv:2607. 16973v1 Announce Type: cross Abstract: Retrieval-Augmented Generation (RAG) systems increasingly power enterprise LLM applications, yet the vector retrieval layer introduces two underexplored challenges: (1) trained codebook quantizers may expose corpus statistics during index construction, creating a leakage channel in multi-tenant deployments, and (2) post-hoc filtering for tenant isolation degrades recall on selective queries.

By Navnit Shukla, Kamal Pandey, Omsankar Tiwari