CVPR14年关于图像检索方面的papers,汇总成一个list,方便阅读。


图像检索

  1. Triangulation embedding and democratic aggregation for image search (Orals)
  2. Collaborative Hashing (post)
  3. Packing and Padding: Coupled Multi-index for Accurate Image Retrieval (post) technical report
  4. Bayes Merging of Multiple Vocabularies for Scalable Image Retrieval (post) technical report
  5. Fast Supervised Hashing with Decision Trees for High-Dimensional Data (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 kernel approximations for large-scale visual search (post)
  11. Locally Linear Hashing for Extracting Non-Linear Manifolds (post)
  12. Adaptive Object Retrieval with Kernel Reconstructive Hashing (post)
  13. Hierarchical Feature Hashing for Fast Dimensionality Reduction (post)

视频检索与事件检测

  1. Temporal Sequence Modeling For Video Event Detection (Orals)
  2. Visual Semantic Search: Retrieving Videos via Complex Textual Queries (post)

感兴趣文章

  • Robust Orthonormal Subspace Learning: Efficient Recovery of Corrupted Low-rank Matrices (Orals)

  • Fast and Accurate Image Matching with Cascade Hashing for 3D Reconstruction (Orals)

  • Large-scale Video Classification using Convolutional Neural Networks (Orals)

  • Locally Optimized Product Quantization (post)

  • Product Sparse Coding (post)

  • Distance Encoded Product Quantization (post)

  • Covariance descriptors for 3D shape matching and retrieval (post)

  • Turning Mobile Phones into 3D Scanners (post)

  • Linear Ranking Analysis (post)

from: http://yongyuan.name/blog/cvpr14-reading-list.html

CVPR14 图像检索papers的更多相关文章

  1. 哈希学习(2)—— Hashing图像检索资源

    CVPR14 图像检索papers——图像检索 1.  Triangulation embedding and democratic aggregation for imagesearch (Oral ...

  2. 图像检索中为什么仍用BOW和LSH

    原文链接:http://blog.csdn.net/jwh_bupt/article/details/27713453 去年年底的时候在一篇博客中,用ANN的框架解释了BOW模型[1],并与LSH[2 ...

  3. International Conference for Smart Health 2015 Call for Papers

    Advancing Informatics for healthcare and healthcare applications has become an international researc ...

  4. IEEE/ACM ASONAM 2014 Industry Track Call for Papers

    IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 In ...

  5. Call for Papers IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM)

    IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 In ...

  6. Call for Papers International Conference for Smart Health (ICSH) 2014

    Call for PapersInternational Conference for Smart Health (ICSH) 2014 Beijing, China July 10-11, 2014 ...

  7. ICML历年Best Papers

    作者:我爱机器学习原文链接:ICML历年Best Papers ICML (Machine Learning)(1999-2016) 2016 Dueling Network Architecture ...

  8. CVPR历年Best Papers

    作者:我爱机器学习原文链接:CVPR历年Best Papers CVPR (Computer Vision)(2000-2016) 年份 标题 一作 一作单位 2016 Deep Residual L ...

  9. SIGKDD历年Best Papers

    作者:我爱机器学习原文链接:SIGKDD历年Best Papers SIGKDD(Data Mining)(1997-2016) 年份 标题 一作 一作单位 2016 FRAUDAR: Boundin ...

随机推荐

  1. Ionic Js三:下拉刷新

    在加载新数据的时候,我们需要实现下拉刷新效果,代码如下: HTML 代码 <body ng-app="starter" ng-controller="actions ...

  2. .NET常用的异常类型及其中文说明

    基异常类型: 类 说明 System.Exception 所有异常的基类型 System.ApplicationException 发生非致命应用程序错误时引发的异常 System.SystemExc ...

  3. CentOS 7下MySQL5.7.23的服务配置参数测试

    CentOS 7默认安装MySQL5.7.23,服务管理发生了变化,从sysvinit(service mysql start)变化为systemd(systemctl start mysqld.se ...

  4. virtualenv虚拟环境安装不同版本的django

    在开发Python应用程序的时候,系统安装的Python3只有一个版本:3.4.所有第三方的包都会被pip安装到Python3的site-packages目录下. 如果我们要同时开发多个应用程序,那这 ...

  5. Power OJ 2605 SPFA+dp思想

    题目链接[https://www.oj.swust.edu.cn/problem/show/2605] 题意:给出包含N(N <= 5000)个点M条边的有向图,然后求1 - N在满足距离小于T ...

  6. php 简单计算权重的方法(适合抽奖类的应用)

    //简单权重计算器 $data222=array(     0=>array('id'=>1,'name'=>'一等奖','weight'=>'3'),     1=>a ...

  7. [BZOJ5303][HAOI2018]反色游戏(Tarjan)

    暴力做法是列异或方程组后高斯消元,答案为2^自由元个数,可以得60分.但这个算法已经到此为止了. 从图论的角度考虑这个问题,当原图是一棵树时,可以从叶子开始唯一确定每条边的选择情况,所以答案为1. 于 ...

  8. Codeforces Round #502 (in memory of Leopoldo Taravilse, Div. 1 + Div. 2) G. The Tree

    G. The Tree time limit per test 3 seconds memory limit per test 256 megabytes input standard input o ...

  9. 二值化方法:Kittler:Minimum Error Thresholding

    Kittler二值化方法,是一种经典的基于直方图的二值化方法.由J. Kittler在1986年发表的论文“Minimum Error Thresholding”提出.论文是对贝叶斯最小错误阈值的准则 ...

  10. MySQL数据库基准压力测试工具之MySQLSlap使用实例

    一.Mysqlslap介绍 mysqlslap是MySQL5.1之后自带的benchmark基准测试工具,类似Apache Bench负载产生工具,生成schema,装载数据,执行benckmark和 ...