哈希学习(2)—— Hashing图像检索资源
CVPR14 图像检索papers——图像检索
1. Triangulation embedding and democratic aggregation for imagesearch (Orals)
2. Collaborative Hashing (post)
3. Packing and Padding: Coupled Multi-index for Accurate ImageRetrieval (post) technical report
4. Bayes Merging of Multiple Vocabularies for Scalable ImageRetrieval (post) technical report
5. Fast Supervised Hashing with Decision Trees for High-DimensionalData (post)
6. Learning Fine-grained Image Similarity with Deep Ranking (post)
7. Congruency-Based Reranking (post)可能
8. Fisher and VLAD with FLAIR (post)可能
9. Locality in Generic Instance Search from One Example (post)
10. Asymmetric sparse kernelapproximations for large-scale visual search (post)
11. Locally Linear Hashing forExtracting Non-Linear Manifolds (post)
12. Adaptive Object Retrievalwith Kernel Reconstructive Hashing (post)
13. Hierarchical Feature Hashingfor Fast Dimensionality Reduction (post)
CVPR15image retrieval reading list
Image retrieval关键词
· FAemb: A Function Approximation-Based Embedding Method for Image Retrieval
· Image Retrieval Using Scene Graphs
· Revisiting Kernelized Locality-Sensitive Hashing for Improved Large-ScaleImage Retrieval
· Early Burst Detection for Memory-Efficient Image Retrieval
· Deep Semantic Ranking Based Hashing for Multi-Label Image Retrieval(已读)
· Query-Adaptive Late Fusion for Image Search and Person Re-identification
Hashing关键词
· Supervised Discrete Hashing
· Hashing With Binary Autoencoders
· Reflectance Hashing for Material Recognition
· Deep Hashing for Compact Binary Codes Learning
· Online Sketching Hashing
· Semantics-Preserving Hashing for Cross-View Retrieval
· Face Video Retrieval With Image Query via Hashing Across Euclidean Spaceand Riemannian Manifold
2016
· Learning to Hash for Indexing Big Data——A Survey
公布代码的:
- CSDSH:Column Sampling based Discrete Supervised Hashing
- SGH :Scalable Graph Hashing with Feature Transformation [Paper]
- E2LSH: Local Sensitive Hash [Project Page]
- IMH: Inter-Media Hashing for Large-scale Retrieval from Heterogenous Data Sources [Project Page][Code]
- ITQ: Iterative Quantization: A Procrustean Approach to Learning Binary Codes [Project Page][Paper] [Code]
- KLSH: Kernelized Locality-Sensitive Hashing for Scalable Image Search [Project Page] [Paper][Code]
- KMH: K-means Hashing: an Affinity-Preserving Quantization Method for Learning Binary Compact Codes [Paper] [Code]
- IHM: Inductive Hashing on Manifolds (2013 CVPR) ProjectPage
- BSPH: Semi-supervised Nonlinear Hashing Using Bootstrap Sequential Projection Learning (2012 TKDE)ProjectPage
- FastHash: Fast Supervised Hashing with Decision Trees for High-Dimensional Data (2014 CVPR)[Code]
- Spherical Hashing: Spherical Hashing (2012 CVPR)
无代码:
- PDH: Predictable Dual-View Hashing (ICML2013)
常用数据库
关注的人
注:下面不同的哈希方法的代码可以在他们的主页上找到
-
-
Hamming Distance Metric Learning
Fast Search in Hamming Space with Multi-Index Hashing
Minimal Loss Hashing for Compact Binary Codes code
-
Spectral Hashing
readMultidimensional Spectral Hashing
-
A general two-step approach to learning-based hashing (CVPR 2013)code in Bitbucket
阅读笔记Learning hash functions using column generation (ICML 2013)code in Bitbucket
Fast Supervised Hashing with Decision Trees (CVPR 2014)Papercode in Bitbucket
read -
Iterative Quantization (CVPR 2011)Project page
readAngular Quantization-based Binary Codes for Fast Similarity Search (NIPS 2012)Project page
Learning Binary Codes for High-Dimensional Data Using Bilinear Projections (CVPR 2013)Project page
-
K-means Hashing (CVPR 2013)code link from his homepage
readOptimized Product Quantization (CVPR 2013)Project page
Xianglong LIU, 刘老师是2012年开始做哈希,发表过一系列论文,是国内做哈希比较早的学者,在他的主页上有一些他发表的哈希文章的代码。
参考资料:
1. Hashing图像检索源码及数据库总结http://yongyuan.name/blog/codes-of-hash-for-image-retrieval.html
2. 大数据哈希学习:现状与趋势http://www.36dsj.com/archives/23799
3. CVPR14图像检索papershttp://yongyuan.name/blog/cvpr14-reading-list.html
4. CVPR15 image retrieval readinglisthttp://yongyuan.name/blog/cvpr15-image-retrieval-reading-list.html
他人讲解papers的一些好博文
非哈希方法
- liangzheng
- Packing and Padding: Coupled Multi-Index for Accurate Image Retrieval
- Bayes Merging of Multiple Vocabularies for Scalable Image Retrieval
- Lp-norm IDF for Large Scale Image Search
- Visual Phraselet: Refining Spatial Constraints for Large Scale Image Search
链接:https://www.jianshu.com/p/646da8b86d04
哈希学习(2)—— Hashing图像检索资源的更多相关文章
- 转 白话解析:一致性哈希算法 consistent hashing
摘要: 本文首先以一个经典的分布式缓存的应用场景为铺垫,在了解了这个应用场景之后,生动而又不失风趣地介绍了一致性哈希算法,同时也明确给出了一致性哈希算法的优点.存在的问题及其解决办法. 声明与致谢: ...
- 白话解析:一致性哈希算法 consistent hashing【转】
学习一致性哈希算法原理的时候看到博主朱双印的一片文章,看完就懂,大佬! 白话解析:一致性哈希算法 consistent hashing
- (转)每天进步一点点——五分钟理解一致性哈希算法(consistent hashing)
背景:在redis集群中,有关于一致性哈希的使用. 一致性哈希:桶大小0~(2^32)-1 哈希指标:平衡性.单调性.分散性.负载性 为了提高平衡性,引入“虚拟节点” 每天进步一点点——五分钟理解一致 ...
- Springboot学习02-webjars和静态资源映射规则
Springboot学习01-webjars和静态资源映射规则 前言 1-以前我们在IDEA中创建一个项目,添加web依赖包,我们现在是一个web应用,应该在man目录下面有一个webapp文件夹,将 ...
- 一致性哈希算法(consistent hashing)(转)
原文链接:每天进步一点点——五分钟理解一致性哈希算法(consistent hashing) 一致性哈希算法在1997年由麻省理工学院提出的一种分布式哈希(DHT)实现算法,设计目标是为了解决因特网 ...
- 一致性哈希算法(Consistent Hashing Algorithm)
一致性哈希算法(Consistent Hashing Algorithm) 浅谈一致性Hash原理及应用 在讲一致性Hash之前我们先来讨论一个问题. 问题:现在有亿级用户,每日产生千万级订单,如 ...
- 『NiFi 学习之路』资源 —— 资料汇总
一.概述 由于 NiFi 是一个比较新的开源项目,国内的相关资料少之又少. 加之,大家都知道,国内的那么些个教程,原创都只是停留在初级使用阶段,没有更多深入的介绍. 再者,其余的文章不是东抄抄就是西抄 ...
- 学习WWDC的好资源!
学习WWDC的好资源. 大家都知道.要看Apple每年一度的WWDC,仅仅要到它的Developer站点去就能够了.那里有每年的研讨会视频,并且还能够下载每一个视频的SD或HD视频文件,以及相关的演示 ...
- 局部敏感哈希-Locality Sensitivity Hashing
一. 近邻搜索 从这里开始我将会对LSH进行一番长篇大论.因为这只是一篇博文,并不是论文.我觉得一篇好的博文是尽可能让人看懂,它对语言的要求并没有像论文那么严格,因此它可以有更强的表现力. 局部敏感哈 ...
随机推荐
- HDU 1176:免费馅饼(DP,自认为很详细的解释)
免费馅饼 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submi ...
- 【codeforces】Bear and Three Balls(排序,去重)
Bear and Three Balls Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I6 ...
- Transformer-view java实体 转换视图 Lists.transform
自: https://blog.csdn.net/mnmlist/article/details/53870520 meta_ws 连接: https://github.com/kse-music/d ...
- TensorFlow 官方文档中文版学习
TensorFlow 官方文档中文版 地址:http://wiki.jikexueyuan.com/project/tensorflow-zh/
- LwIP raw api下使用tcp keep alive
// The following code is implemented after tcp_new() or in tcp_connected call back... xxx_connected( ...
- 【Active入门-3】ActiveMQ学习-发布者与订阅者
2015年4月28日 1个发布者,1个订阅者,topic 方式1: 先发布消息: 然后订阅消息: 方式2: 先订阅消息: 然后发布消息:订阅者如下: 结论1: 从上面可以看出,消息发布需要在线发布. ...
- 纯文本文件 student.txt为学生信息, 里面的内容(包括花括号)如下所示
import json from collections import OrderedDict import xlwt with open('student.txt',encoding='utf-8' ...
- eclipse一些操作记录
1.eclipse debug的时候想知道一个表达式执行的结果值,可以选中,按ctrl+shift+i来看返回的结果值: 2.eclipse java build path有个source,将so ...
- 杂项:Nuget
ylbtech-杂项:Nuget Nuget是一个.NET平台下的开源的项目,它是Visual Studio的扩展.在使用Visual Studio开发基于.NET Framework的应用时,Nug ...
- LDA-MySql
http://blog.csdn.net/white_smile/article/details/19565701