paper-with-me

Papers

Embedding Compression via Spherical Coordinates

2026-01-22 · Han Xiao arxiv

We present an $ε$-bounded compression method for unit-norm embeddings that achieves 1.5$\times$ compression, 25% better than the best prior lossless method. The method exploits that spherical coordinates of high-dimensional unit vectors concentrate around $π/2$, causing IEEE 754 exponents to collapse to a single value and high-order mantissa bits to become predictable, enabling entropy coding of both. Reconstruction error is bounded by float32 machine epsilon ($1.19 \times 10^{-7}$), making reconstructed values indistinguishable from originals at float32 precision. Evaluation across 26 configurations spanning text, image, and multi-vector embeddings confirms consistent compression improvement with zero measurable retrieval degradation on BEIR benchmarks.

📄 PDF Abstract BibTeX arXiv:2602.00079

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LPCM: Learning-based Predictive Coding for LiDAR Point Cloud Compression

2025-05-26 · Chang Sun, Hui Yuan, Shiqi Jiang, Da Ai 외

Since the data volume of LiDAR point clouds is very huge, efficient compression is necessary to reduce their storage and transmission costs. However, existing learning-based compression methods do not exploit the inheren…

Quantization

Inter-LPCM: Learning-based Inter-Frame Predictive Coding for LiDAR Point Cloud Compression

2026-05-18 · Chang Sun, Hui Yuan, Shiqi Jiang, Chongzhen Tian 외 arxiv

Because LiDAR sensors acquire point clouds with a fixed angular resolution, the resulting data can be systematically parameterized and efficiently compressed in the spherical coordinate system. Traditional spherical coor…

Point Clouds

Spherical Position Encoding for Transformers

2023-10-04 · Eren Unlu

Position encoding is the primary mechanism which induces notion of sequential order for input tokens in transformer architectures. Even though this formulation in the original transformer paper has yielded plausible perf…

Position

Geotokens and Geotransformers

2024-03-23 · Eren Unlu

In transformer architectures, position encoding primarily provides a sense of sequence for input tokens. While the original transformer paper's method has shown satisfactory results in general language processing tasks, …

Position

Geographic Location Encoding with Spherical Harmonics and Sinusoidal Representation Networks

2023-10-10 · Marc Rußwurm, Konstantin Klemmer, Esther Rolf, Robin Zbinden 외

Learning representations of geographical space is vital for any machine learning model that integrates geolocated data, spanning application domains such as remote sensing, ecology, or epidemiology. Recent work embeds co…