paper-with-me

Papers

A Learned Index for Exact Similarity Search in Metric Spaces

2022-04-21 · Yao Tian, Tingyun Yan, Xi Zhao, Kai Huang, Xiaofang Zhou

Indexing is an effective way to support efficient query processing in large databases. Recently the concept of learned index, which replaces or complements traditional index structures with machine learning models, has been actively explored to reduce storage and search costs. However, accurate and efficient similarity query processing in high-dimensional metric spaces remains to be an open challenge. In this paper, we propose a novel indexing approach called LIMS that uses data clustering, pivot-based data transformation techniques and learned indexes to support efficient similarity query processing in metric spaces. In LIMS, the underlying data is partitioned into clusters such that each cluster follows a relatively uniform data distribution. Data redistribution is achieved by utilizing a small number of pivots for each cluster. Similar data are mapped into compact regions and the mapped values are totally ordinal. Machine learning models are developed to approximate the position of each data record on disk. Efficient algorithms are designed for processing range queries and nearest neighbor queries based on LIMS, and for index maintenance with dynamic updates. Extensive experiments on real-world and synthetic datasets demonstrate the superiority of LIMS compared with traditional indexes and state-of-the-art learned indexes.

📄 PDF Abstract BibTeX arXiv:2204.10028

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Exact Trajectory Similarity Search With N-tree: An Efficient Metric Index for kNN and Range Queries

2024-08-14 · Ralf Hartmut Güting, Suvam Kumar Das, Fabio Valdés, Suprio Ray

Similarity search is the problem of finding in a collection of objects those that are similar to a given query object. It is a fundamental problem in modern applications and the objects considered may be as diverse as lo…

Unconventional application of k-means for distributed approximate similarity search

2022-08-04 · Felipe Ortega, Maria Jesus Algar, Isaac Martín de Diego, Javier M. Moguerza

Similarity search based on a distance function in metric spaces is a fundamental problem for many applications. Queries for similar objects lead to the well-known machine learning task of nearest-neighbours identificatio…

Distributed Computing

DotHash: Estimating Set Similarity Metrics for Link Prediction and Document Deduplication

2023-05-27 · Igor Nunes, Mike Heddes, Pere Vergés, Danny Abraham 외

Metrics for set similarity are a core aspect of several data mining tasks. To remove duplicate results in a Web search, for example, a common approach looks at the Jaccard index between all pairs of pages. In social netw…

Link PredictionRecommendation Systems

Efficiently Indexing Large Sparse Graphs for Similarity Search

2010-02-18 · Guoren Wang, Bin Wang, Xiaochun Yang, IEEE Computer Society 외

Abstract—The graph structure is a very important means to model schemaless data with complicated structures, such as protein- protein interaction networks, chemical compounds, knowledge query inferring systems, and road…

Back-of-the-Book Index Automation for Arabic Documents

2024-10-14 · Nawal Haidar, Fadi A. Zaraket

Back-of-the-book indexes are crucial for book readability. Their manual creation is laborious and error prone. In this paper, we consider automating back-of-the-book index extraction for Arabic books to help simplify bot…

Semantic SimilaritySemantic Textual Similarity