paper-with-me

홈 › Papers

iRangeGraph: Improvising Range-dedicated Graphs for Range-filtering Nearest Neighbor Search

2024-09-04 · Yuexuan Xu, Jianyang Gao, Yutong Gou, Cheng Long, Christian S. Jensen

Range-filtering approximate nearest neighbor (RFANN) search is attracting increasing attention in academia and industry. Given a set of data objects, each being a pair of a high-dimensional vector and a numeric value, an RFANN query with a vector and a numeric range as parameters returns the data object whose numeric value is in the query range and whose vector is nearest to the query vector. To process this query, a recent study proposes to build $O(n^2)$ dedicated graph-based indexes for all possible query ranges to enable efficient processing on a database of $n$ objects. As storing all these indexes is prohibitively expensive, the study constructs compressed indexes instead, which reduces the memory consumption considerably. However, this incurs suboptimal performance because the compression is lossy. In this study, instead of materializing a compressed index for every possible query range in preparation for querying, we materialize graph-based indexes, called elemental graphs, for a moderate number of ranges. We then provide an effective and efficient algorithm that during querying can construct an index for any query range using the elemental graphs. We prove that the time needed to construct such an index is low. We also cover an experimental study on real-world datasets that provides evidence that the materialized elemental graphs only consume moderate space and that the proposed method is capable of superior and stable query performance across different query workloads.

📄 PDF Abstract BibTeX arXiv:2409.02571

Code (1)

YuexuanXu7/iRangeGraph 공식 구현

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Harmony search algorithm for the container storage problem

2013-06-01 · I. Ayachi, R. Kammarti, M. Ksouri, P. Borne 외

Recently a new metaheuristic called harmony search was developed. It mimics the behaviors of musicians improvising to find the better state harmony. In this paper, this algorithm is described and applied to solve the con…

valid

A comparison of PINN approaches for drift-diffusion equations on metric graphs

2022-05-15 · Jan Blechschmidt, Jan-Frederik Pietschman, Tom-Christian Riemer, Martin Stoll 외

In this paper we focus on comparing machine learning approaches for quantum graphs, which are metric graphs, i.e., graphs with dedicated edge lengths, and an associated differential operator. In our case the differential…

BALI: Enhancing Biomedical Language Representations through Knowledge Graph and Language Model Alignment

2025-09-09 · Andrey Sakhovskiy, Elena Tutubalina arxiv

In recent years, there has been substantial progress in using pretrained Language Models (LMs) on a range of tasks aimed at improving the understanding of biomedical texts. Nonetheless, existing biomedical LLMs show limi…

Knowledge Graphs

Circle detection by Harmony Search Optimization

2014-05-28 · Erik Cuevas, Noe Ortega, Daniel Zaldivar, Marco Perez

Automatic circle detection in digital images has received considerable attention over the last years in computer vision as several efforts have aimed for an optimal circle detector. This paper presents an algorithm for a…

Witscript 3: A Hybrid AI System for Improvising Jokes in a Conversation

2023-01-06 · Joe Toplyn

Previous papers presented Witscript and Witscript 2, AI systems for improvising jokes in a conversation. Witscript generates jokes that rely on wordplay, whereas the jokes generated by Witscript 2 rely on common sense. T…

ChatbotCommon Sense Reasoning