Human Detection from Ground Truth Cameras through Combined Use of Histogram of Oriented Gradients and Body Part Models (original) (raw)
Related papers
Efficiency improvement of human body detection with histograms of oriented gradients
2008
In this paper we investigate improvements to the efficiency of human body detection using histograms of oriented gradients (HOG). We do this without compromising the performance significantly. This is especially relevant for embedded implementations in smart camera systems, where the onboard processing power and memory is limited. We focus on applications for indoor environments such as offices and living rooms. We present different experiments to reduce both the computational complexity as well as the memory requirements for the trained model. Since the HOG feature length is large, the total memory size needed for storing the model can become more than 50MB. We use a feature selection based on Bayesian theory to reduce the feature length. Additionally we compare the performance of the full-body detector with an upper-body only detector. For computational complexity reduction we employ a ROI-based approach.
Enhancing Real-time Human Detection based on Histograms of Oriented Gradients
In this paper we propose a human detection framework based on an enhanced version of Histogram of Oriented Gradients (HOG) features. These feature descriptors are computed with the help of a precalculated histogram of square-blocks. This novel method outperforms the integral of oriented histograms allowing the calculation of a single feature four times faster. Using Adaboost for HOG feature selection and Support Vector Machine as weak classifier, we build up a real-time human classifier with an excellent detection rate.
Boosting Histograms of Oriented Gradients for Human Detection
In this paper we propose a human detection framework based on an enhanced version of Histogram of Oriented Gradients (HOG) features. These feature descriptors are computed with the help of a precalculated histogram of squareblocks. This novel method outperforms the integral of oriented histograms allowing the calculation of a single feature four times faster. Using Adaboost for HOG feature selection and Support Vector Machine as weak classifier, we build up a fast human classifier with an excellent detection rate.
Histograms of Oriented Gradients for Human Detection
We study the question of feature sets for robust visual object recognition, adopting linear SVM based human detection as a test case. After reviewing existing edge and gradient based descriptors, we show experimentally that grids of Histograms of Oriented Gradient (HOG) descriptors significantly outperform existing feature sets for human detection. We study the influence of each stage of the computation on performance, concluding that fine-scale gradients, fine orientation binning, relatively coarse spatial binning, and high-quality local contrast normalization in overlapping descriptor blocks are all important for good results. The new approach gives near-perfect separation on the original MIT pedestrian database, so we introduce a more challenging dataset containing over 1800 annotated human images with a large range of pose variations and backgrounds. Receiver Operating Characteristics (ROC's) but allow small
Accelerated Histogram of Oriented Gradients for Human Detection
Dutse Journal of Pure and Applied Sciences
Histogram of Oriented Gradients (HOG) is an object detection algorithm used to detect people from an image. It involves features extraction called ‘HOG descriptor’ which are used to identify a person in the image. Several operations are involved in the feature extraction process. Hence performing numerous computations in order to obtain HOG descriptors takes some considerable amount of time. This slow computation speed limits HOG’s application in real-time systems. This paper investigates HOG with a view to improve its speed, modify the feature computation process to develop a faster version of HOG and finally evaluate against existing HOG. The technique of asymptotic notation in particular Big-O notation was applied to each stage of HOG and the complexity for the binning stage was modified. This results in a HOG version with a reduced complexity from n4 to n2 thereby having an improved speed as compared to the original HOG.
We study the question of feature sets for robust visual object recognition, adopting linear SVM based human detection as a test case. After reviewing existing edge and gradient based descriptors, we show experimentally that grids of Histograms of Oriented Gradient (HOG) descriptors significantly outperform existing feature sets for human detection. We study the influence of each stage of the computation on performance, concluding that fine-scale gradients, fine orientation binning, relatively coarse spatial binning, and high-quality local contrast normalization in overlapping de-scriptor blocks are all important for good results. The new approach gives near-perfect separation on the original MIT pedestrian database, so we introduce a more challenging dataset containing over 1800 annotated human images with a large range of pose variations and backgrounds.
High-speed human detection using a multiresolution cascade of histograms of oriented gradients
2009
This paper presents a new method for human detection based on a multiresolution cascade of Histograms of Oriented Gradients (HOG) that can highly reduce the computational cost of the detection search without affecting accuracy. The method consists of a cascade of sliding window detectors. Each detector is a Support Vector Machine (SVM) composed by features at different resolution, from coarse for the first level to fine for the last one. Considering that the spatial stride of the sliding window search is affected by the HOG features size, unlike previous methods based on Adaboost cascades, we can adopt a spatial stride inversely proportional to the features resolution. This produces that the speed-up of the cascade is not only due to the low number of features that need to be computed in the first levels, but also to the lower number of detection windows that needs to be evaluated. Experimental results shows that our method permits a detection rate comparable with the state of the art, but at the same time a gain in the speed of the detection search of 10-20 times depending on the cascade configuration.
Significant HOG-Histogram of Oriented Gradient Feature Selection for Human Detection
International Journal of Computer Applications, 2015
Detecting human efficiently is an important field of research and has many applications such as intelligent vehicle, robotics and video surveillance. Histogram of Oriented Gradient (HOG) is one of the eminent algorithms for human shape detection. HOG features are extracted from all location of a dense grid on an image region and use linear Support Vector Machine (SVM) to classify the combined features. Although HOG gives an accurate description of the contour of human body, it requires a large computational time. We studied the fundamental idea and consider features that have high percentage to contain edge. In this proposed method we used difference of Gaussian to obtain the edge percentage of each feature. Then a threshold is used to remove features with low edge percentage. Selected features then classified using linear SVM. Experiments on INRIA dataset demonstrate that the proposed method not only reduce the dimension of the HOG features but also outperforms.
HOG Based fast Human Detection
Objects recognition in image is one of the most difficult problems in computer vision. It is also an important step for the implementation of several existing applications that require highlevel image interpretation. Therefore, there is a growing interest in this research area during the last years. In this paper, we present an algorithm for human detection and recognition in realtime, from images taken by a CCD camera mounted on a car-like mobile robot. The proposed technique is based on Histograms of Oriented Gradient (HOG) and SVM classifier. The implementation of our detector has provided good results, and can be used in robotics tasks.
Human detection based on integral Histograms of Oriented Gradients and SVM
2011 International Conference on Communications, Computing and Control Applications (CCCA), 2011
This paper presents a method for human detection in video sequence. The Histogram of Oriented Gradients (HOG) descriptors show experimentally significantly out-performs existing feature sets for human detection. Because of HOG computation influence on performance, we finally choose a more better HOG descriptor to extract human feature from visible spectrum images based on OpenCv and MS VC++. We realized an image descriptor based on Integral Histograms of Oriented Gradients (HOG), associated with a Support Vector Machine (SVM) classifier and evaluate its efficiency.