deep cross modal hashing (torchcmh) torchcmh是一个基于PyTorch的深度跨模态hashing库 包含: 数据可视化 17-19年有名的baseline方法 多个数据集读取的API 损失函数API 配置调用 数据集 包括了4个我自己制作的数据集(Mirflickr25k, Nus Wide, MS coco, IAPR TC-12) 如果需要使用可以下载对应的.mat文件并去官网...
也是从17年左右开始,就有基于深度学习的cross-modal hashing。 DCMH("Deep cross-modal hashing") 该论文可以是基于deep learning 的cross-modal hashing的开始,为deep cross-modal hashing提供了一套完整的计算架构。 deep learning引入后的问题 本文将hash当作我们要学习的特征,通过神经网络对不同实例提取特征,然后...
Deep Cross-Modal Hashing 关键词:cross-Modal, deep learning 因为cross-modal hashing的低存储和高效的查询能力,被广泛用于多媒体的相似度检索中。本论文提出了一个deep cross-modal hashing(DCMH),首次将feature learning和hash-code learning结合到同一个框架中。 DCMH的框架: 该框架包含两个deep Neural Network,...
在2016年年初,李武军老师带领的研究团队在arXiv上发布了一篇文章,其中介绍了一种跨模态深度哈希算法DCMH(Deep Cross-Modal Hashing)[11]。这篇文章中,作者利用一个两路的深度模型将两种不同模态的数据(文章中是文本和图像)变换到一个公共空间,并要求相似的样本在这个公共空间中相互靠近,如下图所示。通过同时对图像...
Due to its low storage cost and fast query speed, cross-modal hashing (CMH)\nhas been widely used for similarity search in multimedia retrieval\napplications. However, almost all existing CMH methods are based on\nhand-crafted features which might not be optimally compatible with the\nhash-...
Due to its low storage cost and fast query speed, cross-modal hashing (CMH) has been widely used for similarity search in multimedia retrieval applications. However, most existing CMH methods are based on hand-crafted features which might not be optimally compatible with the hash-code learning ...
在2016年年初,李武军老师带领的研究团队在arXiv上发布了一篇文章,其中介绍了一种跨模态深度哈希算法DCMH(Deep Cross-Modal Hashing)[11]。这篇文章中,作者利用一个两路的深度模型将两种不同模态的数据(文章中是文本和图像)变换到一个公共空间,并要求相似的样本在这个公共空间中相互靠近,如下图所示。通过同时对图像...
Learning Cross-modal Embeddings for Cooking Recipes and Food Images )+dataset 输出:sentence(image) rank list method 文章的framework如下所示。 主要是将文本和图像映射到共享的子空间,然后在子空间上做cosine...这是CVPR2017的一篇做cross-modalretrieval的文章,paper和相关数据代码链接http://im2recipe.csail....
The source code of paper "Contrastive Multi-bit Collaborative Learning for Deep Cross-modal Hashing". - sky-wz/CMCL
DCMH_matlab DCMH_tensorflow/DCMH_tensorflow .DS_Store README.md README Introduction This package contains the source code for the following paper: Qing-Yuan Jiang and Wu-Jun Li.Deep Cross-Modal Hashing.CVPR-2017. Author:Qing-Yuan JiangandWu-Jun Li ...