paper-with-me

Papers

General and Practical Tuning Method for Off-the-Shelf Graph-Based Index: SISAP Indexing Challenge Report by Team UTokyo

2023-09-01 · Yutaro Oguri, Yusuke Matsui

Despite the efficacy of graph-based algorithms for Approximate Nearest Neighbor (ANN) searches, the optimal tuning of such systems remains unclear. This study introduces a method to tune the performance of off-the-shelf graph-based indexes, focusing on the dimension of vectors, database size, and entry points of graph traversal. We utilize a black-box optimization algorithm to perform integrated tuning to meet the required levels of recall and Queries Per Second (QPS). We applied our approach to Task A of the SISAP 2023 Indexing Challenge and got second place in the 10M and 30M tracks. It improves performance substantially compared to brute force methods. This research offers a universally applicable tuning method for graph-based indexes, extending beyond the specific conditions of the competition to broader uses.

📄 PDF Abstract BibTeX arXiv:2309.00472

Code (1)

mti-lab/utokyo-sisap23-challenge-submission 공식 구현 pytorch

Similar Papers 제목 키워드 기반

ShelfRectNet: Single View Shelf Image Rectification with Homography Estimation

2025-11-25 · Onur Berk Tore, Ibrahim Samil Yalciner, Server Calap arxiv

Estimating homography from a single image remains a challenging yet practically valuable task, particularly in domains like retail, where only one viewpoint is typically available for shelf monitoring and product alignme…

Homography Estimation

SLIM: Sparsified Late Interaction for Multi-Vector Retrieval with Inverted Indexes

2023-02-13 · Minghan Li, Sheng-Chieh Lin, Xueguang Ma, Jimmy Lin

This paper introduces Sparsified Late Interaction for Multi-vector (SLIM) retrieval with inverted indexes. Multi-vector retrieval methods have demonstrated their effectiveness on various retrieval datasets, and among the…

Information RetrievalRetrieval

Heterogeneous Information Network Embedding for Meta Path based Proximity

2017-01-19 · Zhipeng Huang, Nikos Mamoulis

A network embedding is a representation of a large graph in a low-dimensional space, where vertices are modeled as vectors. The objective of a good embedding is to preserve the proximity between vertices in the original …

Network Embedding

On the Shelf Life of Fine-Tuned LLM-Judges: Future-Proofing, Backward-Compatibility, and Question Generalization

2025-09-28 · Janvijay Singh, Austin Xu, Yilun Zhou, Yefan Zhou 외 arxiv

The LLM-as-a-judge paradigm is widely used in both evaluating free-text model responses and reward modeling for model alignment and fine-tuning. Recently, fine-tuning judges with judge-specific data has emerged as an oft…

Continual Learning

Efficient Autotuning of Hyperparameters in Approximate Nearest Neighbor Search

2018-12-18 · Elias Jääsaari, Ville Hyvönen, Teemu Roos

Approximate nearest neighbor algorithms are used to speed up nearest neighbor search in a wide array of applications. However, current indexing methods feature several hyperparameters that need to be tuned to reach an ac…