ARTFEED — Contemporary Art Intelligence

Jasper: GPU-Accelerated ANNS with Quantization and Dynamic Updates

ai-technology · 2026-07-27

Researchers have developed Jasper, a GPU-native approximate nearest neighbor search (ANNS) system that addresses three key limitations of current GPU-accelerated ANNS: lack of efficient batch updates for evolving datasets, absence of quantization techniques to reduce memory bandwidth strain from high-dimensional vectors, and difficulty overlapping compute and memory due to data-dependent memory accesses in greedy search. Jasper enables fast batch updates without rebuilding indices from scratch, introduces efficient quantization that reduces data movement without costly random memory accesses, and optimizes GPU execution to overlap compute and memory. The system is designed for real-world machine learning and information retrieval applications where datasets evolve over time. The work is described in arXiv paper 2601.07048.

Key facts

  • Jasper is a GPU-native ANNS system.
  • It addresses three limitations of current GPU-accelerated ANNS.
  • Supports fast batch updates for evolving datasets.
  • Uses efficient quantization to reduce memory bandwidth strain.
  • Optimizes GPU execution to overlap compute and memory.
  • Targets machine learning and information retrieval applications.
  • Described in arXiv paper 2601.07048.
  • Published as a replace-cross announcement.

Entities

Institutions

  • arXiv

Sources