Histograms of Sparse Codes for Object Detection
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Dimensionality ReductionObjectobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
Robust Scene Text Recognition Using Sparse Coding based Features
In this paper, we propose an effective scene text recognition method using sparse coding based features, called Histograms of Sparse Codes (HSC) features. For character detection, we use the HSC features instead of using…
Scene Text RecognitionTransferring dense object detection models to event-based data
Event-based image representations are fundamentally different to traditional dense images. This poses a challenge to apply current state-of-the-art models for object detection as they are designed for dense images. In th…
Dense Object DetectionObjectobject-detectionObject DetectionDistributed Coding of Multiview Sparse Sources with Joint Recovery
In support of applications involving multiview sources in distributed object recognition using lightweight cameras, we propose a new method for the distributed coding of sparse sources as visual descriptor histograms ext…
compressed sensingObject RecognitionHistograms of Pattern Sets for Image Classification and Object Recognition
This paper introduces a novel image representation capturing feature dependencies through the mining of meaningful combinations of visual features. This representation leads to a compact and discriminative encoding of…
BinarizationGeneral Classificationimage-classificationImage Classification+4A comprehensive study of sparse codes on abnormality detection
Sparse representation has been applied successfully in abnormal event detection, in which the baseline is to learn a dictionary accompanied by sparse codes. While much emphasis is put on discriminative dictionary constru…
Anomaly DetectionEvent Detection