paper-with-me

Papers

Supervised Deep Hashing for High-dimensional and Heterogeneous Case-based Reasoning

2022-06-29 · Qi Zhang, Liang Hu, Chongyang Shi, Ke Liu, Longbing Cao

Case-based Reasoning (CBR) on high-dimensional and heterogeneous data is a trending yet challenging and computationally expensive task in the real world. A promising approach is to obtain low-dimensional hash codes representing cases and perform a similarity retrieval of cases in Hamming space. However, previous methods based on data-independent hashing rely on random projections or manual construction, inapplicable to address specific data issues (e.g., high-dimensionality and heterogeneity) due to their insensitivity to data characteristics. To address these issues, this work introduces a novel deep hashing network to learn similarity-preserving compact hash codes for efficient case retrieval and proposes a deep-hashing-enabled CBR model HeCBR. Specifically, we introduce position embedding to represent heterogeneous features and utilize a multilinear interaction layer to obtain case embeddings, which effectively filtrates zero-valued features to tackle high-dimensionality and sparsity and captures inter-feature couplings. Then, we feed the case embeddings into fully-connected layers, and subsequently a hash layer generates hash codes with a quantization regularizer to control the quantization loss during relaxation. To cater to incremental learning of CBR, we further propose an adaptive learning strategy to update the hash function. Extensive experiments on public datasets show that HeCBR greatly reduces storage and significantly accelerates case retrieval. HeCBR achieves desirable performance compared with the state-of-the-art CBR methods and performs significantly better than hashing-based CBR methods in classification.

📄 PDF Abstract BibTeX arXiv:2206.14523

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingIncremental LearningQuantizationRetrievalVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Supervised Online Hashing via Hadamard Codebook Learning

2019-04-28 · Mingbao Lin, Rongrong Ji, Hong Liu, Yongjian Liu

In recent years, binary code learning, a.k.a hashing, has received extensive attention in large-scale multimedia retrieval. It aims to encode high-dimensional data points to binary codes, hence the original high-dimensio…

RetrievalSemantic SimilaritySemantic Textual Similarity

Fusion-supervised Deep Cross-modal Hashing

2019-04-25 · Li Wang, Lei Zhu, En Yu, Jiande Sun 외

Deep hashing has recently received attention in cross-modal retrieval for its impressive advantages. However, existing hashing methods for cross-modal retrieval cannot fully capture the heterogeneous multi-modal correlat…

Cross-Modal RetrievalDeep HashingRetrieval

Fast Supervised Hashing with Decision Trees for High-Dimensional Data

2014-04-06 · CVPR 2014 6 · Guosheng Lin, Chunhua Shen, Qinfeng Shi, Anton Van Den Hengel 외

Supervised hashing aims to map the original features to compact binary codes that are able to preserve label based similarity in the Hamming space. Non-linear hash functions have demonstrated the advantage over linear on…

RetrievalVocal Bursts Intensity Prediction

Evaluation of Hashing Methods Performance on Binary Feature Descriptors

2017-07-21 · Jacek Komorowski, Tomasz Trzcinski

In this paper we evaluate performance of data-dependent hashing methods on binary data. The goal is to find a hashing method that can effectively produce lower dimensional binary representation of 512-bit FREAK descripto…

Unsupervised Deep Hashing for Large-scale Visual Search

2016-01-31 · Zhaoqiang Xia, Xiaoyi Feng, Jinye Peng, Abdenour Hadid

Learning based hashing plays a pivotal role in large-scale visual search. However, most existing hashing algorithms tend to learn shallow models that do not seek representative binary codes. In this paper, we propose a n…

Deep Hashing