SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
DOI : 10.5121/ijist.2014.4311 83
HUMAN DETECTION IN HOURS OF
DARKNESS USING GAUSSIAN MIXTURE
MODEL ALGORITHM
E.Komagal1
, V.Seenivasan2
, K.Anand3
and C.P.Anand raj4
1-4
Department of Electronics and Communication Engg.
1-4
Velammal College of Engg. And Tech.,Viraganoor,Madurai.
Abstract
Video surveillance systems are very important in our everyday life. Video surveillance applications are
used in airports, banks, offices and even our homes to remain us secure. Night vision is the ability to see in
low light conditions. Surveillance video may not be seen clearly. Especially under the weak illumination
conditions. The details of the image are very poor at night. Most of the previous work has focused on
daytime Surveillance. This paper proposes a method of Human detection in hours of darkness (night time)
using Gaussian Mixture Model (GMM) in real night environment employing an infrared radiation camera.
Infrared video is taken as Input to perform Human detection at night. Then the video was processed using
Gaussian mixture model algorithm, it was confirmed that by using this method accurate detection of human
at night is possible.
I. INTRODUCTION
Nowadays, crimes, robberies, accidents and terrorist attacks are highly increasing. So it is
necessary to develop innovative surveillance systems capable of monitoring very different
environments, like buildings (indoor and their neighbours), parking, stores, public parks,
galleries, roads,etc. Moving object detection plays a vital role in video surveillance. Most high-
level applications such as abnormal event detection are based on the success of moving object
detection. Although a lot of moving object detection methods such as background subtraction
have been proposed(1-4). Traditional background subtraction methods perform poorly at night.
Robust method is proposed for automatic video surveillance in low-light level environment which
has quality problems of low brightness, low contrast and high-level noise. Using this method like
illumination compensation and illumination invariant background subtraction to solve the low-
quality problem in night surveillance (5). Even though objects in the Retinex image can be
recovered clearly and colorfully, Retinex is not suitable to cope with the problem of local
illumination changes problem in video sequence. Another preprocessing method for surveillance
videos is time-dependent intrinsic images [6] which are regarded as illumination normalized ones.
Directional Motion History Images (DMHIs) and Directional Motion Energy Images (DMEIs) for
human motion Representation using infrared radiation camera video(7) were also proposed. Park
and Jeong [8] use color features to extract candidate regions and then select candidate pixels that
may come from signal light from grabbed image based on statistical features.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
84
Regions remain are examined to see if each region were of a shape of circle since there are many
light sources that have color like signal light. Finally, they remove noise to increase reliability by
robust filtering. Pedestrian detection has been analyzed widely in the context of video
surveillance with fixed cameras and immobile backgrounds. Techniques like background
elimination and analysis, episodic motion, evenness, silhouette shape analysis of the foreground
[9], [10], Berrada et al. [11] used simple image subtraction techniques to extract the pixels
indicating motion and then computed the mean and standard deviation along the horizontal and
vertical axes to identify human motion in a given sequence. In the literature, some researchers
focus on detecting vehicles at nighttime [12], traffic lights [13] and tail lights of vehicles in front
[14] and human motiondetection and background subtraction (1-9) significant results have been
identified by which the existing problems and their solutions are detected.
II. PROPOSED APPROACH
Proposed approach for human detection in darkness(night time) is to use the Gaussian Mixture
Model(GMM) in real night environment employing an infrared radiation camera. Infrared video
is taken as Input to perform Human detection at night. Then the video was used by Gaussian
mixture model algorithm in which the Gaussians are used for segmentation of the image. Then
the segmented image is subjected to various levels of testing and finally the human beings are
identified.
III. METHODOLOGY
The GMM chart of the human detection analysis system is shown in Fig.1. Input video here is
taken as infrared video and that video is used for processing. For detection of human the
processed video is applied for Gaussian mixture model. By this method the foreground (FG) and
Background (BGD) of the moving human is extracted. The detected human can also be used for
tracking.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
85
Fig.1.GMM Diagram
IV. MIXTURE OF GAUSSIAN:
In statistics, a mixture model is a probabilistic model for representing the presence
of subpopulations taken as a whole population, without requiring that an observed data set should
identify the sub-population. In general a mixture model refers to the mixture distribution that
represents the probability distribution of observations in the overall population.
Some ways of implementing mixture models involve steps that attribute postulated sub-
population-identities to individual observations (or weights towards such sub-populations), in
which case these can be regarded as types of unsupervised learning or clustering techniques.
Inference procedures do not include these steps.
A.LEARNING THE BACKGROUND MODEL
The sole purpose of using a gaussian mixture model is to obtain accurate segmentation of the
target image. The first step in Gaussian mixture model is to learn the background model. The
Gaussians are identified and using this the background model is identified.
In the mixture of Gaussians model, parameters of a pixel are modeled as a mixture of Gaussians.
Gaussians correspond to the background color is determined. Pixel values that do not fit the
Infra red video input
Learning the background model
The parameters of Gaussians: Mean,
Variance and Weight
Number of Gaussians per pixel
Near and far field detection of humans
Find the B distribution sorted to have
descending weights
Classifying pixels as background or
foreground
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
86
background distributions are considered foreground until there is a Gaussian that includes them
with sufficient evidence behind it. Each pixel of the background is modeled by a separate mixture
of 'K' Gaussians as
( )
t
X
P = ,
,
(
*
1
, i
t
k
i
t
i X 


∑
=
∑ )
,t
i ……………..(1)
where K is the number of Gaussians (K = 3 to 5). Xt is the present pixel value vector, which
consists of red, green, blue component intensity. i, t is an estimate of the weight of the ith
Gaussian in the mixture at time’t’; μ i, t and Σ i, t are respectively the mean value and the
covariance matrix of the i th
Gaussian in the mixture at ’t’. (This assumes that the red, green, blue
pixel components are independent), and 'η' is a Gaussian probability density function.
)
,
,
( b
t
g
f
r
t
t x
x
x
X = )
,
,
( ,
,
,
,
b
t
i
g
t
i
r
t
i
t
i 


 = ……………..(2)
)
(
1
*
)
(
2
/
1
2
/
)
2
(
1 2
/
1





 −
−
Σ
−
∑
∏
−
x
x
e
n
……………..(3)
Foreground segmentation consists of two independent harms: 1) estimating the parameters of k
Gaussians and 2) evaluating the likelihood of each Gaussian to represent the background.
B.ESTIMATING PARAMETERS OF K-GAUSSIAN DISTRIBUTIONS
The weights and means are initialized to 0. Variances are set to a large value 'V0'. Then at time’t’,
every new pixel value 'Xt' is checked against the existing ‘K’ Gaussian distributions, until a match
is found. A match is defined as a pixel value ‘Xt’ inside 2.5 standard deviations of a distribution.
The 'μ' and 'Σ' parameters of the unmatched Gaussian distributions remain the same, and the
parameters of Gaussian 'Gi' in the mixture that matches 'Xt' is updated as follows
t
t
t X
p ∗
+
∗
−
= − 

 1
)
1
( ∑
∑ −
−
= 1
,
*
)
1
(
, t
i
p
t
i )]
(
*
)
[(
* ,
, t
i
t
t
i
t x
x
diag 

 
−
−
+ ..(4)
Where ρ = α * η (Xt | μi, t-1, Σ i, t-1), 'α' is the learning rate, diag [x] produces a diagonal matrix
from matrix 'Xt'. If none of the 'K' Gaussians matches the current pixel value 'Xt', the least
probable distribution Gj is reassigned, where
,
,
0
1
,
},
1
,
min{
arg xt
jt
w
t
j
t
i
j =
=
−
−
= 


l
v
t
j ,
1
, 0
∑ =
− ……………..(5)
Where, 'W0' is a small prior weight; 'I' is a 3 x 3 identity matrix. Then the weight of all 'k'
Gaussian distributions at time’t’,’ ω i, t ' are updated as:
m t
i
t
i
t
i ,
1
,
,
*
*
)
1
( 
 
 +
−
= −
∑
=
=
k
m
t
i
t
i
t
i
1
,
,
,


 …………..(6)
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
87
Where, 'M i, t = 1’ for the Gaussian distribution, 'Gi' which matched the 'Xt', and for the unmatched
Gaussians.
C. BACKGROUND MODEL ESTIMATION
After the parameters of each pixel model are updated, the Gaussians which are most likely to be
produced by background processes are determined. First, the Gaussians are ordered by the value
of ω, so the most likely background distributions will remain on top and the less probable
transient background distributions will move towards the bottom and eventually be replaced by
new distributions. Then, the first 'B' distributions are chosen as the background model and
expressed as shown in equation.
)
(
1
min
arg T
B
k
m
k
b
>
= ∑=

……………..(7)
Where ‘T’ is a threshold (0.5 < T < 1), the first 'B' components of the sorted mixture Gaussians
are responsible for the background. If the pixel 'Xt' is best modeled by one of the background
components (the pixel value 'Xt' matches one of the 'B' distributions), it is marked as background,
and otherwise it is classified as foreground.
V. RESULTS AND DISCUSSION
To evaluate the Human detection in environment at night by using MATLAB 2010.Here Infrared
Video was extracted as sequences and these sequence is used GMM algorithm to obtain the
accurate results of human detection and tracking The results are shown below Fig.(2)
Infrared video dataset is taken from OTCVBS and the segmentation is obatined by the software
MATLAB R2010A.The challenges faced during the detection of human beings includes detecting
the far field humans and contour detection. The best output was achieved by this method and
slight distortions have been significantly reduced.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
88
Fig 2. Detected near and far field outputs
VI. CONCLUSION
Human moving object detection at night is a very important focus for video scrutiny. A lot of
particular measures often are taken place in the night condition, for happening, the robbery of
resources. Unfortunately, traditional technique only works with sufficient intensity situation. This
is because that the challenges of low contrast and high-level noise usually accompany with low
brightness condition. The significant variation of illumination from narrow brightness source is
another huge challenge. Surveillance video may not be seen visibly. specially under the weak
illumination conditions. the image detail of the night video is very poor. Most of the previous
work has focused on daytime Surveillance. This paper proposes a method of Human detection in
hours of darkness(night time) using GMM algorithm in real night environment employing an
infrared radiation camera. infrared video is taken as Input to perform Human detection at night.
Then the video was used by GMM GMM algorithm, it was confirmed that by using this method
performs accurately to detect human at night is possible. The research show that our method can
really detect moving object at night accurately.
REFERENCE
[1] C. Stauffer and W. E. L. Grimson, "Learning patterns of activity using real-time tracking," IEEE
Trans. on Pattern Analysis and Machine Intelligence, vol. 22, no. 8, pp. 747-757, 2000.
[2] P. KaewTrakulPong and R. Bowden, "A real time adaptive visual surveillance system for tracking
low-resolution colour targets in dynamically changing scenes," Journal of Image and Vision
Computing., vol. 21, no. 10, pp. 913–929, Sep. 2003.
[3] J. H. Duncan and T.C. Chou, "On the detection of motion and the computation of GMM GMM,"
IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 14, no. 3, pp. 346-352, Mar. 1992.
[4] C. Braillon, C. Pradalier, J. L. Crowley, and C. Laugier, "Real-time moving obstacle detection using
GMM GMM models," IEEE Intelligent Vehicles Symposium, Tokyo, Japan, Jun 13-15, 2006, pp.
466-471.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
89
[5] Yuan-Kai Wang, “Moving Object Detection for Night Surveillance”, 2010 Sixth International
Conference on Intelligent Information Hiding and Multimedia Signal Processing, 2010 IEEE DOI
10.1109/IIHMSP.2010.66.
[6] Matsushita, K. Nishino, K. Ikeuchi, and M. Sakauchi, "Illumination normalization with time-
dependent intrinsic images for video surveillance," IEEE Trans. on Pattern Analysis and Machine
Intelligence, vol. 26, no. 10, pp. 1336-1347, Oct. 2004
[7] Tooru Hiroshima, Joo Kooi Tan, Hyoungseop Kim, Seiji Ishikawa, “Human Motion Recognition
Employing Infrared Radiation Camera Images”, SICE Annual Conference 2012 August 20-23, 2012,
Akita University, Akita, Japan,PP:392-395.
[8] J. H. Park, C. S. Jeong, “Real-time Signal Light Detection,” Proc. Future Generation Communication
and Networking Symposia, 2008.
[9] Haritaoglu et al., “Backpack: Detection of people carrying objects using silhouettes,” presented at the
Int. Conf. Computer Vision, Corfu,Greece, Sept. 1999.
[10] I. Haritaoglu, “W4: Real-time surveillance of people and their activities,”IEEE Trans. Pattern Anal.
Machine Intell., vol. 22, pp. 809–831,Aug. 2000.
[11] D. Berrada , M. Romero , G. Abowd , M. Blount , J. Davis, “Automatic administration of the Get Up
and Go Test,” Proceedings of the 1st ACM SIGMOBILE international workshop on Systems and
networking support for healthcare and assisted living environments, San Juan, Puerto Rico, June 11,
2007.
[12] Y. L. Chen, Y. H. Chen, C. J. Chen,and B. F. Wu,“Nighttime vehicle detection for driver assistance
and autonomous vehicles,” Proc. IEEE ICPR, pp. 687-690,2006.
[13] J. H. Park, C. S. Jeong, “Real-time Signal Light Detection,” Proc. Future Generation Communication
and Networking Symposia, 2008.
[14] R. O’Malley, M. Glavin, E. Jones, “Vehicle Detection at Night Based on Tail-Light Detection,”Proc.
International Symposium on Vehicular Computing Systems, 2008.

More Related Content

Similar to HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
Geospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial SystemsGeospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial Systems
IEREK Press
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
cscpconf
 

Similar to HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM (20)

Adaptive threshold for moving objects detection using gaussian mixture model
Adaptive threshold for moving objects detection using gaussian mixture modelAdaptive threshold for moving objects detection using gaussian mixture model
Adaptive threshold for moving objects detection using gaussian mixture model
 
Human Detection and Tracking System for Automatic Video Surveillance
Human Detection and Tracking System for Automatic Video SurveillanceHuman Detection and Tracking System for Automatic Video Surveillance
Human Detection and Tracking System for Automatic Video Surveillance
 
Multiple Person Tracking with Shadow Removal Using Adaptive Gaussian Mixture ...
Multiple Person Tracking with Shadow Removal Using Adaptive Gaussian Mixture ...Multiple Person Tracking with Shadow Removal Using Adaptive Gaussian Mixture ...
Multiple Person Tracking with Shadow Removal Using Adaptive Gaussian Mixture ...
 
76201966
7620196676201966
76201966
 
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSIONINFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
 
Fuzzy entropy based optimal
Fuzzy entropy based optimalFuzzy entropy based optimal
Fuzzy entropy based optimal
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
W33123127
W33123127W33123127
W33123127
 
Data-Driven Motion Estimation With Spatial Adaptation
Data-Driven Motion Estimation With Spatial AdaptationData-Driven Motion Estimation With Spatial Adaptation
Data-Driven Motion Estimation With Spatial Adaptation
 
50120130405020
5012013040502050120130405020
50120130405020
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mris
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy System
 
C04461620
C04461620C04461620
C04461620
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval of
 
Stereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
Stereo Vision Human Motion Detection and Tracking in Uncontrolled EnvironmentStereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
Stereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
 
Lw3620362041
Lw3620362041Lw3620362041
Lw3620362041
 
Geospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial SystemsGeospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial Systems
 
Boosting ced using robust orientation estimation
Boosting ced using robust orientation estimationBoosting ced using robust orientation estimation
Boosting ced using robust orientation estimation
 
Boosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation EstimationBoosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation Estimation
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
 

More from ijistjournal

BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
ijistjournal
 
TOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWS
TOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWSTOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWS
TOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWS
ijistjournal
 

More from ijistjournal (20)

International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
 
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
BRAIN TUMOR MRIIMAGE CLASSIFICATION WITH FEATURE SELECTION AND EXTRACTION USI...
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
 
A MEDIAN BASED DIRECTIONAL CASCADED WITH MASK FILTER FOR REMOVAL OF RVIN
A MEDIAN BASED DIRECTIONAL CASCADED WITH MASK FILTER FOR REMOVAL OF RVINA MEDIAN BASED DIRECTIONAL CASCADED WITH MASK FILTER FOR REMOVAL OF RVIN
A MEDIAN BASED DIRECTIONAL CASCADED WITH MASK FILTER FOR REMOVAL OF RVIN
 
DECEPTION AND RACISM IN THE TUSKEGEE SYPHILIS STUDY
DECEPTION AND RACISM IN THE TUSKEGEE  SYPHILIS STUDYDECEPTION AND RACISM IN THE TUSKEGEE  SYPHILIS STUDY
DECEPTION AND RACISM IN THE TUSKEGEE SYPHILIS STUDY
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
 
Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...Call for Papers - International Journal of Information Sciences and Technique...
Call for Papers - International Journal of Information Sciences and Technique...
 
Online Paper Submission - 4th International Conference on NLP & Data Mining (...
Online Paper Submission - 4th International Conference on NLP & Data Mining (...Online Paper Submission - 4th International Conference on NLP & Data Mining (...
Online Paper Submission - 4th International Conference on NLP & Data Mining (...
 
TOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWS
TOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWSTOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWS
TOWARDS AUTOMATIC DETECTION OF SENTIMENTS IN CUSTOMER REVIEWS
 
Research Articles Submission - International Journal of Information Sciences ...
Research Articles Submission - International Journal of Information Sciences ...Research Articles Submission - International Journal of Information Sciences ...
Research Articles Submission - International Journal of Information Sciences ...
 
ANALYSIS OF IMAGE WATERMARKING USING LEAST SIGNIFICANT BIT ALGORITHM
ANALYSIS OF IMAGE WATERMARKING USING LEAST SIGNIFICANT BIT ALGORITHMANALYSIS OF IMAGE WATERMARKING USING LEAST SIGNIFICANT BIT ALGORITHM
ANALYSIS OF IMAGE WATERMARKING USING LEAST SIGNIFICANT BIT ALGORITHM
 
Call for Research Articles - 6th International Conference on Machine Learning...
Call for Research Articles - 6th International Conference on Machine Learning...Call for Research Articles - 6th International Conference on Machine Learning...
Call for Research Articles - 6th International Conference on Machine Learning...
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...
 
Colour Image Steganography Based on Pixel Value Differencing in Spatial Domain
Colour Image Steganography Based on Pixel Value Differencing in Spatial DomainColour Image Steganography Based on Pixel Value Differencing in Spatial Domain
Colour Image Steganography Based on Pixel Value Differencing in Spatial Domain
 
Call for Research Articles - 5th International conference on Advanced Natural...
Call for Research Articles - 5th International conference on Advanced Natural...Call for Research Articles - 5th International conference on Advanced Natural...
Call for Research Articles - 5th International conference on Advanced Natural...
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
 
Design and Implementation of LZW Data Compression Algorithm
Design and Implementation of LZW Data Compression AlgorithmDesign and Implementation of LZW Data Compression Algorithm
Design and Implementation of LZW Data Compression Algorithm
 
Online Paper Submission - 5th International Conference on Soft Computing, Art...
Online Paper Submission - 5th International Conference on Soft Computing, Art...Online Paper Submission - 5th International Conference on Soft Computing, Art...
Online Paper Submission - 5th International Conference on Soft Computing, Art...
 

Recently uploaded

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 

Recently uploaded (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM

  • 1. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 DOI : 10.5121/ijist.2014.4311 83 HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM E.Komagal1 , V.Seenivasan2 , K.Anand3 and C.P.Anand raj4 1-4 Department of Electronics and Communication Engg. 1-4 Velammal College of Engg. And Tech.,Viraganoor,Madurai. Abstract Video surveillance systems are very important in our everyday life. Video surveillance applications are used in airports, banks, offices and even our homes to remain us secure. Night vision is the ability to see in low light conditions. Surveillance video may not be seen clearly. Especially under the weak illumination conditions. The details of the image are very poor at night. Most of the previous work has focused on daytime Surveillance. This paper proposes a method of Human detection in hours of darkness (night time) using Gaussian Mixture Model (GMM) in real night environment employing an infrared radiation camera. Infrared video is taken as Input to perform Human detection at night. Then the video was processed using Gaussian mixture model algorithm, it was confirmed that by using this method accurate detection of human at night is possible. I. INTRODUCTION Nowadays, crimes, robberies, accidents and terrorist attacks are highly increasing. So it is necessary to develop innovative surveillance systems capable of monitoring very different environments, like buildings (indoor and their neighbours), parking, stores, public parks, galleries, roads,etc. Moving object detection plays a vital role in video surveillance. Most high- level applications such as abnormal event detection are based on the success of moving object detection. Although a lot of moving object detection methods such as background subtraction have been proposed(1-4). Traditional background subtraction methods perform poorly at night. Robust method is proposed for automatic video surveillance in low-light level environment which has quality problems of low brightness, low contrast and high-level noise. Using this method like illumination compensation and illumination invariant background subtraction to solve the low- quality problem in night surveillance (5). Even though objects in the Retinex image can be recovered clearly and colorfully, Retinex is not suitable to cope with the problem of local illumination changes problem in video sequence. Another preprocessing method for surveillance videos is time-dependent intrinsic images [6] which are regarded as illumination normalized ones. Directional Motion History Images (DMHIs) and Directional Motion Energy Images (DMEIs) for human motion Representation using infrared radiation camera video(7) were also proposed. Park and Jeong [8] use color features to extract candidate regions and then select candidate pixels that may come from signal light from grabbed image based on statistical features.
  • 2. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 84 Regions remain are examined to see if each region were of a shape of circle since there are many light sources that have color like signal light. Finally, they remove noise to increase reliability by robust filtering. Pedestrian detection has been analyzed widely in the context of video surveillance with fixed cameras and immobile backgrounds. Techniques like background elimination and analysis, episodic motion, evenness, silhouette shape analysis of the foreground [9], [10], Berrada et al. [11] used simple image subtraction techniques to extract the pixels indicating motion and then computed the mean and standard deviation along the horizontal and vertical axes to identify human motion in a given sequence. In the literature, some researchers focus on detecting vehicles at nighttime [12], traffic lights [13] and tail lights of vehicles in front [14] and human motiondetection and background subtraction (1-9) significant results have been identified by which the existing problems and their solutions are detected. II. PROPOSED APPROACH Proposed approach for human detection in darkness(night time) is to use the Gaussian Mixture Model(GMM) in real night environment employing an infrared radiation camera. Infrared video is taken as Input to perform Human detection at night. Then the video was used by Gaussian mixture model algorithm in which the Gaussians are used for segmentation of the image. Then the segmented image is subjected to various levels of testing and finally the human beings are identified. III. METHODOLOGY The GMM chart of the human detection analysis system is shown in Fig.1. Input video here is taken as infrared video and that video is used for processing. For detection of human the processed video is applied for Gaussian mixture model. By this method the foreground (FG) and Background (BGD) of the moving human is extracted. The detected human can also be used for tracking.
  • 3. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 85 Fig.1.GMM Diagram IV. MIXTURE OF GAUSSIAN: In statistics, a mixture model is a probabilistic model for representing the presence of subpopulations taken as a whole population, without requiring that an observed data set should identify the sub-population. In general a mixture model refers to the mixture distribution that represents the probability distribution of observations in the overall population. Some ways of implementing mixture models involve steps that attribute postulated sub- population-identities to individual observations (or weights towards such sub-populations), in which case these can be regarded as types of unsupervised learning or clustering techniques. Inference procedures do not include these steps. A.LEARNING THE BACKGROUND MODEL The sole purpose of using a gaussian mixture model is to obtain accurate segmentation of the target image. The first step in Gaussian mixture model is to learn the background model. The Gaussians are identified and using this the background model is identified. In the mixture of Gaussians model, parameters of a pixel are modeled as a mixture of Gaussians. Gaussians correspond to the background color is determined. Pixel values that do not fit the Infra red video input Learning the background model The parameters of Gaussians: Mean, Variance and Weight Number of Gaussians per pixel Near and far field detection of humans Find the B distribution sorted to have descending weights Classifying pixels as background or foreground
  • 4. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 86 background distributions are considered foreground until there is a Gaussian that includes them with sufficient evidence behind it. Each pixel of the background is modeled by a separate mixture of 'K' Gaussians as ( ) t X P = , , ( * 1 , i t k i t i X    ∑ = ∑ ) ,t i ……………..(1) where K is the number of Gaussians (K = 3 to 5). Xt is the present pixel value vector, which consists of red, green, blue component intensity. i, t is an estimate of the weight of the ith Gaussian in the mixture at time’t’; μ i, t and Σ i, t are respectively the mean value and the covariance matrix of the i th Gaussian in the mixture at ’t’. (This assumes that the red, green, blue pixel components are independent), and 'η' is a Gaussian probability density function. ) , , ( b t g f r t t x x x X = ) , , ( , , , , b t i g t i r t i t i     = ……………..(2) ) ( 1 * ) ( 2 / 1 2 / ) 2 ( 1 2 / 1       − − Σ − ∑ ∏ − x x e n ……………..(3) Foreground segmentation consists of two independent harms: 1) estimating the parameters of k Gaussians and 2) evaluating the likelihood of each Gaussian to represent the background. B.ESTIMATING PARAMETERS OF K-GAUSSIAN DISTRIBUTIONS The weights and means are initialized to 0. Variances are set to a large value 'V0'. Then at time’t’, every new pixel value 'Xt' is checked against the existing ‘K’ Gaussian distributions, until a match is found. A match is defined as a pixel value ‘Xt’ inside 2.5 standard deviations of a distribution. The 'μ' and 'Σ' parameters of the unmatched Gaussian distributions remain the same, and the parameters of Gaussian 'Gi' in the mixture that matches 'Xt' is updated as follows t t t X p ∗ + ∗ − = −    1 ) 1 ( ∑ ∑ − − = 1 , * ) 1 ( , t i p t i )] ( * ) [( * , , t i t t i t x x diag     − − + ..(4) Where ρ = α * η (Xt | μi, t-1, Σ i, t-1), 'α' is the learning rate, diag [x] produces a diagonal matrix from matrix 'Xt'. If none of the 'K' Gaussians matches the current pixel value 'Xt', the least probable distribution Gj is reassigned, where , , 0 1 , }, 1 , min{ arg xt jt w t j t i j = = − − =    l v t j , 1 , 0 ∑ = − ……………..(5) Where, 'W0' is a small prior weight; 'I' is a 3 x 3 identity matrix. Then the weight of all 'k' Gaussian distributions at time’t’,’ ω i, t ' are updated as: m t i t i t i , 1 , , * * ) 1 (     + − = − ∑ = = k m t i t i t i 1 , , ,    …………..(6)
  • 5. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 87 Where, 'M i, t = 1’ for the Gaussian distribution, 'Gi' which matched the 'Xt', and for the unmatched Gaussians. C. BACKGROUND MODEL ESTIMATION After the parameters of each pixel model are updated, the Gaussians which are most likely to be produced by background processes are determined. First, the Gaussians are ordered by the value of ω, so the most likely background distributions will remain on top and the less probable transient background distributions will move towards the bottom and eventually be replaced by new distributions. Then, the first 'B' distributions are chosen as the background model and expressed as shown in equation. ) ( 1 min arg T B k m k b > = ∑=  ……………..(7) Where ‘T’ is a threshold (0.5 < T < 1), the first 'B' components of the sorted mixture Gaussians are responsible for the background. If the pixel 'Xt' is best modeled by one of the background components (the pixel value 'Xt' matches one of the 'B' distributions), it is marked as background, and otherwise it is classified as foreground. V. RESULTS AND DISCUSSION To evaluate the Human detection in environment at night by using MATLAB 2010.Here Infrared Video was extracted as sequences and these sequence is used GMM algorithm to obtain the accurate results of human detection and tracking The results are shown below Fig.(2) Infrared video dataset is taken from OTCVBS and the segmentation is obatined by the software MATLAB R2010A.The challenges faced during the detection of human beings includes detecting the far field humans and contour detection. The best output was achieved by this method and slight distortions have been significantly reduced.
  • 6. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 88 Fig 2. Detected near and far field outputs VI. CONCLUSION Human moving object detection at night is a very important focus for video scrutiny. A lot of particular measures often are taken place in the night condition, for happening, the robbery of resources. Unfortunately, traditional technique only works with sufficient intensity situation. This is because that the challenges of low contrast and high-level noise usually accompany with low brightness condition. The significant variation of illumination from narrow brightness source is another huge challenge. Surveillance video may not be seen visibly. specially under the weak illumination conditions. the image detail of the night video is very poor. Most of the previous work has focused on daytime Surveillance. This paper proposes a method of Human detection in hours of darkness(night time) using GMM algorithm in real night environment employing an infrared radiation camera. infrared video is taken as Input to perform Human detection at night. Then the video was used by GMM GMM algorithm, it was confirmed that by using this method performs accurately to detect human at night is possible. The research show that our method can really detect moving object at night accurately. REFERENCE [1] C. Stauffer and W. E. L. Grimson, "Learning patterns of activity using real-time tracking," IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 22, no. 8, pp. 747-757, 2000. [2] P. KaewTrakulPong and R. Bowden, "A real time adaptive visual surveillance system for tracking low-resolution colour targets in dynamically changing scenes," Journal of Image and Vision Computing., vol. 21, no. 10, pp. 913–929, Sep. 2003. [3] J. H. Duncan and T.C. Chou, "On the detection of motion and the computation of GMM GMM," IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 14, no. 3, pp. 346-352, Mar. 1992. [4] C. Braillon, C. Pradalier, J. L. Crowley, and C. Laugier, "Real-time moving obstacle detection using GMM GMM models," IEEE Intelligent Vehicles Symposium, Tokyo, Japan, Jun 13-15, 2006, pp. 466-471.
  • 7. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 89 [5] Yuan-Kai Wang, “Moving Object Detection for Night Surveillance”, 2010 Sixth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, 2010 IEEE DOI 10.1109/IIHMSP.2010.66. [6] Matsushita, K. Nishino, K. Ikeuchi, and M. Sakauchi, "Illumination normalization with time- dependent intrinsic images for video surveillance," IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 26, no. 10, pp. 1336-1347, Oct. 2004 [7] Tooru Hiroshima, Joo Kooi Tan, Hyoungseop Kim, Seiji Ishikawa, “Human Motion Recognition Employing Infrared Radiation Camera Images”, SICE Annual Conference 2012 August 20-23, 2012, Akita University, Akita, Japan,PP:392-395. [8] J. H. Park, C. S. Jeong, “Real-time Signal Light Detection,” Proc. Future Generation Communication and Networking Symposia, 2008. [9] Haritaoglu et al., “Backpack: Detection of people carrying objects using silhouettes,” presented at the Int. Conf. Computer Vision, Corfu,Greece, Sept. 1999. [10] I. Haritaoglu, “W4: Real-time surveillance of people and their activities,”IEEE Trans. Pattern Anal. Machine Intell., vol. 22, pp. 809–831,Aug. 2000. [11] D. Berrada , M. Romero , G. Abowd , M. Blount , J. Davis, “Automatic administration of the Get Up and Go Test,” Proceedings of the 1st ACM SIGMOBILE international workshop on Systems and networking support for healthcare and assisted living environments, San Juan, Puerto Rico, June 11, 2007. [12] Y. L. Chen, Y. H. Chen, C. J. Chen,and B. F. Wu,“Nighttime vehicle detection for driver assistance and autonomous vehicles,” Proc. IEEE ICPR, pp. 687-690,2006. [13] J. H. Park, C. S. Jeong, “Real-time Signal Light Detection,” Proc. Future Generation Communication and Networking Symposia, 2008. [14] R. O’Malley, M. Glavin, E. Jones, “Vehicle Detection at Night Based on Tail-Light Detection,”Proc. International Symposium on Vehicular Computing Systems, 2008.