vix.ing · top · new · best · stats

Random Cycle Coding: Lossless Compression of Cluster Assignments via Bits-Back Coding

2024/11/30 by Daniel Severo, Ashish Khisti, Severo, Daniel +3
Computer Science · #Advanced Data Compression Techniques #Algorithms and Data Compression #Cellular Automata and Applications #FOS: Computer and information sciences #Machine Learning (cs.LG)

paper · pdf · doi:10.48550/arxiv.2412.00369

openalex publication_date 2024/11/30 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We present an optimal method for encoding cluster assignments of arbitrary data sets. Our method, Random Cycle Coding (RCC), encodes data sequentially and sends assignment information as cycles of the permutation defined by the order of encoded elements. RCC does not require any training and its worst-case complexity scales quasi-linearly with the size of the largest cluster. We characterize the achievable bit rates as a function of cluster sizes and number of elements, showing RCC consistently outperforms previous methods while requiring less compute and memory resources. Experiments show RCC can save up to 2 bytes per element when applied to vector databases, and removes the need for assigning integer ids to identify vectors, translating to savings of up to 70% in vector database systems for similarity search applications.

Related