Real time Video Fire Detection using Spatio-Temporal Consistency Energy

Size: px
Start display at page:

Download "Real time Video Fire Detection using Spatio-Temporal Consistency Energy"

Transcription

1 th IEEE International Conference on Advanced Video and Signal Based Surveillance Real time Video Fire Detection using Spatio-Temporal Consistency Energy Panagiotis Barmpoutis Information Technologies Institute, ITI-CERTH, 1st Km Thermi-Panorama Rd, Thessaloniki, Greece Kosmas Dimitropoulos Information Technologies Institute, ITI-CERTH, 1st Km Thermi-Panorama Rd, Thessaloniki, Greece Nikos Grammalidis Information Technologies Institute, ITI-CERTH, 1st Km Thermi-Panorama Rd, Thessaloniki, Greece Abstract In this paper a new algorithm is proposed for detecting fire from video data in real time based on a combination of features, including a new spatio-temporal consistency feature. A significant challenge in flame detection systems is to discriminate between actual fire and false alarms caused by fire colored objects. Towards this aim, we propose an algorithm that has significant advantages: a) it is fast since rectangular non-overlapping blocks are used as basic elements (instead of arbitrary-shaped regions) b) a spatio-temporal consistency feature is used in addition to color probability, spatial energy, flickering and spatio-temporal energy features and c) an improved rule-based classification approach is proposed, after evaluating seven different classification approaches. Experimental results are presented that confirm the efficiency of the proposed approach. 1. Introduction The evolution of imaging technology has positively affected several areas of computer vision. In the case of fire detection for security applications, video based techniques based on image processing have significant advantages. Specifically, visual cameras as opposed to thermal (or smoke) sensors have a small response time, since there is no need to wait for the heat (or smoke) to diffuse, before it can be detected. Furthermore, they have low cost and ability to cover large areas, especially if rotating (PTZ) cameras are used. Important properties of a vision based detection system are its response time and the probability of detection (true positives) versus the number of false alarms (e.g. caused by fire colored moving objects). However, a big challenge is to decrease the high false alarm rates often due to a) natural objects which have the same characteristics with flame, b) large variations of flame appearance in videos and c) environmental changes that complicate fire detection including clouds, sun, shadows, dust particles, light reflections, etc. [1] Toreyin et al. [2] proposed an algorithm in which flame and fire flickering are detected by analyzing the video in the wavelet domain, while in [3] a hidden Markov model was used to mimic the temporal behavior of flame. Zhang et al. [4] proposed a contour based forest fire detection algorithms using FFT and wavelets, whereas Celik and Demiral [5] presented a rule-based generic color model for fire flame pixel classification. Ko et al. used hierarchical Bayesian networks for fire flame detection [6] and a fire flame detection method using fuzzy finite automata [7]. More recently, Dimitropoulos et al. [8] proposed a video flame detection algorithm using a combination of five spatio-temporal features to detect fire. Furthermore, an algorithm that uses covariance matrix descriptors for feature extraction from video is proposed in [9], while in [10] an algorithm based on feature fusion using a fuzzy classifier is presented. In this paper, a new block-based video algorithm is presented with significant improvements: a) it is faster since blocks are used as basic elements instead of blobs (arbitrary-shaped regions). b) a spatiotemporal consistency feature is added which is seen to significantly improve performance and c) an improved rule-based classification approach is proposed, after evaluating seven different classification approaches. More specifically, background subtraction and color analysis using a non-parametric model are first used in order to select candidate fire blocks. Then, four additional features are extracted from each block to reduce false alarm rates, namely color probability, spatial energy using 2D wavelet analysis, spatio-temporal energy and a flickering factor. Then, a novel feature is introduced, which measures spatiotemporal consistency by taking into account the existence of neighboring a) candidate blocks in the current and previous frames and b) neighboring flame fire blocks in the previous frames. As a final step, each candidate block is classified into two classes ( fire or non-fire ). In order to maximize efficiency, seven different classifiers are investigated (two rule based approaches, a Support Vector Machine (SVM), a Bayes, a Neural Network, a Decision Tree and a Random Tree classifier) and the bestperforming approach is used /13/$ IEEE 365

2 The rest of the paper is organized as follows: Section 2 describes in detail the different processing steps of the proposed approach. In Section 3, experimental results with fire and non-fire video sequences are presented. Finally, conclusions are drawn in Section Methodology Every frame of the video sequence is divided into NxN blocks (in our experiments N=16). As seen in Figure 1, the proposed methodology consists of several steps. Initially, background subtraction is performed to detect moving blocks. Color analysis is then applied to each moving block to decide whether it will be considered as a candidate fire block or not. For each candidate fire block, a vector of five features is then computed: a) fire color probability b) spatial wavelet energy, c) spatiotemporal energy d) flickering feature and e) spatiotemporal consistency energy. Finally, a classifier is used to determine whether the block is actually a fire block or not. For distant fires we keep the same percentage but, we either use smaller blocks or modify the zoom factor. Furthermore, for each candidate block, a color probability feature is then computing by averaging the color probability of each pixel within this block Spatial Wavelet Analysis As pointed out in [8], regions containing real fires exhibit a higher spatial variation than those in fire-like colored objects. Spatial wavelet analysis is a powerful image processing technique that has considerable potential to quantify this property. Therefore, a two dimensional wavelet filter is applied on the red channel of each frame and the spatial wavelet energy at each pixel is calculated by following formula:,=, +, +, (1) where HL, LH and HH are the high-frequency subbands of the wavelet decomposition. For each block, the spatial wavelet energy is estimated as the average of the energy of the pixels in the block. =,, (2) where is the number of pixels in a block. Figure 1: Overview of the proposed approach Background Subtraction Background subtraction is used as a first step to identify moving objects in the video. Based on the evaluation of thirteen background extraction algorithms in [8], we chose to use the Adaptive Median algorithm, which is fast and very efficient. However if there are moving objects in the background (e.g. moving branches) other more robust algorithms may be used Color Analysis In the second processing step, only blocks that contain a large number of fire-colored moving pixels are selected as candidate fire blocks. To filter out non-fire moving pixels, we compare their values with a predefined RGB color distribution that is created by non parametric estimation from a number of real fire-samples from video sequences captured from different cameras, similar to [8]. If the percentage of fire-colored pixels within a block is over a certain threshold, then the block is considered a candidate for the next steps (12,5%, in our experiments) Spatio-Temporal Analysis The shape of flame changes irregularly due to the airflow caused by wind or due to the type of burning material. Spatio-temporal analysis is useful for discriminating between real fire and fire-like colored objects. The temporal variance of the spatial energy of a pixel (i,j) within a temporal window of N last frames is:,=,, (3) where is the spatial energy of the pixel in time instance t and the average value of this energy. For each block, the total spatio-temporal energy,, is estimated by averaging the individual energy of pixels belonging in the block Temporal Processing =,, (4) The flickering property yields a very powerful feature for discriminating between actual fire and fire-like objects. This feature for a specific pixel can be mathematically expressed as a function of the number of changes c(i,j) from flame to non flame status and vice-versa within a 366

3 specific time interval. The following formula was found to be efficient (after experimental tests):,=2, 1 (5) The flickering feature for each block is calculated as the average the individual flickering contributions of the pixels in the block Spatio-Temporal Consistency Energy To measure the spatio-temporal consistency of a block we define an energy cost consisting of two terms: one for smoothness and one for data consistency. Figure 2: Calculation of $)* term using neighboring candidate and fire labeled blocks from current and previous frames. #$$%#& '= $)* '+ +,, ' (6) Specifically, to define $)* for each candidate fire block, we use the number of fire neighboring candidates blocks in the current frame as well as the number of neighboring blocks (either fire candidates or permanently labeled as fire blocks) in the previous frames in video sequence (Figure 2). Thus, $)* consists of two terms: one depending on whether the neighboring blocks are fire candidates or not and another on whether they are actually labeled as fire blocks or not: Figure 3: Calculation of candidate energy (,#+ ) using neighbor candidates blocks from current and previous frame. $)* '=,#+ '+,% ' (7) If we consider n previous frames for candidate blocks and m previous frames for fire-labeled blocks (n=1 and m=3 in our experiments), (7) can be re-written as: # ) (8) $)* = [.,#+ / ]+ [1,% / ] where,#+ is the candidate consistency energy which is calculated as the weighted average of the number of candidate fire-blocks out a) of the 8 neighboring blocks in the current frame and b) its 9 neighboring blocks in the previous frame (Figure 3). Use of the candidate blocks from the previous frame, in addition to those in the current frame, was seen to improve efficiency. Similarly, the labeling consistency energy,% is calculated as the weighted average of the number of spatio-temporal neighboring blocks (out of its 9 neighboring blocks) in each of the three previous frames, which have already been labeled by the algorithm as fire blocks (Figure 4). In our experiments, the coefficients for the weighted average, after experimental tests on the training set, are chosen as a 0 =a 1 =1 while b 1 =2, b 2 =1,5 and b 3 =1. By allocating a larger weight (b i >a i ) to the blocks that permanently labeled by the algorithm as fire blocks, we improve the efficiency and reduce the number of false alarms. Figure 4: Calculation of label energy (,% ) using neighbor blocks which identified as fire from three previous frames. Finally, to measure the data consistency +,, of the block neighborhood are, we use a weighted average of the other 4 computed features (Subsections ) as: +,, = (9) where c i is a factor which multiplied with each feature of data cost function (after experimental tests on the training set c 1 =c 2 =c 3 =1 and c 4 =6; the flickering feature has larger weight because it performs better). E data is then calculated as average value of E dblock for this block and its 8 neighboring blocks. Using this spatio-temporal consistency energy feature is advantageous since it takes into account the combination of a) neighboring candidates blocks in the current and in 367

4 Figure 5: Experimental results with videos containing actual fires. Figure 6: Experimental results with videos containing fire colored objects. the previous frames, b) already fire-labeled neighboring blocks in the previous frames and c) computed fire features in the block neighborhood. Moreover results obtained for this block are also propagated neighboring blocks in future frames, if they are candidate fire blocks Classification As a last step, classification is used to obtain the final decision about whether a block is a fire block or not based on the extracted features from each block. For this step, we evaluated a number of different classifiers: Support Vector Machine (SVM) classifier, Bayes classifier, Neural Network classifier, Decision Tree classifier, Random Tree classifier. Classifiers implemented using OpenCV [11]. In addition to these classifiers, two additional rule-based classification approaches were also evaluated. In the first approach (NR-1), a threshold th i is empirically defined for each feature i after conducting a number of experiments (Color probability: th 1 =0.0024, Spatial wavelet energy: th 2 =68, Temporal energy: th 3 =44, Spatio-temporal variance: th 4 =48, spatio-temporal consistency energy: th 5 =108). Then the following classification technique is applied for each block: first, the value of a metric C is computed by the following equation: 8 6 = /h,' (10) where F is a function defined as follows: 0,' </h /h,'=9 1,' >/h = (11) Based on the above metric, two rule-based classification techniques were defined: In NR-2, a block is classified as fire if C>=3 and as non-fire otherwise. In NR-1, additional emphasis is given to spatio-temporal consistency energy, by classifying the blocks as fire when C>=3 AND f 5 >T holds (T=75 in our experiments) and as non-fire otherwise. In our experiments, the training of classifiers was based on blocks from fire and non-fire video sequences. 368

5 Figure 7: Comparing proposed method with other methods [8], [9], [10] in videos containing actual fires. Figure 8: Comparing proposed method with other methods [8], [9], [10] in videos containing fire colored objects. Comparing the results of the seven classifiers that were used, we realized that the best results are highlighted using first rule based approach as analyzed above. Results are summarized in Figures 5 and 6. Figure 5 illustrates the ratio of the number of frames in which fire was correctly detected out of total number of frames in each fire test video sequence. The average recognition rates are: 96,18% for NR-1, 95,79% for NR-2, 98,99% for SVM classification, 90,11% for Bayes classifier, 98,67% for Neural Network classification, 98,50% for Decision Tree classification and 98,92% for Random Tree classification. Similarly, Figure 6 shows the ratio of the number of frames in which fire was erroneously detected (false alarms) out of total number of the number of frames in each non-fire test video. Respectively, average ratios of false alarms are: 0,07% for first rule based approach (NR- 1), 4,53% for second rule based approach (NR-2), 29,48% for SVM classification, 9,84% for Bayes classifier, 29,49% for Neural Network classification, 23,09% for Decision Tree classification and 26,2% for Random Tree classification. True fire detection True fire detection True rejection of fire colored moving object True fire detection True rejection of fire colored moving object True rejection of fire colored moving object Figure 9: Images from results of proposed algorithm. 369

6 When considering all videos (both fire and non-fire), the best accuracy (proportion of the total number of samples that were correctly classified) is 98,05% using the rule based NR-1 approach. Screenshots of video sequences from results of proposed algorithm are represented in Figure Experimental results In this section we present indicative experimental results of the proposed method. Eleven videos containing actual fires and ten videos containing flame-colored moving objects were used for the evaluation. Test videos can be downloaded from the FIRESENSE video database [12]. To evaluate the performance of the proposed method, results are compared with results of the rule-based and SVM-based approach proposed in [8], the covariance matrix descriptors algorithm and approach using featuresfusion [9] and the fuzzy classifier approach [10]. As seen in Figures 7 and 8, results obtained using the first rule based proposed method (NR-1), are superior when compared to those obtained by the other methods. For fire videos, average percentage for recognition rates of fire is 82,43% for covariance matrix-based algorithm [9], 96,31% for the rule-based approach from [8], 99,64%, for the SVM classifier approach from [8], 92,76% for features-fusion approach [10], while it is 96,18% when using our first rule based proposed approach (NR-1). For non-fire videos containing fire colored objects, the average recognition rates are 0,4% for covariance matrixbased algorithm [9], 13,8% for blobs ruled based approach [8], 41,14% for blobs approach using SVM classifier [8], 44,82% for features-fusion approach [10], while it is only 0,08% for the proposed NR-1 approach. In total, the proposed rule-based approach (NR-1) achieves a total accuracy of 98,05%, which is superior than all other methods. Finally, in terms of speed, since blocks are used as basic elements, the proposed algorithm is 2,1% faster (by counting FPS) than the approach in [8], which used blobs (arbitrary-shaped regions) instead. 4. Conclusions In this paper, we have presented a novel framework for real time video fire detection. The framework consists of several processing steps involving background subtraction, color analysis, spatial wavelet analysis, spatio-temporal analysis, flickering feature, spatio-temporal consistency energy and classification. In order to solve the difficult problem of discriminating between fire-colored moving objects and actual fire, we used novel features that can improve performance and decrease detection errors. For this reason, we introduced a new feature (spatio-temporal consistency energy), which exploits prior knowledge about the possible existence of fire in neighboring blocks from the current and previous video frames. We applied our framework to twenty one videos containing actual fire and moving flame colored objects. As seen by the experimental results, the method compares favorably with four other recent techniques reported in the literature [8], [9], [10]. In the future, we will employ a similar framework to detect smoke, with the final objective of implementing a reliable platform for detecting flame and smoke that is very accurate and robust to environmental factors. References [1] Stipaničev, D., Vuko, T., Krstinić, D., Štula, M., Bodrožić, Lj., Forest Fire Protection by Advanced Video Detection System - Croatian Experiences, Third TIEMS Workshop Improvement of Disaster Management System, Trogir, September, 2006 [2] Töreyin, B., Dedeoglu, Y., Gudukbay, U. Cetin, A.E., Computer vision based method for real-time fire and flame detection, Pattern Recognition Letters, 27, pp , 2006 [3] Töreyin, B., Dedeoglu, Y., Gudukbay, U., Cetin, A.E, "Flame detection in video using hidden markov models," IEEE Int. Conf. on Image Processing, pp , 2005 [4] Zhang, Z., Zhao, J., Zhang, D., Qu, C., Ke, Y., and Cai, B. Contour Based Forest Fire Detection Using FFT and Wavelet, In Proceedings of CSSE (1). 2008, [5] Celik, T., Demirel, H., Fire detection in video sequences using a generic colour model, Fire Safety Journal, Vol. 44, pp , 2009 [6] Ko, B. C., Ham, S. J., Nam, J. Y., Modeling and Formalization of Fuzzy Finite Automata for Detection of Irregular Fire Flames, IEEE Transactions on Circuits and Systems for Video Technology, May 2011 [7] Ko, B., Cheong, K., Nam, J., Fire detection based on vision sensor and support vector machines, Fire Safety Journal, Vol. 44, pp , [8] Dimitropoulos K., Tsalakanidou F., Grammalidis N., Flame Detection For Video-Based Early Fire Warning Systems and 3D Visualization of Fire Propagation, IASTED International Conference on Computer Graphics and Imaging, /P , 2012 [9] Habiboglu H., Gunay O., and Cetin, A. E. "Covariance matrix-based fire and flame detection method in video", Machine Vision and Applications, Vol. 23 No 6, pp , November 2012 [10] Dimitropoulos K., Gumay O., Kose K., Erden F., Chaabene F., Tsalakanidou F., Grammalidis N., Cetin E., Flame Detection for Video-Based Early Fire Warning for the Protection of Cultural Heritage, 4th International Euro- Mediterranean Conference on Cultural Heritage (EuroMed 2012), Lemesos, Cyprus, 29 October-3 November 2012 [11] OpenCV documentation, [12] Firesense video database, index.php?option=com_remository&itemid=136&func=file info&id=1406&lang=en (registration is required) 370

Flame Detection for Video-Based Early Fire Warning for the Protection of Cultural Heritage

Flame Detection for Video-Based Early Fire Warning for the Protection of Cultural Heritage Flame Detection for Video-Based Early Fire Warning for the Protection of Cultural Heritage K. Dimitropoulos 1, O. Gunay 2, K. Kose 2, F. Erden 2, F. Chaabene 3, F. Tsalakanidou 1, N. Grammalidis 1 and

More information

Fire Detection System using Matlab

Fire Detection System using Matlab Fire Detection System using Matlab Chandrakant Shrimantrao 1, Mahesh S K 2, Vivekanand M Bonal 3 1 Fourth Sem M.Tech, 2 Asst. Professor, Appa Institute of Engineering and Technology Karnataka, 3 Head,

More information

Online Detection of Fire in Video

Online Detection of Fire in Video Online Detection of Fire in Video B. Uǧur Töreyin, A. Enis Çetin Bilkent University 06800 Ankara Turkey {ugur,cetin}@ee.bilkent.edu.tr Abstract This paper describes an online learning based method to detect

More information

Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images

Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images Gao Xu, Qixing Zhang, Gaohua Lin, Jinjun Wang, Yongming Zhang State Key Laboratory of Fire Science, University of

More information

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Mario I. Chacon-Murguia and Francisco J. Perez-Vargas Visual Perception Applications on Robotic Lab, Chihuahua

More information

State of the art in vision-based fire and smoke detection

State of the art in vision-based fire and smoke detection State of the art in vision-based fire and smoke detection Steven Verstockt, Peter Lambert, Rik Van de Walle Department of Electronics and Information Systems Multimedia Lab Ghent University - IBBT, Ghent,

More information

Vision Based Intelligent Fire Detection System

Vision Based Intelligent Fire Detection System International Journal of Engineering Science Invention Volume 2 Issue 3 ǁ March. 2013 Vision Based Intelligent Fire Detection System AGITHA.K Dept. of Electronics &Telecommunication, VESIT hembur, Mumbai

More information

A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection

A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection 110 1 Sam G. Benjamin, 2 Radhakrishnan B 1 PG Student, CSE Department, Baselios Mathews II College of Engineering,

More information

Fast and Efficient Method for Fire Detection Using Image Processing

Fast and Efficient Method for Fire Detection Using Image Processing Fast and Efficient Method for Fire Detection Using Image Processing Turgay Celik Conventional fire detection systems use physical sensors to detect fire. Chemical properties of particles in the air are

More information

Fire Detection Using Image Processing

Fire Detection Using Image Processing Fire Detection Using Image Processing Ku. R.A.Agrawal ME Student Department of CSE Babasaheb Naik college of Engineering Pusad, India rachanaagrawal90@gmail.com Prof. S.T.Khandare Associate professor Department

More information

Fire Detection using Computer Vision Models in Surveillance Videos

Fire Detection using Computer Vision Models in Surveillance Videos M.V.D. Prasad, G. Jaya Sree, K. Gnanendra, P.V.V. Kishore and D. Anil Kumar ISSN : 0974-5572 International Science Press Volume 10 Number 30 2017 Fire Detection using Computer Vision Models in Surveillance

More information

Webcam Enabled Raspberry PI Fire Detection System

Webcam Enabled Raspberry PI Fire Detection System Webcam Enabled Raspberry PI Fire Detection System K.Sharmila 1, Mr.M.Sudhakaran 2, Mr.S.Iyyappan 3, Dr.R.Seyezhai 4 1 PG Scholar, Department of EEE, Ganadipathy Tulsi s Jain Engineering College, Vellore,

More information

FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS

FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS M. V. D. Prasad, G. Jaya Sree, K. Gnanendra, P. V. V. Kishore and D. Anil Kumar Department of Electronics and Communications Engineering,

More information

SMOKE DETECTION USING SPATIAL AND TEMPORAL ANALYSES. Chen-Yu Lee, Chin-Teng Lin, Chao-Ting Hong and Miin-Tsair Su

SMOKE DETECTION USING SPATIAL AND TEMPORAL ANALYSES. Chen-Yu Lee, Chin-Teng Lin, Chao-Ting Hong and Miin-Tsair Su International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 6, June 2012 pp. 1 11-03010 SMOKE DETECTION USING SPATIAL AND TEMPORAL ANALYSES

More information

An Intelligent Automatic Early Detection System of Forest Fire Smoke Signatures using Gaussian Mixture Model

An Intelligent Automatic Early Detection System of Forest Fire Smoke Signatures using Gaussian Mixture Model J Inf Process Syst, Vol.9, No.4, pp.621-632, December 2013 http://dx.doi.org/10.3745/jips.2013.9.4.621 pissn 1976-913X eissn 2092-805X An Intelligent Automatic Early Detection System of Forest Fire Smoke

More information

Video Analytics Technology for Disaster Management and Security Solutions

Video Analytics Technology for Disaster Management and Security Solutions FEATURED ARTICLES Disaster Management and Security Solutions for a Safe and Secure Way of Life Video Analytics Technology for Disaster Management and Security Solutions The rising demand for safety and

More information

IMAGE PROCESSING COLOR MODEL TECHNIQUES AND SENSOR NETWORKING IN IDENTIFYING FIRE FROM VIDEO SENSOR NODE S. R. VIJAYALAKSHMI & S.

IMAGE PROCESSING COLOR MODEL TECHNIQUES AND SENSOR NETWORKING IN IDENTIFYING FIRE FROM VIDEO SENSOR NODE S. R. VIJAYALAKSHMI & S. International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN (P): 2249-6831; ISSN (E): 2249-7943 Vol. 7, Issue 4, Aug 2017, 37-46 TJPRC Pvt. Ltd. IMAGE PROCESSING

More information

Study Of Pool Fire Heat Release Rate Using Video Fire Detection

Study Of Pool Fire Heat Release Rate Using Video Fire Detection Purdue University Purdue e-pubs International High Performance uildings Conference School of Mechanical Engineering 014 Study Of Pool Fire Heat Release Rate Using Video Fire Detection Arthur Kwok Keung

More information

Smoke and Fire Detection

Smoke and Fire Detection International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Smoke and Fire Detection Dr. (Mrs.) Saylee Gharge *, Sumeet Birla **, Sachin Pandey **, Rishi Dargad **, Rahul

More information

Fire Detection on a Surveillance System using Image Processing

Fire Detection on a Surveillance System using Image Processing http:// Fire Detection on a Surveillance System using Image Processing Prof. Amit Hatekar 1, Saurabh Manwani 2, Gaurav Patil 3, Akshat Parekh 4 Department of Electronics and Telecommunication Thadomal

More information

FIMD: Fine-grained Device-free Motion Detection

FIMD: Fine-grained Device-free Motion Detection ICPADS 2012 FIMD: Fine-grained Device-free Motion Detection Jiang Xiao, Kaishun Wu, Youwen Yi, Lu Wang, Lionel M. Ni Department of Computer Science and Engineering Hong Kong University of Science and Technology

More information

A Forest Fire Warning Method Based on Fire Dangerous Rating Dan Wang 1, a, Lei Xu 1, b*, Yuanyuan Zhou 1, c, Zhifu Gao 1, d

A Forest Fire Warning Method Based on Fire Dangerous Rating Dan Wang 1, a, Lei Xu 1, b*, Yuanyuan Zhou 1, c, Zhifu Gao 1, d International Conference on Applied Science and Engineering Innovation (ASEI 2015) A Forest Fire Warning Method Based on Fire Dangerous Rating Dan Wang 1, a, Lei Xu 1, b*, Yuanyuan Zhou 1, c, Zhifu Gao

More information

Geographic Reasoning on Multi-Modal Fire Spread Data

Geographic Reasoning on Multi-Modal Fire Spread Data Geographic Reasoning on Multi-Modal Fire Spread Data F. Vandecasteele 1, T. Beji 2, B. Merci 2, S. Verstockt, 3 1 Research lab ELIT, Department of Industrial System and Product Design, Ghent University,

More information

Developing a railway station safety control automation system

Developing a railway station safety control automation system Developing a railway station safety control automation system Sangjae LEE a, Youngseok SEO b, Donghyun KIM c a,b,c Research Institute, Korea Railroad Corp., Daejeon, 240, Jungangro, South Korea a E-mail:

More information

DETECTION AND MONITORING OF ACTIVE FIRES USING REMOTE SENSING TECHNIQUES

DETECTION AND MONITORING OF ACTIVE FIRES USING REMOTE SENSING TECHNIQUES DETECTION AND MONITORING OF ACTIVE FIRES USING REMOTE SENSING TECHNIQUES Source: Unknown n.d., http://www.hotrodsandclassics.net/featuredpictures/featurepictures2.htm. by Claire Riddell DETECTION AND MONITORING

More information

Enhancing Fire Detection for Indoor and outdoor locations via video surveillance

Enhancing Fire Detection for Indoor and outdoor locations via video surveillance Enhancing Fire Detection for Indoor and outdoor locations via video surveillance Rohini Ravindra Jadhav #1, Prof. P.D. Lambhate #2 #1,#2 JSPM s JayawantraoSawant College of Engineering, SPP University

More information

[Battise P.Y. 4(6):June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Battise P.Y. 4(6):June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A FAST AND EFFICIENT VISION BASED APPROACH FOR DETECTION OF FIRE IN REAL TIME SCENARIO Miss.Battise Priyanka Y.*, Prof. B. S.

More information

Video Fire Detection Techniques and Applications in Fire Industry

Video Fire Detection Techniques and Applications in Fire Industry Video Fire Detection Techniques and Applications in Fire Industry Ziyou Xiong, Rodrigo E. Caballero, Hongcheng Wang, Alan M. Finn, and Pei-yuan Peng United Technologies Research Center, 411 Silver Lane,

More information

Accurate Fire Detection System for Various Environments using Gaussian Mixture Model and HSV Space

Accurate Fire Detection System for Various Environments using Gaussian Mixture Model and HSV Space Journal of Information Systems and Telecommunication, Vol. 1, No. 1, Jan March 2013 47 Accurate Fire Detection System for Various Environments using Gaussian Mixture Model and HSV Space Khosro Rezaee *

More information

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group Intrusion Detection System: Facts, Challenges and Futures By Gina Tjhai 13 th March 2007 Network Research Group 1 Overview Introduction Challenges of current IDS Potential solutions Alarm Correlation Existing

More information

Video-based Smoke Detection Algorithms: A Chronological Survey

Video-based Smoke Detection Algorithms: A Chronological Survey Abstract Video-based Smoke Detection Algorithms: A Chronological Survey John Adedapo Ojo Jamiu Alabi Oladosu * Department of Electronic & Electrical Engineering, Ladoke Akintola University of Technology,

More information

Dynamic Analysis for Video Based Smoke Detection

Dynamic Analysis for Video Based Smoke Detection www.ijcsi.org 298 Dynamic Analysis for Video Based Smoke Detection CHEN Junzhou, YOU Yong, PENG Qiang School of Information Science & Technology, Southwest Jiaotong University, Chengdu, Sichuan, 6003,

More information

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM Pranali Bedase, Mansi Chaudhari, Dnyaneshwari Patil, S.M.Kulkarni Department Of Electronics and Telecommunication, MAEER s MIT College of Engineering,

More information

Advanced Digital Signal Processing Part 4: DFT and FFT

Advanced Digital Signal Processing Part 4: DFT and FFT Advanced Digital Signal Processing Part 4: DFT and FFT Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Institute of Electrical and Information Engineering Digital Signal

More information

A Literature Study on Image Processing for Forest Fire Detection

A Literature Study on Image Processing for Forest Fire Detection A Literature Study on Image Processing for Forest Fire Detection PRIYADARSHINI M HANAMARADDI M.Tech-Student Computer Science and Engineering, R V College of Engineering, Bangalore, Karnataka, India. Abstract:

More information

New generation of automatic ground based wildfire surveillance systems

New generation of automatic ground based wildfire surveillance systems New generation of automatic ground based wildfire surveillance systems Author(s: Published by: Persistent URL: DOI: Stipaniev, Darko; Bugari, Marin; Krstini, Damir; Šeri, Ljiljana; Jakovevi, Toni; Braovi,

More information

Fire detection in Kambalakonda Reserved Forest, Visakhapatnam, Andhra Pradesh, India: An Internet of Things Approach

Fire detection in Kambalakonda Reserved Forest, Visakhapatnam, Andhra Pradesh, India: An Internet of Things Approach Available online at www.sciencedirect.com ScienceDirect Materials Today: Proceedings XX (2016) XXX XXX www.materialstoday.com/proceedings PMME 2016 Fire detection in Kambalakonda Reserved Forest, Visakhapatnam,

More information

Detection of Abandoned Objects in Crowded Environments

Detection of Abandoned Objects in Crowded Environments 1 Higher Institute for Applied Sciences and Technology Communications Department Detection of Abandoned Objects in Crowded Environments June 22 2016 Submitted by : Ali Assi Supervisors : Dr. Nizar zarka

More information

Improved occupancy detection accuracy using PIR and door sensors for a smart thermostat

Improved occupancy detection accuracy using PIR and door sensors for a smart thermostat Improved occupancy detection accuracy using and door sensors for a smart thermostat Sun Ho Kim 1, Hyeun Jun Moon 1, Young Ran Yoon 1 1 Department of Architectural Engineering, Dankook University, Yongin,

More information

Ordered Fuzzy ARTMAP: A Fuzzy ARTMAP algorithm with a fixed order

Ordered Fuzzy ARTMAP: A Fuzzy ARTMAP algorithm with a fixed order Ordered Fuzzy ARTMAP: A Fuzzy ARTMAP algorithm with a fixed order of pattern present at ion I. Dagher*, M. Georgiopoulos', G. L. Heileman**, G. Bebis*** * Department of Electrical and Computer Engineering

More information

Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings

Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings Fire Science and Technorogy Vol.24 No.4(2005) 165-178 165 Simple Equations for Predicting Smoke Filling Time in Fire Rooms with Irregular Ceilings Jun-ichi Yamaguchi 1, Takeyoshi Tanaka 2 1 Technical Research

More information

Performance Evaluation of Event Detection Solutions: the CREDS experience

Performance Evaluation of Event Detection Solutions: the CREDS experience MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Performance Evaluation of Event Detection Solutions: the CREDS experience F Ziliani, S. Velastin, F. Porikli, L. Marcenaro, T. Kelliher, A.

More information

Fire Safety Journal 53 (2012) Contents lists available at SciVerse ScienceDirect. Fire Safety Journal

Fire Safety Journal 53 (2012) Contents lists available at SciVerse ScienceDirect. Fire Safety Journal Fire Safety Journal 53 (2012) 13 18 Contents lists available at SciVerse ScienceDirect Fire Safety Journal journal homepage: www.elsevier.com/locate/firesaf Wavelet based flickering flame detector using

More information

A temporal active fire detection algorithm applied to geostationary satellite observations

A temporal active fire detection algorithm applied to geostationary satellite observations 8 th 10 th June LSA-SAF Workshop 2015 A temporal active fire detection algorithm applied to geostationary satellite observations Gareth Roberts (University of Southampton) Outline Active fire detection

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 7, July ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 7, July-2016 554 Forest Fire Detection using Wireless Sensor Harjinder Singh Department of Instrumentation and Control Engineering,

More information

1066. A self-adaptive alarm method for tool condition monitoring based on Parzen window estimation

1066. A self-adaptive alarm method for tool condition monitoring based on Parzen window estimation 1066. A self-adaptive alarm method for tool condition monitoring based on Parzen window estimation Xiaoguang Chen, Guanghua Xu 1066. A SELF-ADAPTIVE ALARM METHOD FOR TOOL CONDITION MONITORING BASED ON

More information

FiSmo: A Compilation of Datasets from Emergency Situations for Fire and Smoke Analysis

FiSmo: A Compilation of Datasets from Emergency Situations for Fire and Smoke Analysis FiSmo: A Compilation of Datasets from Emergency Situations for Fire and Smoke Analysis Mirela T. Cazzolato, Letricia P. S. Avalhais, Daniel Y. T. Chino Jonathan S. Ramos, Jessica A. de Souza, Jose F. Rodrigues-Jr,

More information

Fire detection system using random forest classification for image sequences of complex background

Fire detection system using random forest classification for image sequences of complex background Fire detection system using random forest classification for image sequences of complex background Onecue Kim Dong-Joong Kang Optical Engineering 52(6), 067202 (June 2013) Fire detection system using random

More information

Fig. 2. Reduced complexity CNN architectures for FireNet (left) and InceptionV1-OnFire (right) optimized for fire detection.

Fig. 2. Reduced complexity CNN architectures for FireNet (left) and InceptionV1-OnFire (right) optimized for fire detection. EXPERIMENTALLY DEFINED CONVOLUTIONAL NEURAL NETWORK ARCHITECTURE VARIANTS FOR NON-TEMPORAL REAL-TIME FIRE DETECTION Andrew J. Dunnings 1, Toby P. Breckon 1,2 Department of {Computer Science 1 Engineering

More information

Classification of drying methods for macadamia nuts based on the glcm texture parameters Simon N. Njuguna 1,2, Stephen Ondimu 2, Glaston M.

Classification of drying methods for macadamia nuts based on the glcm texture parameters Simon N. Njuguna 1,2, Stephen Ondimu 2, Glaston M. 2-4 May, 218 Classification of drying methods for macadamia nuts based on the glcm texture parameters Simon N. Njuguna 1,2, Stephen Ondimu 2, Glaston M. Kenji 3 Abstract Texture is an important feature

More information

Implementation of High Throughput Radix-16 FFT Processor

Implementation of High Throughput Radix-16 FFT Processor International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Implementation of High Throughput Radix-16 FFT Processor K Swetha sree 1, Mr. T. Lakshmi Narayana 2 1, 2 Department of ECE, Andhra

More information

Performance Neuro-Fuzzy for Power System Fault Location

Performance Neuro-Fuzzy for Power System Fault Location International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Performance Neuro-Fuzzy for Power System Fault Location 1,2 Azriyenni, 1 M.W. Mustafa 1 Electrical Engineering, Fakulti Kejuruteraan

More information

Analysis of Triangle Heating Technique using High Frequency Induction Heating in Forming Process of Steel Plate

Analysis of Triangle Heating Technique using High Frequency Induction Heating in Forming Process of Steel Plate Analysis of Triangle Heating Technique using High Frequency Induction Heating in Forming Process of Steel Plate KEYWORDS: Steel-plate forming, Induction heating, Triangle heating, Transverse shrinkage,

More information

Brine Generation Study

Brine Generation Study DOE/WIPP 00-2000 Brine Generation Study April 2000 Waste Isolation Pilot Plant Carlsbad, New Mexico Processing and final preparation of this report was performed by the Waste Isolation Pilot Plant Management

More information

EE04 804(B) Soft Computing Ver. 1.2 Class 1. Introduction February 21st,2012. Sasidharan Sreedharan

EE04 804(B) Soft Computing Ver. 1.2 Class 1. Introduction February 21st,2012. Sasidharan Sreedharan EE04 804(B) Soft Computing Ver. 1.2 Class 1. Introduction February 21st,2012 Sasidharan Sreedharan www.sasidharan.webs.com 1 Syllabus Artificial Intelligence Systems- Neural Networks, fuzzy logic, genetic

More information

Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps at Off-Design Conditions

Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps at Off-Design Conditions Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2006 Some Modeling Improvements for Unitary Air Conditioners and Heat Pumps

More information

Smart Fire Prevention

Smart Fire Prevention Smart Fire Prevention Using VIP Vision Thermal Cameras to Detect Fire Release 1.0 Contents 1 Introduction to Thermal Imaging... 2 2 Detecting Fires with VIP Vision Thermal Cameras... 3 2.1 Mode Selection...

More information

Battery Performance Alert: A TOOL FOR IMPROVED PATIENT MANAGEMENT FOR DEVICES UNDER BATTERY ADVISORY

Battery Performance Alert: A TOOL FOR IMPROVED PATIENT MANAGEMENT FOR DEVICES UNDER BATTERY ADVISORY Battery Performance Alert: A TOOL FOR IMPROVED PATIENT MANAGEMENT FOR S UNDER BATTERY ADVISORY VERSION 1.0 AUGUST 8, 2017 Abstract: BACKGROUND: In October 2016, St. Jude Medical issued an advisory on a

More information

False Alarm Suppression in Early Prediction of Cardiac Arrhythmia

False Alarm Suppression in Early Prediction of Cardiac Arrhythmia IEEE International Conference on Bioinformatics & Bioengineering 2015 False Alarm Suppression in Early Prediction of Cardiac Arrhythmia Shoumik Roychoudhury, Mohamed F. Ghalwash, Zoran Obradovic Presented

More information

A Study on Improvement of Fire Protection Systems based on Failure Characteristics accodrding to Yearly Variation in Old Commercial Buildings

A Study on Improvement of Fire Protection Systems based on Failure Characteristics accodrding to Yearly Variation in Old Commercial Buildings Indian Journal of Science and Technology, Vol 9(24), DOI: 10.17485/ijst/2016/v9i24/96032, June 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study on Improvement of Fire Protection Systems

More information

OPERATION OF RADIATION PORTAL MONITORS OF SPECIAL NUCLEAR MATERIALS AT NUCLEAR SITES IN TERMS OF RELIABILITY

OPERATION OF RADIATION PORTAL MONITORS OF SPECIAL NUCLEAR MATERIALS AT NUCLEAR SITES IN TERMS OF RELIABILITY Jr. of Industrial Pollution Control 32(2016) pp 442-448 www.icontrolpollution.com Research OPERATION OF RADIATION PORTAL MONITORS OF SPECIAL NUCLEAR MATERIALS AT NUCLEAR SITES IN TERMS OF RELIABILITY E.A.

More information

Night-time Vehicle Detection for Automatic Headlight Beam Control

Night-time Vehicle Detection for Automatic Headlight Beam Control Night-time Vehicle Detection for Automatic Headlight Beam Control Pushkar Sevekar Student, Department of Electronics Engineering A.I.S.S.M.S. Institute of Information Technology, Pune, India S. B. Dhonde

More information

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES XXIII Biannual Symposium on Measuring Techniques in Turbomachinery Transonic and Supersonic Flow in FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES James Braun Purdue University Indiana, United

More information

Benefits of Enhanced Event Analysis in. Mark Miller

Benefits of Enhanced Event Analysis in. Mark Miller Benefits of Enhanced Event Analysis in Data Center OTDR Testing Mark Miller Dr. Fang Xu AFL/Noyes Test & Inspection Overview Challenges Topics Techniques and Improvements Benefits of enhanced event analysis

More information

Modeling of Ceiling Fan Based on Velocity Measurement for CFD Simulation of Airflow in Large Room

Modeling of Ceiling Fan Based on Velocity Measurement for CFD Simulation of Airflow in Large Room Modeling of Ceiling Fan Based on Velocity Measurement for CFD Simulation of Airflow in Large Room Y. Momoi 1, K. Sagara 1, T. Yamanaka 1 and H. Kotani 1 1 Osaka University, Graduate School of Eng., Dept.

More information

Security Management System - Configuring Video Analytics

Security Management System - Configuring Video Analytics Introduction This document describes the steps for configuring the Video Analytics (VA) module available in the Security Management System software. Security Management System video analytics module is

More information

Automatic Fire Detection Using Computer Vision Techniques for UAV-based Forest Fire Surveillance

Automatic Fire Detection Using Computer Vision Techniques for UAV-based Forest Fire Surveillance Automatic Fire Detection Using Computer Vision Techniques for UAV-based Forest Fire Surveillance Chi Yuan A Thesis in The Department of Mechanical, Industrial and Aerospace Engineering Presented in Partial

More information

Heat Transfer Enhancement using Herringbone wavy & Smooth Wavy fin Heat Exchanger for Hydraulic Oil Cooling

Heat Transfer Enhancement using Herringbone wavy & Smooth Wavy fin Heat Exchanger for Hydraulic Oil Cooling Enhancement using Herringbone wavy & Smooth Wavy fin Exchanger for Hydraulic Oil Cooling 1 Mr. Ketan C. Prasadi, 2 Prof. A.M. Patil 1 M.E. Student, P.V.P.I.T.,Budhagaon,Sangli AP-India 2 Associate Professor,

More information

White Paper: Video/Audio Analysis Technology. hanwhasecurity.com

White Paper: Video/Audio Analysis Technology. hanwhasecurity.com White Paper: Video/Audio Analysis Technology hanwhasecurity.com Contents 1. Preface p. 2 2. Hanwha Techwin's Analysis Technology 2.1 Tampering Detection p. 3 2.2 Face Detection p. 3 2.3 IVA (Intelligent

More information

SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES THAT USE DIFFERENT PHYSICAL PRINCIPLES

SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES THAT USE DIFFERENT PHYSICAL PRINCIPLES Proceedings of the 2014 10 th International Pipeline Conference IPC2014 September 29-October 3, 2014, Calgary, Alberta, Canada IPC2014-33387 SYNERGY IN LEAK DETECTION: COMBINING LEAK DETECTION TECHNOLOGIES

More information

Convolutional Neural Network for Video Fire and Smoke Detection

Convolutional Neural Network for Video Fire and Smoke Detection Convolutional Neural Network for Video Fire and Smoke Detection Sebastien Frizzi 1 Rabeb Kaabi 2,3,4 Moez Bouchouicha 2,3 Jean-Marc Ginoux 2,3 Eric Moreau 2,3 Farhat Fnaiech 4 frizzi@univ-tln.fr rabebkaabi89@gmail.com

More information

Brief Contributions. Vulnerability of Sensor Networks to Unauthorized Traversal and Monitoring 1 INTRODUCTION 2 PROBLEM FORMULATION

Brief Contributions. Vulnerability of Sensor Networks to Unauthorized Traversal and Monitoring 1 INTRODUCTION 2 PROBLEM FORMULATION 364 IEEE TRANSACTIONS ON COMPUTERS, VOL. 53, NO. 3, MARCH 2004 Brief Contributions Vulnerability of Sensor Networks to Unauthorized Traversal and Monitoring Veradej Phipatanasuphorn and Parameswaran Ramanathan,

More information

CROWD-SOURCED REMOTE ASSESSMENTS OF REGIONAL-SCALE POST-DISASTER DAMAGE

CROWD-SOURCED REMOTE ASSESSMENTS OF REGIONAL-SCALE POST-DISASTER DAMAGE Eleventh U.S. National Conference on Earthquake Engineering Integrating Science, Engineering & Policy June 25-29, 2018 Los Angeles, California CROWD-SOURCED REMOTE ASSESSMENTS OF REGIONAL-SCALE POST-DISASTER

More information

Computer Modelling and Simulation of a Smart Water Heater

Computer Modelling and Simulation of a Smart Water Heater Computer Modelling and Simulation of a Smart Water Heater Maria Kathleen Ellul University of Malta ellul_maria@yahoo.com Adrian Muscat University of Malta adrian.muscat@um.edu.mt Abstract A computational

More information

Automatic Detection of Defects on Radiant Heaters Based on Infrared Radiation

Automatic Detection of Defects on Radiant Heaters Based on Infrared Radiation ECNDT 2006 - Poster 73 Automatic Detection of Defects on Radiant Heaters Based on Infrared Radiation Francisco J. MADRUGA, Daniel A. GONZÁLEZ, Jesús MIRAPEIX, José-Miguel LÓPEZ HIGUERA, Photonics Engineering

More information

ARTICLE IN PRESS. Fire Safety Journal

ARTICLE IN PRESS. Fire Safety Journal Fire Safety Journal ] (]]]]) ]]] ]]] Contents lists available at ScienceDirect Fire Safety Journal journal homepage: www.elsevier.com/locate/firesaf Smoke detection in video using wavelets and support

More information

Thermal comfort investigation on a naturally ventilated two- storey residential house in Malaysia

Thermal comfort investigation on a naturally ventilated two- storey residential house in Malaysia IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Thermal comfort investigation on a naturally ventilated two- storey residential house in Malaysia To cite this article: N A Malek

More information

CERBERUS: A NEW MODEL TO ESTIMATE SIZE AND SPREAD FOR FIRES IN TUNNELS WITH LONGITUDINAL VENTILATION

CERBERUS: A NEW MODEL TO ESTIMATE SIZE AND SPREAD FOR FIRES IN TUNNELS WITH LONGITUDINAL VENTILATION - 69 - CERBERUS: A NEW MODEL TO ESTIMATE SIZE AND SPREAD FOR FIRES IN TUNNELS WITH LONGITUDINAL VENTILATION R.O. Carvel, A.N. Beard & P.W. Jowitt Department of Civil and Offshore Engineering, Heriot-Watt

More information

THE GLARE EVALUATION METHOD FOR CIVIL AIRPLANE FLIGHT DECK

THE GLARE EVALUATION METHOD FOR CIVIL AIRPLANE FLIGHT DECK 28 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES THE GLARE EVALUATION METHOD FOR CIVIL AIRPLANE FLIGHT DECK Ma Zhi, Zhang Wei, Li Hui School of Aeronautics, Northwestern Polytechnical University

More information

Improving rail network velocity: A machine learning approach to predictive maintenance

Improving rail network velocity: A machine learning approach to predictive maintenance Improving rail network velocity: A machine learning approach to May 27, 2015 SS2015 - Seminar Machine Learning: Predictive Maintenance Svenja Neitzel 1 Outline 1. Motivation Rail network velocity Train

More information

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space Available online at www.sciencedirect.com Procedia Engineering 31 (2012) 734 738 International Conference on Advances in Computational Modeling and Simulation A Numerical study of the Fire-extinguishing

More information

An Experimental Study on Drying of Pistacia Terebinthus in a Fixed Bed Dryer

An Experimental Study on Drying of Pistacia Terebinthus in a Fixed Bed Dryer Copyright 2013 Tech Science Press FDMP, vol.9, no.1, pp.1-10, 2013 An Experimental Study on Drying of Pistacia Terebinthus in a Fixed Bed Dryer A. Balbay 1, H. Ülker 2 and Ö. Şahin 3 Abstract: In this

More information

Stability of Inclined Strip Anchors in Purely Cohesive Soil

Stability of Inclined Strip Anchors in Purely Cohesive Soil Stability of Inclined Strip Anchors in Purely Cohesive Soil R. S. Merifield 1 ; A. V. Lyamin 2 ; and S. W. Sloan 3 Abstract: Soil anchors are commonly used as foundation systems for structures requiring

More information

TSI AEROTRAK PORTABLE PARTICLE COUNTER MODEL 9110

TSI AEROTRAK PORTABLE PARTICLE COUNTER MODEL 9110 TSI AEROTRAK PORTABLE PARTICLE COUNTER MODEL 9110 APPLICATION NOTE CC-107 Introduction This purpose of this document is to detail the advanced, state of the art features TSI has incorporated in the design

More information

A Simulation Study on the Energy Efficiency of Gas-Burned Boilers in Heating Systems

A Simulation Study on the Energy Efficiency of Gas-Burned Boilers in Heating Systems International Journal of Energy and Power Engineering 2015; 4(6): 327-332 Published online December 5, 2015 (http://www.sciencepublishinggroup.com/j/ijepe) doi: 10.11648/j.ijepe.20150406.11 ISSN: 2326-957X

More information

In: Conference proceedings fourteenth international Interflam conference, 1, , 2016.

In: Conference proceedings fourteenth international Interflam conference, 1, , 2016. biblio.ugent.be The UGent Institutional Repository is the electronic archiving and dissemination platform for all UGent research publications. Ghent University has implemented a mandate stipulating that

More information

Battery Performance Alert

Battery Performance Alert Battery Performance Alert A TOOL FOR IMPROVED PATIENT MANAGEMENT FOR S UNDER BATTERY ADVISORY VERSION 2.0 Abstract BACKGROUND: In October 2016, St. Jude Medical (now Abbott) issued an advisory on a family

More information

ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM. Hüseyin ACAR *

ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM. Hüseyin ACAR * ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM Hüseyin ACAR * Department of Electrical and Electronics Engineering, Faculty of Engineering, Dicle University * hacar@dicle.edu.tr ABSTRACT: In

More information

Remote Monitoring of Offshore Structures using Acoustic Emission.

Remote Monitoring of Offshore Structures using Acoustic Emission. 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic Remote Monitoring of Offshore Structures using Acoustic Emission. More Info at Open Access Database

More information

Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline

Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline Real Time Pipeline Leak Detection on Shell s North Western Ethylene Pipeline Dr Jun Zhang & Dr Ling Xu* REL Instrumentation Limited ABSTRACT In the past ten years, a number of pipeline leak detection systems

More information

Harmful Intrusion Detection Algorithm of Optical Fiber Pre-Warning System Based on Correlation of Orthogonal Polarization Signals

Harmful Intrusion Detection Algorithm of Optical Fiber Pre-Warning System Based on Correlation of Orthogonal Polarization Signals PHOTONIC SENSORS / Vol. 7, No. 3, 217: 226 233 Harmful Intrusion Detection Algorithm of Optical Fiber Pre-Warning System Based on Correlation of Orthogonal Polarization Signals Fukun BI 1, Chong FENG 1,

More information

Study and development of an innovative 3G/4G wireless network analysis tool

Study and development of an innovative 3G/4G wireless network analysis tool University of TRENTO - Faculty of Engineering Master of Science in Telecommunications Engineering Study and development of an innovative 3G/4G wireless network analysis tool Advisors Prof. Andrea MASSA

More information

A Novel VLSI Based Pipelined Radix-4 Single-Path Delay Commutator (R4SDC) FFT

A Novel VLSI Based Pipelined Radix-4 Single-Path Delay Commutator (R4SDC) FFT I J C T A, 9(6), 2016, pp. 2767-2775 International Science Press ISSN: 0974-5572 A Novel VLSI Based Pipelined Radix-4 Single-Path Delay Commutator (R4SDC) FFT Manimaran A.* and S.K. Sudeer** ABSTRACT Fast

More information

Approach to Detecting Forest Fire by Image Processing Captured from IP Cameras 1

Approach to Detecting Forest Fire by Image Processing Captured from IP Cameras 1 ` VOLUME 4 ISSUE 5 Approach to Detecting Forest Fire by Image Processing Captured from IP Cameras 1 Tran Quang Bao, 2 Nguyen Thi Hoa 1 Department of Environment Management, Vietnam National University

More information

Compression of Fins pipe and simple Heat pipe Using CFD

Compression of Fins pipe and simple Heat pipe Using CFD Compression of Fins pipe and simple Heat pipe Using CFD 1. Prof.Bhoodev Mudgal 2. Prof. Gaurav Bhadoriya (e-mail-devmudgal.mudgal@gmail.com) ABSTRACT The aim of this paper is to identify the advantages

More information

Simulation of Evacuation Process in a Supermarket with Cellular Automata

Simulation of Evacuation Process in a Supermarket with Cellular Automata Available online at www.sciencedirect.com Procedia Engineering 52 (2013 ) 687 692 Simulation of Evacuation Process in a Supermarket with Cellular Automata ZHONG Wei a, TU Rui a, YANG Jian-peng b, LIANG

More information

A SURVEY OF OCCUPANT RESPONSE TOWARDS AN AUDIBLE FIRE ALARM

A SURVEY OF OCCUPANT RESPONSE TOWARDS AN AUDIBLE FIRE ALARM Int. Journal for Housing Science, Vol.33, No.4 pp. 249-258, 2009 Published in the United States A SURVEY OF OCCUPANT RESPONSE TOWARDS AN AUDIBLE FIRE ALARM L. T. Wong, N. K. Fong and W. H. Sui Department

More information

MODELLING AND OPTIMIZATION OF DIRECT EXPANSION AIR CONDITIONING SYSTEM FOR COMMERCIAL BUILDING ENERGY SAVING

MODELLING AND OPTIMIZATION OF DIRECT EXPANSION AIR CONDITIONING SYSTEM FOR COMMERCIAL BUILDING ENERGY SAVING MODELLING AND OPTIMIZATION OF DIRECT EXPANSION AIR CONDITIONING SYSTEM FOR COMMERCIAL BUILDING ENERGY SAVING V. Vakiloroaya*, J.G. Zhu, and Q.P. Ha School of Electrical, Mechanical and Mechatronic Systems,

More information

MODELING OF THE SINGLE COIL, TWIN FAN AIR-CONDITIONING SYSTEM IN ENERGYPLUS

MODELING OF THE SINGLE COIL, TWIN FAN AIR-CONDITIONING SYSTEM IN ENERGYPLUS MODELING OF THE SINGLE COIL, TWIN FAN AIR-CONDITIONING SYSTEM IN ENERGYPLUS Clayton Miller 1,* and Chandra Sekhar 1 1 National University of Singapore, Singapore * Corresponding email: miller.clayton@nus.edu.sg

More information

Application Note. Application Note for BAYEX

Application Note. Application Note for BAYEX Application Note Application Note for BAYEX Preface This application note provides the user a more detailed description of the Bayesian statistical methodology available in Version 8.05 and above, of the

More information