paper-with-me

홈 › Papers

$b$-Bit Sketch Trie: Scalable Similarity Search on Integer Sketches

2019-10-18 · Shunsuke Kanda, Yasuo Tabei

Recently, randomly mapping vectorial data to strings of discrete symbols (i.e., sketches) for fast and space-efficient similarity searches has become popular. Such random mapping is called similarity-preserving hashing and approximates a similarity metric by using the Hamming distance. Although many efficient similarity searches have been proposed, most of them are designed for binary sketches. Similarity searches on integer sketches are in their infancy. In this paper, we present a novel space-efficient trie named $b$-bit sketch trie on integer sketches for scalable similarity searches by leveraging the idea behind succinct data structures (i.e., space-efficient data structures while supporting various data operations in the compressed format) and a favorable property of integer sketches as fixed-length strings. Our experimental results obtained using real-world datasets show that a trie-based index is built from integer sketches and efficiently performs similarity searches on the index by pruning useless portions of the search space, which greatly improves the search time and space-efficiency of the similarity search. The experimental results show that our similarity search is at most one order of magnitude faster than state-of-the-art similarity searches. Besides, our method needs only 10 GiB of memory on a billion-scale database, while state-of-the-art similarity searches need 29 GiB of memory.

📄 PDF Abstract BibTeX arXiv:1910.08278

Code (1)

kampersanda/integer_sketch_search 공식 구현

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Similarity Search on Integer Sketches

2020-09-24 · Shunsuke Kanda, Yasuo Tabei

Similarity-preserving hashing is a core technique for fast similarity searches, and it randomly maps data points in a metric space to strings of discrete symbols (i.e., sketches) in the Hamming space. While traditional h…

SketchQL Demonstration: Zero-shot Video Moment Querying with Sketches

2024-05-28 · Renzhi Wu, Pramod Chunduri, Dristi J Shah, Ashmitha Julius Aravind 외

In this paper, we will present SketchQL, a video database management system (VDBMS) for retrieving video moments with a sketch-based query interface. This novel interface allows users to specify object trajectory events …

ManagementRetrieval

'CADSketchNet' -- An Annotated Sketch dataset for 3D CAD Model Retrieval with Deep Neural Networks

2021-07-13 · Bharadwaj Manda, Shubham Dhayarkar, Sai Mitheran, V. K. Viekash 외

Ongoing advancements in the fields of 3D modelling and digital archiving have led to an outburst in the amount of data stored digitally. Consequently, several retrieval systems have been developed depending on the type o…

Retrieval

SceneSketcher: Fine-Grained Image Retrieval with Scene Sketches

2020-08-01 · ECCV 2020 8 · Fang Liu, Changqing Zou, Xiaoming Deng, Ran Zuo 외

Sketch-based image retrieval (SBIR) has been a popular research topic in recent years. Existing works concentrate on mapping the visual information of sketches and images to a semantic space at the object level. In this …

Graph EmbeddingImage RetrievalRetrievalSketch-Based Image Retrieval

Sketching With Style: Visual Search With Sketches and Aesthetic Context

2017-10-01 · ICCV 2017 10 · John Collomosse, Tu Bui, Michael J. Wilber, Chen Fang 외

We propose a novel measure of visual similarity for image retrieval that incorporates both structural and aesthetic (style) constraints. Our algorithm accepts a query as sketched shape, and a set of one or more contextua…

Image RetrievalRetrievalTriplet