paper-with-me

홈 › Papers

Optimization of Latent-Space Compression using Game-Theoretic Techniques for Transformer-Based Vector Search

2025-08-26 · Kushagra Agrawal, Nisharg Nargund, Oishani Banerjee arxiv

Vector similarity search plays a pivotal role in modern information retrieval systems, especially when powered by transformer-based embeddings. However, the scalability and efficiency of such systems are often hindered by the high dimensionality of latent representations. In this paper, we propose a novel game-theoretic framework for optimizing latent-space compression to enhance both the efficiency and semantic utility of vector search. By modeling the compression strategy as a zero-sum game between retrieval accuracy and storage efficiency, we derive a latent transformation that preserves semantic similarity while reducing redundancy. We benchmark our method against FAISS, a widely-used vector search library, and demonstrate that our approach achieves a significantly higher average similarity (0.9981 vs. 0.5517) and utility (0.8873 vs. 0.5194), albeit with a modest increase in query time. This trade-off highlights the practical value of game-theoretic latent compression in high-utility, transformer-based search applications. The proposed system can be seamlessly integrated into existing LLM pipelines to yield more semantically accurate and computationally efficient retrieval.

📄 PDF Abstract BibTeX arXiv:2508.18877

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalSemantic Similarity

Similar Papers 제목 키워드 기반

CLaRa: Bridging Retrieval and Generation with Continuous Latent Reasoning

2025-11-24 · Jie He, Richard He Bai, Sinead Williamson, Jeff Z. Pan 외 arxiv

Retrieval-augmented generation (RAG) enhances large language models (LLMs) with external knowledge but still suffers from long contexts and disjoint retrieval-generation optimization. In this work, we propose CLaRa (Cont…

Question Answering

An Information-Theoretic Regularizer for Lossy Neural Image Compression

2024-11-23 · Yingwen Zhang, Meng Wang, Xihua Sheng, Peilin Chen 외

Lossy image compression networks aim to minimize the latent entropy of images while adhering to specific distortion constraints. However, optimizing the neural network can be challenging due to its nature of learning qua…

Image Compression

Towards Explaining Deep Neural Network Compression Through a Probabilistic Latent Space

2024-02-29 · Mahsa Mozafari-Nia, Salimeh Yasaei Sekeh

Despite the impressive performance of deep neural networks (DNNs), their computational complexity and storage space consumption have led to the concept of network compression. While DNN compression techniques such as pru…

Neural Network Compression

Robust Provably Secure Image Steganography via Latent Iterative Optimization

2026-03-10 · Yanan Li, Zixuan Wang, Qiyang Xiao, Yanzhen Ren arxiv

We propose a robust and provably secure image steganography framework based on latent-space iterative optimization. Within this framework, the receiver treats the transmitted image as a fixed reference and iteratively re…

Image Compression

Distributional Alignment Games for Answer-Level Fine-Tuning

2026-04-29 · Mehryar Mohri, Jon Schneider, Yifan Wu arxiv

We focus on the problem of \emph{Answer-Level Fine-Tuning} (ALFT), where the goal is to optimize a language model based on the correctness or properties of its final answers, rather than the specific reasoning traces use…

Mathematical Reasoning