Abstract
Object detection has seen huge progress in recent years, much thanks to the heavily-engineered Histograms of Oriented Gradients (HOG) features. Can we go beyond gradients and do better than HOG? We provide an affirmative answer by proposing and investigating a sparse representation for object detection, Histograms of Sparse Codes (HSC).We compute sparse codes with dictionaries learned from data using K-SVD, and aggregate per-pixel sparse codes to form local histograms. We intentionally keep true to the sliding window framework (with mixtures and parts) and only change the underlying features. To keep training (and testing) efficient, we apply dimension reduction by computing SVD on learned models, and adopt supervised training where latent positions of roots and parts are given externally e.g. from a HOG-based detector. By learning and using local representations that are much more expressive than gradients, we demonstrate large improvements over the state of the art on the PASCAL benchmark for both rootonly and part-based models.

最新文章

  1. [MySQL Reference Manual] 23 Performance Schema结构
  2. maven+spark2.0.0最大连通分量
  3. jQuery入门第二天&&&正则表达式完结篇——仿smarty引擎的制作
  4. MAC常用快捷键
  5. php中ckeditor(Fckeditor)的配置方法
  6. whereis 命令
  7. Aspose.Cells 导入导出EXCEL(转)
  8. MFC中添加OpenGL
  9. Delphi WebService 需要注意 转
  10. 【剑指Offer学习】【面试题56:链表中环的入口结点】
  11. Mysql字符串截取总结:left()、right()、substring()、substring_index()
  12. [转]CDH QuickStart VM基本使用
  13. webpack4.0各个击破(2)—— CSS篇
  14. keras神经网络做简单的回归问题
  15. PHP协程入门详解
  16. java中常用jar包
  17. Python fcntl 与 signal 模块使用
  18. 【Git使用】SourceTree+Git简单使用(Windows)(转)
  19. mysql 添加权限和撤销权限的实例(亲测可行)
  20. JUC集合之 ConcurrentSkipListSet

热门文章

  1. git.ZC一套命令_稀疏签出(sparse-checkout)
  2. POJ 3549 GSM phone(圆+扫描线+最短路)
  3. CSS 毛玻璃效果
  4. 1、Java调用C语言(本地法)
  5. C#多播委托详解
  6. git合并丢失代码问题分析与解决(错误操作导致)
  7. SpringMVC拦截器(资源和权限管理)
  8. python 变量、列表、元组、字典
  9. Error response from daemon: Container ************** is not running
  10. odoo ERP 系统安装与使用