paper-with-me

홈 › Papers

Adaptive and Dynamic Multi-Resolution Hashing for Pairwise Summations

2022-12-21 · Lianke Qin, Aravind Reddy, Zhao Song, Zhaozhuo Xu, Danyang Zhuo

In this paper, we propose Adam-Hash: an adaptive and dynamic multi-resolution hashing data-structure for fast pairwise summation estimation. Given a data-set $X \subset \mathbb{R}^d$, a binary function $f:\mathbb{R}^d\times \mathbb{R}^d\to \mathbb{R}$, and a point $y \in \mathbb{R}^d$, the Pairwise Summation Estimate $\mathrm{PSE}_X(y) := \frac{1}{|X|} \sum_{x \in X} f(x,y)$. For any given data-set $X$, we need to design a data-structure such that given any query point $y \in \mathbb{R}^d$, the data-structure approximately estimates $\mathrm{PSE}_X(y)$ in time that is sub-linear in $|X|$. Prior works on this problem have focused exclusively on the case where the data-set is static, and the queries are independent. In this paper, we design a hashing-based PSE data-structure which works for the more practical \textit{dynamic} setting in which insertions, deletions, and replacements of points are allowed. Moreover, our proposed Adam-Hash is also robust to adaptive PSE queries, where an adversary can choose query $q_j \in \mathbb{R}^d$ depending on the output from previous queries $q_1, q_2, \dots, q_{j-1}$.

📄 PDF Abstract BibTeX arXiv:2212.11408

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Self-Adaptive Hashing for Image Retrieval

2021-08-16 · Qinghong Lin, Xiaojun Chen, Qin Zhang, Shangxuan Tian 외

Hashing technology has been widely used in image retrieval due to its computational and storage efficiency. Recently, deep unsupervised hashing methods have attracted increasing attention due to the high cost of human an…

Deep HashingImage RetrievalRetrieval

Adaptive Object Retrieval with Kernel Reconstructive Hashing

2014-06-01 · CVPR 2014 6 · Haichuan Yang, Xiao Bai, Jun Zhou, Peng Ren 외

Hashing is very useful for fast approximate similarity search on large database. In the unsupervised settings, most hashing methods aim at preserving the similarity defined by Euclidean distance. Hash codes generated by …

ObjectRetrievalvalid

Recursive n-gram hashing is pairwise independent, at best

2007-05-31 · Daniel Lemire, Owen Kaser

Many applications use sequences of n consecutive symbols (n-grams). Hashing these n-grams can be a performance bottleneck. For more speed, recursive hash families compute hash values by updating previous values. We prove…

Feature Learning based Deep Supervised Hashing with Pairwise Labels

2015-11-12 · Wu-Jun Li, Sheng Wang, Wang-Cheng Kang

Recent years have witnessed wide application of hashing for large-scale image retrieval. However, most existing hashing methods are based on hand-crafted features which might not be optimally compatible with the hashing …

Deep HashingImage RetrievalRetrievalTriplet

Adaptive Structural Similarity Preserving for Unsupervised Cross Modal Hashing

2022-07-09 · Liang Li, Baihua Zheng, Weiwei Sun

Cross-modal hashing is an important approach for multimodal data management and application. Existing unsupervised cross-modal hashing algorithms mainly rely on data features in pre-trained models to mine their similarit…

ManagementRepresentation Learning