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]
  • BPBC: Learning Binary Codes for High-Dimensional Data Using Bilinear Projections [Paper] [Code]
  • BRE: Learning to Hash with Binary Reconstructive Embeddings [Paper] [Code]
  • IMH: Inter-Media Hashing for Large-scale Retrieval from Heterogenous Data Sources [Project Page][Code]
  • KMH: K-means Hashing: an Affinity-Preserving Quantization Method for Learning Binary Compact Codes [Paper] [Code]
  • MH: Manhattan hashing for large-scale image retrieval [Paper] [Code]
  • MLH: Minimal Loss Hashing for Compact Binary Codes [Paper] [Code] [Slide] (KMH中有提到MLH是一种半监督的哈希)
  • OPQ: Optimized Product Quantization for Approximate Nearest Neighbor Search [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)

无代码:

  1. PDH: Predictable Dual-View Hashing (ICML2013)

常用数据库

  1. LabelMe
  2. min-loss-hashing

关注的人

注:下面不同的哈希方法的代码可以在他们的主页上找到


参考资料:

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图像检索资源的更多相关文章

  1. 转 白话解析:一致性哈希算法 consistent hashing

    摘要: 本文首先以一个经典的分布式缓存的应用场景为铺垫,在了解了这个应用场景之后,生动而又不失风趣地介绍了一致性哈希算法,同时也明确给出了一致性哈希算法的优点.存在的问题及其解决办法. 声明与致谢: ...

  2. 白话解析:一致性哈希算法 consistent hashing【转】

    学习一致性哈希算法原理的时候看到博主朱双印的一片文章,看完就懂,大佬! 白话解析:一致性哈希算法 consistent hashing

  3. (转)每天进步一点点——五分钟理解一致性哈希算法(consistent hashing)

    背景:在redis集群中,有关于一致性哈希的使用. 一致性哈希:桶大小0~(2^32)-1 哈希指标:平衡性.单调性.分散性.负载性 为了提高平衡性,引入“虚拟节点” 每天进步一点点——五分钟理解一致 ...

  4. Springboot学习02-webjars和静态资源映射规则

    Springboot学习01-webjars和静态资源映射规则 前言 1-以前我们在IDEA中创建一个项目,添加web依赖包,我们现在是一个web应用,应该在man目录下面有一个webapp文件夹,将 ...

  5. 一致性哈希算法(consistent hashing)(转)

    原文链接:每天进步一点点——五分钟理解一致性哈希算法(consistent hashing)  一致性哈希算法在1997年由麻省理工学院提出的一种分布式哈希(DHT)实现算法,设计目标是为了解决因特网 ...

  6. 一致性哈希算法(Consistent Hashing Algorithm)

    一致性哈希算法(Consistent Hashing Algorithm) 浅谈一致性Hash原理及应用   在讲一致性Hash之前我们先来讨论一个问题. 问题:现在有亿级用户,每日产生千万级订单,如 ...

  7. 『NiFi 学习之路』资源 —— 资料汇总

    一.概述 由于 NiFi 是一个比较新的开源项目,国内的相关资料少之又少. 加之,大家都知道,国内的那么些个教程,原创都只是停留在初级使用阶段,没有更多深入的介绍. 再者,其余的文章不是东抄抄就是西抄 ...

  8. 学习WWDC的好资源!

    学习WWDC的好资源. 大家都知道.要看Apple每年一度的WWDC,仅仅要到它的Developer站点去就能够了.那里有每年的研讨会视频,并且还能够下载每一个视频的SD或HD视频文件,以及相关的演示 ...

  9. 局部敏感哈希-Locality Sensitivity Hashing

    一. 近邻搜索 从这里开始我将会对LSH进行一番长篇大论.因为这只是一篇博文,并不是论文.我觉得一篇好的博文是尽可能让人看懂,它对语言的要求并没有像论文那么严格,因此它可以有更强的表现力. 局部敏感哈 ...

随机推荐

  1. 51Nod 1090: 3个数和为0

    1090 3个数和为0  基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题  收藏  关注 给出一个长度为N的无序数组,数组中的元素为整数,有正有负包括0,并互不相等. ...

  2. FZU OJ:2230 翻翻棋

    Problem 2230 翻翻棋 Accept: 872    Submit: 2132Time Limit: 1000 mSec    Memory Limit : 32768 KB  Proble ...

  3. Struts2重新学习之自定义拦截器(判断用户是否是登录状态)

    拦截器 一:1:概念:Interceptor拦截器类似于我们学习过的过滤器,是可以再action执行前后执行的代码.是web开发时,常用的技术.比如,权限控制,日志记录. 2:多个拦截器Interce ...

  4. AGC014E Blue and Red Tree

    题意 There is a tree with \(N\) vertices numbered \(1\) through \(N\). The \(i\)-th of the \(N−1\) edg ...

  5. MongoDB注册Windows服务启动

    下载MongoDB安装到:E:\Work_App\MongoDB 这个目录 安装:E:\Work_App\MongoDB (安装在专门的目录中) 配置: 1.在E:\Work_App\MongoDB\ ...

  6. 洛谷4030(Codeplus11月月赛)可做题1

    题目:https://www.luogu.org/problemnew/show/P4030 原来一个方阵巧妙的充要条件是该方阵的每个2*2子方阵都是巧妙的!!! 可以把每一行选的列视为一个排列,需要 ...

  7. 打开Visual Studio 2012的解决方案 连接 Dynamics CRM 2011 的Connect to Dynamics CRM Server 在其工具下没有显示

    一.使用TFS 代码管理,发现Visual Studio 2012 菜单栏 工具下的Connect to Dynamics CRM Server 没有显示. 平常打开VS下的工具都会出现Connect ...

  8. python 异常类型----后期需理解调整

    1.Python内建异常体系结构The class hierarchy for built-in exceptions is: BaseException +-- SystemExit +-- Key ...

  9. [转]下拉按钮 C#_Winform 自定义控件

    [https://workspaces.codeproject.com/elia-sarti/splitbutton-an-xp-style-dropdown-split-button] using ...

  10. 1111 Online Map (30 分)

    1111 Online Map (30 分) Input our current position and a destination, an online map can recommend sev ...