Skip to content

Commit 14c9f91

Browse files
authored
Readme: ivf-rabitq paper in references (#1877)
Add ivf-rabitq paper in references since #1866 is now merged. Authors: - Anupam (https://github.com/aamijar) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #1877
1 parent de15889 commit 14c9f91

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,4 @@ For the interested reader, many of the accelerated implementations in cuVS are a
217217
- [cuSLINK: Single-linkage Agglomerative Clustering on the GPU](https://arxiv.org/abs/2306.16354)
218218
- [GPU Semiring Primitives for Sparse Neighborhood Methods](https://arxiv.org/abs/2104.06357)
219219
- [VecFlow: A High-Performance Vector Data Management System for Filtered-Search on GPUs](https://arxiv.org/abs/2506.00812)
220+
- [GPU-Native Approximate Nearest Neighbor Search with IVF-RaBitQ: Fast Index Build and Search](https://arxiv.org/abs/2602.23999)

fern/pages/references.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,18 @@ VecFlow studies filtered approximate nearest-neighbor search on GPUs. It is usef
107107
year = {2025}
108108
}
109109
```
110+
111+
## GPU-Native Approximate Nearest Neighbor Search with IVF-RaBitQ: Fast Index Build and Search
112+
113+
[Paper](https://arxiv.org/abs/2602.23999)
114+
115+
IVF-RaBitQ is a GPU-native ANNS solution that integrates the cluster-based IVF method with RaBitQ quantization into an efficient GPU index build and search pipeline.
116+
117+
```bibtex
118+
@article{shi2026ivfrabitq,
119+
author = {Shi, Jifan and Gao, Jianyang and Xia, James and Feh{\'e}r, Tam{\'a}s B{\'e}la and Long, Cheng},
120+
title = {GPU-Native Approximate Nearest Neighbor Search with IVF-RaBitQ: Fast Index Build and Search},
121+
journal = {arXiv preprint arXiv:2602.23999},
122+
year = {2026}
123+
}
124+
```

0 commit comments

Comments
 (0)