



Reconfigurable Inverted Index (Rii) is a research project and open-source library for approximate nearest neighbor and similarity search over high-dimensional vectors. It focuses on flexible, reconfigurable inverted index structures that support efficient vector search, making it directly relevant as a vector-search engine component for AI and multimedia retrieval applications.
Loading more......
Category: SDKs & Libraries
Tags: ANN, vector-indexing, similarity-search
Website: https://yusukematsui.me/project/rii/
Reconfigurable Inverted Index (Rii) is an open-source research library for approximate nearest neighbor (ANN) and similarity search over high-dimensional vectors. It is built on top of the IVFADC framework and is designed to efficiently support searches over both entire databases and arbitrary subsets, while maintaining performance as new items are added.
Approximate Nearest Neighbor Search
Reconfigurable Inverted Index Structure
Efficient Subset Search
Dynamic Updates and Reconfiguration
Research-Backed Design
If you use Rii in academic work, you can cite:
@inproceedings{acmmm_matsui_2018,
author={Yusuke Matsui and Ryota Hinami and Shin'ichi Satoh},
title={Reconfigurable Inverted Index},
booktitle={ACM International Conference on Multimedia (ACMMM)},
pages={1715--1723},
year={2018}
}
Rii is presented as a research project and open-source library; no pricing or commercial plans are specified on the provided content.