码迷,mamicode.com
首页 > 其他好文 > 详细

Histograms of Sparse Codes for Object Detection用于目标检测的稀疏码直方图

时间:2019-10-16 11:30:41      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:aggregate   目标   int   dict   framework   gate   HERE   parse   hog   

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.

Histograms of Sparse Codes for Object Detection用于目标检测的稀疏码直方图

标签:aggregate   目标   int   dict   framework   gate   HERE   parse   hog   

原文地址:https://www.cnblogs.com/2008nmj/p/11684158.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!