paper-with-me

홈 › Papers

Rank-Consistency Deep Hashing for Scalable Multi-Label Image Search

2021-02-02 · Cheng Ma, Jiwen Lu, Jie zhou

As hashing becomes an increasingly appealing technique for large-scale image retrieval, multi-label hashing is also attracting more attention for the ability to exploit multi-level semantic contents. In this paper, we propose a novel deep hashing method for scalable multi-label image search. Unlike existing approaches with conventional objectives such as contrast and triplet losses, we employ a rank list, rather than pairs or triplets, to provide sufficient global supervision information for all the samples. Specifically, a new rank-consistency objective is applied to align the similarity orders from two spaces, the original space and the hamming space. A powerful loss function is designed to penalize the samples whose semantic similarity and hamming distance are mismatched in two spaces. Besides, a multi-label softmax cross-entropy loss is presented to enhance the discriminative power with a concise formulation of the derivative function. In order to manipulate the neighborhood structure of the samples with different labels, we design a multi-label clustering loss to cluster the hashing vectors of the samples with the same labels by reducing the distances between the samples and their multiple corresponding class centers. The state-of-the-art experimental results achieved on three public multi-label datasets, MIRFLICKR-25K, IAPRTC12 and NUS-WIDE, demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2102.01486

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDeep HashingImage RetrievalRetrievalSemantic SimilaritySemantic Textual SimilarityTriplet

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Ranking-based Deep Cross-modal Hashing

2019-05-11 · Xuanwu Liu, Guoxian Yu, Carlotta Domeniconi, Jun Wang 외

Cross-modal hashing has been receiving increasing interests for its low storage cost and fast query speed in multi-modal data retrievals. However, most existing hashing methods are based on hand-crafted or raw level feat…

Cross-Modal RetrievalRetrieval

Bit-Scalable Deep Hashing with Regularized Similarity Learning for Image Retrieval and Person Re-identification

2015-08-19 · Ruimao Zhang, Liang Lin, Rui Zhang, WangMeng Zuo 외

Extracting informative image features and learning effective approximate hashing functions are two crucial steps in image retrieval . Conventional methods often study these two steps separately, e.g., learning hash funct…

Deep HashingImage RetrievalPerson Re-IdentificationRetrieval+1

Deep Semantic Ranking Based Hashing for Multi-Label Image Retrieval

2015-01-26 · CVPR 2015 6 · Fang Zhao, Yongzhen Huang, Liang Wang, Tieniu Tan

With the rapid growth of web images, hashing has received increasing interests in large scale image retrieval. Research efforts have been devoted to learning compact binary codes that preserve semantic similarity based o…

Image RetrievalMulti-Label Image RetrievalRetrievalSemantic Similarity+1

Graph-Collaborated Auto-Encoder Hashing for Multi-view Binary Clustering

2023-01-06 · Huibing Wang, Mingze Yao, Guangqi Jiang, Zetian Mi 외

Unsupervised hashing methods have attracted widespread attention with the explosive growth of large-scale data, which can greatly reduce storage and computation by learning compact binary codes. Existing unsupervised has…

ClusteringQuantization

Transductive Zero-Shot Hashing for Multilabel Image Retrieval

2019-11-17 · Qin Zou, Zheng Zhang, Ling Cao, Long Chen 외

Hash coding has been widely used in approximate nearest neighbor search for large-scale image retrieval. Given semantic annotations such as class labels and pairwise similarities of the training data, hashing methods can…

Image RetrievalMulti-Label Image RetrievalQuantizationRetrieval