paper-with-me

홈 › Papers

Toward Metric Indexes for Incremental Insertion and Querying

2018-01-12 · Edward Raff, Charles Nicholas

In this work we explore the use of metric index structures, which accelerate nearest neighbor queries, in the scenario where we need to interleave insertions and queries during deployment. This use-case is inspired by a real-life need in malware analysis triage, and is surprisingly understudied. Existing literature tends to either focus on only final query efficiency, often does not support incremental insertion, or does not support arbitrary distance metrics. We modify and improve three algorithms to support our scenario of incremental insertion and querying with arbitrary metrics, and evaluate them on multiple datasets and distance metrics while varying the value of $k$ for the desired number of nearest neighbors. In doing so we determine that our improved Vantage-Point tree of Minimum-Variance performs best for this scenario.

📄 PDF Abstract BibTeX arXiv:1801.05055

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Analysis

Similar Papers 제목 키워드 기반

iRAG: Advancing RAG for Videos with an Incremental Approach

2024-04-18 · Md Adnan Arefeen, Biplob Debnath, Md Yusuf Sarwar Uddin, Srimat Chakradhar

Retrieval-augmented generation (RAG) systems combine the strengths of language generation and information retrieval to power many real-world applications like chatbots. Use of RAG for understanding of videos is appealing…

Information RetrievalRAGRetrievalRetrieval-augmented Generation+1

A Pluggable Learned Index Method via Sampling and Gap Insertion

2021-01-04 · Yaliang Li, Daoyuan Chen, Bolin Ding, Kai Zeng 외

Database indexes facilitate data retrieval and benefit broad applications in real-world systems. Recently, a new family of index, named learned index, is proposed to learn hidden yet useful data distribution and incorpor…

BIG-bench Machine LearningRetrieval

Efficient Immediate-Access Dynamic Indexing

2022-11-11 · Alistair Moffat, Joel Mackenzie

In a dynamic retrieval system, documents must be ingested as they arrive, and be immediately findable by queries. Our purpose in this paper is to describe an index structure and processing regime that accommodates that r…

Retrieval

Automated Database Indexing using Model-free Reinforcement Learning

2020-07-25 · Gabriel Paludo Licks, Felipe Meneguzzi

Configuring databases for efficient querying is a complex task, often carried out by a database administrator. Solving the problem of building indexes that truly optimize database access requires a substantial amount of …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

2024-09-04 · Yuexuan Xu, Jianyang Gao, Yutong Gou, Cheng Long 외

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…