SlideShare a Scribd company logo
0U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Letricia P. S. Avalhais, Jose Rodrigues-Jr., Agma J.
M. Traina
Fire detection on unconstrained videos
using color-aware spatial modeling and
motion flow
University of Sao Paulo
Institute of Mathematics and Computer Science
Sao Carlos, Brazil
1U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Develop solutions to support emergency command center
using intelligent analysis on data provided by
crowdsourcing.
Emergency context
2U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
OUTLINE
Introduction & Background
0
1
0
2
0
3
SPATFIRE Method
Experiments & Results
0
4 Conclusions
3U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Automatic detection of fire on videos
‣ Motivation
o Take advantage of different mobile devices with cameras such
as smartphones and tablets
o Low cost and flexible alternative to fixed located sensors
o Fast response to incidents as fire and explosions
4U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Goal
‣ Develop an effective solution to detect fire on
unconstrained videos, focused on:
1. High abrangency (recall)
2. Real time response
5U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Automatic detection of fire on video
‣ Methods from the literature
Rely mainly in color-based
models from different color
spaces: RGB, YCbCr, CIE Lab
and HSV
Take advantage of yellow-
reddish appearance of fire
May also combine shape
or texture
Static information only
6U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Automatic detection of fire on video
‣ Methods from the literature
Rely mainly in color-based
models from different color
spaces: RGB, YCbCr, CIE Lab
and HSV
Take advantage of yellow-
reddish appearance of fire
May also combine shape
or texture
Static information only
High false positive rates due to
ambiguity with non-fire objects
presenting the same color
Alternative: incorporate dynamic
features
7U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Automatic detection of fire on video
‣ Methods from the literature
Generally combined with
color models
Temporal content: flickering
patterns, background subtraction,
shape variation
Better performance than the works
that use only static information
Dynamic information
8U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Does not fit the requirements of
a crowdsourcing emergency
system
Automatic detection of fire on video
‣ Methods from the literature
Dynamic information
Assumptions: stationary cameras,
controlled lightening conditions,
short cropped video segments
Generally combined with
color models
Temporal content: flickering
patterns, background subtraction,
shape variation
Better performance than the works
that use only static information
9U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
SPATFIRE
SPAtio-Temporal segmentation of FIRe Events
‣ MAIN CONTRIBUTIONS
A color model for spatial segmentation specifically tailored for the detection of fire-like regions
based on the HSV color space;
1. FPD - Fire-like Pixel Detector
An efficient technique to compensate the camera motion observed in videos acquired with non-
stationary cameras;
2. Motion compensation
Perform the temporal segmentation of fire events in adverse uncontrolled situations.
3. Event segmentation
10U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
SPATFIRE
OVERVIEW Fire segments
11U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Spatial segmentation
FPD Color Model
(2)(1)
Visualization of the fire pixels in the HSV color
space
12U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Motion estimation
2. DENSE FLOW ESTIMATION
‣ Match points sampled at uniform intervals in a grid
‣ Uses the “background’’ information
‣ Gunnar Farneback’s Optical Flow
1. SPARSE FLOW ESTIMATION
‣ Match corner points from two consecutive frames on the regions of interest
‣ Harris corner detection
‣ Lucas-Kanade Optical Flow
OPTICAL FLOW
13U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Non-stationary cameras
‣ Usually add an extra motion component from the camera
movement.
‣ Why is this a problem?
14U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Non-stationary cameras
‣ Usually add an extra motion component from the camera
movement.
‣ Why is this a problem?
Sparse flow from the entire frame Sparse flow from the interest region
15U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Block-based motion compensation
BLOCK DOMINANT
ORIENTATIONnon-overlapping regions of 32 x 32. For
each block , the mean local flow is:
ESTIMATE THE BACKGROUND
MOTION FLOW
calculate the average of the orientation
from the block dominant flows at the peak
of histogram and define the
approximated global background flow as:
16U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Feature vector representation and classification
The representation and classification are described in the following steps:
1. Calculate the new compensated set of flow
so that, for each , the correspondent new flow is given by:
2. Calculate the histogram of oriented optical flow (32 bins) from the
set .
3. Use the SVM classifier to determine the class (fire, not fire) using the
histogram as its input.
17U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Experiments
‣ Evaluating FPD color model
o How accurate is the FPD model to correctly select fire pixels?
18U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Experiments
‣ Evaluating FPD color model
o How accurate is the FPD model to correctly select fire pixels?
Fire pixels Non fire pixels
TP = n. of fire pixels in C
FP = n. of non fire pixels in C
FN = n. of fire pixels in A – TP
TN = n. of non fire pixels in B – FP
19U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Experiments
‣ Evaluating FPD color
model
o The BoWFire Dataset
• Training set: 80 cropped
images of 50 x 50 pixels
• Test set: 226 images of
various resolutions
‣ Comparison
o Çelik and Demirel [2009]
o Zhang et al. [2013]
o Chen et al. [2009]
Fire samples Non-fire samples
20U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ BoWFire dataset (test)
18% superior
than Celik
Precision
FPD 62.46%
Celik 52.8%
Zhang 45.95%
Chen 37.2%
21U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ BoWFire dataset (test)
18% superior
than Celik
Chen: 10%
higher recall
rate
Recall
FPD 77%
Zhang 30.87%
Celik 67.7%
Chen 84.8%
Precision
FPD 62.46%
Celik 52.8%
Zhang 45.95%
Chen 37.2%
22U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ BoWFire dataset (test)
Precision
FPD 62.46%
Celik 52.8%
Zhang 45.95%
Chen 37.2%
F1-measure
FPD 63.35%
Celik 53.23%
Zhang 29.3%
Chen 45.13%
Recall
FPD 77%
Zhang 30.87%
Celik 67.7%
Chen 84.8%
18% superior
than Celik
Chen: 10%
higher recall
rate
Outperforms
Celik in 19%
23U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ BoWFire dataset (training)
Recall
FPD 85.81%
Celik 11.5%
Zhang 31.4%
Chen 88%
Chen 2.5%
superior on
recall
24U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ BoWFire dataset (training)
F1-mesure
FPD 92.3%
Celik 20.6%
Zhang 47.8%
Chen 93.6%
FPD and Chen
nearly tied
Chen 2.5%
superior on
recall
Recall
FPD 85.81%
Celik 11.5%
Zhang 31.4%
Chen 88%
25U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Experiments
‣ Evaluating the SPATFIRE method
o How accurate is the resultant temporal segmentation?
. . . . . .. . .
Fire segments Non fire segments
. . . . . . . . .
26U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Experiments
‣ Evaluating the SPATFIRE method
o FireVid dataset
• Acquired from YouTube using web
crawlers
• Key words: “fire”, “explosion”, “flame”,
“burning”
• 83,675 frames labeled as “fire”, “not-
fire” or “ignore”.
• from 320 × 240 to 600 × 336 pixels,
and frame rate varying from 10 Hz to
30 Hz
o RESCUER dataset
• Videos from a fire simulation at an
industrial area
• balanced distribution of videos with
resolutions varying from 320 × 240 to
1920 × 1080 pixels
• Also manually labeled as “fire”, “not-
fire” or “ignore”.
27U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ FireVid dataset
Precision
SPATFIRE 89.1%
Celik 79.16%
Di Lascio 89.17%
SPATFIRE and
Di Lascio nearly
tied
28U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ FireVid dataset
Recall
SPATFIRE 63.7%
Celik 18.87%
Di Lascio 51.37%
SPATFIRE and
Di Lascio nearly
tied
24% higher
than Di Lascio
Precision
SPATFIRE 89.1%
Celik 79.16%
Di Lascio 89.17%
29U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ FireVid dataset
F1-measure
SPATFIRE 74.3%
Celik 30.48%
Di Lascio 65.2%
24% higher
than Di Lascio
Outperforms Celik
in 1.4x and Di
Lascio in 14%
SPATFIRE and
Di Lascio nearly
tied
Precision
SPATFIRE 89.1%
Celik 79.16%
Di Lascio 89.17%
Recall
SPATFIRE 63.7%
Celik 18.87%
Di Lascio 51.37%
30U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ RESCUER dataset
Precision
SPATFIRE 94.4%
Celik 78.6%
Di Lascio 90.5%
Outperforms Celik
in 20% and Di
Lascio in 4.3%
31U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ RESCUER dataset
Outperforms Celik
in 20% and Di
Lascio in 4.3%
31% and 37%
higher recall
rate
Precision
SPATFIRE 94.4%
Celik 78.6%
Di Lascio 90.5%
Recall
SPATFIRE 73.62%
Celik 53.75%
Di Lascio 56.1%
32U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Results
‣ RESCUER dataset
F1-measure
SPATFIRE 82.73%
Celik 63.82%
Di Lascio 69.24%
Recall
SPATFIRE 73.62%
Celik 53.75%
Di Lascio 56.1%
31% and 37%
higher recall
rate
Outperforms Celik
in 29.6% and Di
Lascio in 19.4%
Outperforms Celik
in 20% and Di
Lascio in 4.3%
Precision
SPATFIRE 94.4%
Celik 78.6%
Di Lascio 90.5%
33U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Time evaluation
Resize higher resolution
videos:
largest dimension of 600
pixels
34U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Conclusions
‣ Combining static and dynamic information is a key approach to
detect patterns of fire
‣ The motion flow compensation technique aids to lower the influence
of the camera motion from videos shot by non-stationary cameras
‣ SPATFIRE is effective to detect and segment events for
unconstrained videos, overcoming state-of-the-art methods
35U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Future Work
‣ Refine the background motion estimation by amplifying the time
interval
‣ Apply spectral analysis to improve spatial segmentation
‣ Explore the use of accelerometers data (when provided) to better
determine the camera movement
‣ Propose alternative designs to monitor other circumstances, such as
smoke, flood, and heavy wind
36U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1
Questions?
THANK YOU!
Letricia P. S. Avalhais letricia@icmc.usp.br
José Fernando R. Junior junio@icmc.usp.br
Agma J. M. Traina agma@icmc.usp.br
Ad

More Related Content

Viewers also liked (17)

6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio
6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio
6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio
Universidade de São Paulo
 
Frequency plot and relevance plot to enhance visual data exploration
Frequency plot and relevance plot to enhance visual data explorationFrequency plot and relevance plot to enhance visual data exploration
Frequency plot and relevance plot to enhance visual data exploration
Universidade de São Paulo
 
Apresentacao vldb
Apresentacao vldbApresentacao vldb
Apresentacao vldb
Universidade de São Paulo
 
필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detection
guestdbe029
 
On the Support of a Similarity-Enabled Relational Database Management System ...
On the Support of a Similarity-Enabled Relational Database Management System ...On the Support of a Similarity-Enabled Relational Database Management System ...
On the Support of a Similarity-Enabled Relational Database Management System ...
Universidade de São Paulo
 
StructMatrix: large-scale visualization of graphs by means of structure detec...
StructMatrix: large-scale visualization of graphs by means of structure detec...StructMatrix: large-scale visualization of graphs by means of structure detec...
StructMatrix: large-scale visualization of graphs by means of structure detec...
Universidade de São Paulo
 
Supervised-Learning Link Recommendation in the DBLP co-authoring network
Supervised-Learning Link Recommendation in the DBLP co-authoring networkSupervised-Learning Link Recommendation in the DBLP co-authoring network
Supervised-Learning Link Recommendation in the DBLP co-authoring network
Universidade de São Paulo
 
FIRE DETECTION USING VIDEO ANALYTICS
FIRE DETECTION USING VIDEO ANALYTICSFIRE DETECTION USING VIDEO ANALYTICS
FIRE DETECTION USING VIDEO ANALYTICS
Gaurav Deshmukh
 
Techniques for effective and efficient fire detection from social media images
Techniques for effective and efficient fire detection from social media imagesTechniques for effective and efficient fire detection from social media images
Techniques for effective and efficient fire detection from social media images
Universidade de São Paulo
 
Multimodal graph-based analysis over the DBLP repository: critical discoverie...
Multimodal graph-based analysis over the DBLP repository: critical discoverie...Multimodal graph-based analysis over the DBLP repository: critical discoverie...
Multimodal graph-based analysis over the DBLP repository: critical discoverie...
Universidade de São Paulo
 
Graph-based Relational Data Visualization
Graph-based RelationalData VisualizationGraph-based RelationalData Visualization
Graph-based Relational Data Visualization
Universidade de São Paulo
 
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsVertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Universidade de São Paulo
 
Fast Billion-scale Graph Computation Using a Bimodal Block Processing Model
Fast Billion-scale Graph Computation Using a Bimodal Block Processing ModelFast Billion-scale Graph Computation Using a Bimodal Block Processing Model
Fast Billion-scale Graph Computation Using a Bimodal Block Processing Model
Universidade de São Paulo
 
Dawarehouse e OLAP
Dawarehouse e OLAPDawarehouse e OLAP
Dawarehouse e OLAP
Universidade de São Paulo
 
Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...
Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...
Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...
Universidade de São Paulo
 
fire detection and alarm system
fire detection and alarm systemfire detection and alarm system
fire detection and alarm system
singh1515
 
Fire Detection and Alarm Systems
Fire Detection and Alarm SystemsFire Detection and Alarm Systems
Fire Detection and Alarm Systems
J.T.A.JONES
 
6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio
6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio
6 7-metodologia depesquisaemcienciadacomputacao-escritadeartigocientifico-plagio
Universidade de São Paulo
 
Frequency plot and relevance plot to enhance visual data exploration
Frequency plot and relevance plot to enhance visual data explorationFrequency plot and relevance plot to enhance visual data exploration
Frequency plot and relevance plot to enhance visual data exploration
Universidade de São Paulo
 
필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detection
guestdbe029
 
On the Support of a Similarity-Enabled Relational Database Management System ...
On the Support of a Similarity-Enabled Relational Database Management System ...On the Support of a Similarity-Enabled Relational Database Management System ...
On the Support of a Similarity-Enabled Relational Database Management System ...
Universidade de São Paulo
 
StructMatrix: large-scale visualization of graphs by means of structure detec...
StructMatrix: large-scale visualization of graphs by means of structure detec...StructMatrix: large-scale visualization of graphs by means of structure detec...
StructMatrix: large-scale visualization of graphs by means of structure detec...
Universidade de São Paulo
 
Supervised-Learning Link Recommendation in the DBLP co-authoring network
Supervised-Learning Link Recommendation in the DBLP co-authoring networkSupervised-Learning Link Recommendation in the DBLP co-authoring network
Supervised-Learning Link Recommendation in the DBLP co-authoring network
Universidade de São Paulo
 
FIRE DETECTION USING VIDEO ANALYTICS
FIRE DETECTION USING VIDEO ANALYTICSFIRE DETECTION USING VIDEO ANALYTICS
FIRE DETECTION USING VIDEO ANALYTICS
Gaurav Deshmukh
 
Techniques for effective and efficient fire detection from social media images
Techniques for effective and efficient fire detection from social media imagesTechniques for effective and efficient fire detection from social media images
Techniques for effective and efficient fire detection from social media images
Universidade de São Paulo
 
Multimodal graph-based analysis over the DBLP repository: critical discoverie...
Multimodal graph-based analysis over the DBLP repository: critical discoverie...Multimodal graph-based analysis over the DBLP repository: critical discoverie...
Multimodal graph-based analysis over the DBLP repository: critical discoverie...
Universidade de São Paulo
 
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsVertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Universidade de São Paulo
 
Fast Billion-scale Graph Computation Using a Bimodal Block Processing Model
Fast Billion-scale Graph Computation Using a Bimodal Block Processing ModelFast Billion-scale Graph Computation Using a Bimodal Block Processing Model
Fast Billion-scale Graph Computation Using a Bimodal Block Processing Model
Universidade de São Paulo
 
Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...
Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...
Complexidade de Algoritmos, Notação assintótica, Algoritmos polinomiais e in...
Universidade de São Paulo
 
fire detection and alarm system
fire detection and alarm systemfire detection and alarm system
fire detection and alarm system
singh1515
 
Fire Detection and Alarm Systems
Fire Detection and Alarm SystemsFire Detection and Alarm Systems
Fire Detection and Alarm Systems
J.T.A.JONES
 

Similar to Fire Detection on Unconstrained Videos Using Color-Aware Spatial Modeling and Motion Flow (20)

Classroom Occupancy Machine Learning Project
Classroom Occupancy Machine Learning ProjectClassroom Occupancy Machine Learning Project
Classroom Occupancy Machine Learning Project
Kristen McIntyre
 
Time-resolved mirrorless scintillation detector @ AAPM2018
Time-resolved mirrorless scintillation detector @ AAPM2018Time-resolved mirrorless scintillation detector @ AAPM2018
Time-resolved mirrorless scintillation detector @ AAPM2018
WonjoongCheon
 
Hrt & g dx
Hrt & g dxHrt & g dx
Hrt & g dx
Shylesh Dabke
 
TY-210511.pptx
TY-210511.pptxTY-210511.pptx
TY-210511.pptx
AprinaldiAffandi1
 
1960 01
1960 011960 01
1960 01
BrunoMelandri2
 
DOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptx
DOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptxDOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptx
DOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptx
Thakurpreeti
 
"What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic...
"What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic..."What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic...
"What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic...
Edge AI and Vision Alliance
 
Scientific visualization
Scientific visualizationScientific visualization
Scientific visualization
Nicolas Rougier
 
Openbar Leuven // Edge-Computing: On-device AI // Nick Destrycker
Openbar Leuven // Edge-Computing: On-device AI // Nick DestryckerOpenbar Leuven // Edge-Computing: On-device AI // Nick Destrycker
Openbar Leuven // Edge-Computing: On-device AI // Nick Destrycker
Openbar
 
Portable Spectrophotometer
Portable SpectrophotometerPortable Spectrophotometer
Portable Spectrophotometer
Lisun Group
 
2016 MediaEval - Interestingness Task Overview
2016 MediaEval - Interestingness Task Overview2016 MediaEval - Interestingness Task Overview
2016 MediaEval - Interestingness Task Overview
multimediaeval
 
Multi-focus Application Presentation in ICSSE2017
Multi-focus Application Presentation in ICSSE2017Multi-focus Application Presentation in ICSSE2017
Multi-focus Application Presentation in ICSSE2017
Trong-An Bui
 
LISUN Spectrophotometer HSCD
LISUN Spectrophotometer HSCDLISUN Spectrophotometer HSCD
LISUN Spectrophotometer HSCD
世满 江
 
Ttl interface-7-inch-1024x600-all-view-angle-lcd-d
Ttl interface-7-inch-1024x600-all-view-angle-lcd-dTtl interface-7-inch-1024x600-all-view-angle-lcd-d
Ttl interface-7-inch-1024x600-all-view-angle-lcd-d
kingtech display
 
Unsupervised Video Anomaly Detection: A brief overview
Unsupervised Video Anomaly Detection: A brief overviewUnsupervised Video Anomaly Detection: A brief overview
Unsupervised Video Anomaly Detection: A brief overview
Ridge-i, Inc.
 
Digital Radiography An Introduction 1st Edition Seeram Test Bank
Digital Radiography An Introduction 1st Edition Seeram Test BankDigital Radiography An Introduction 1st Edition Seeram Test Bank
Digital Radiography An Introduction 1st Edition Seeram Test Bank
craryheinyul
 
Covid 19 detection using Transfer learning.pptx
Covid 19 detection using Transfer learning.pptxCovid 19 detection using Transfer learning.pptx
Covid 19 detection using Transfer learning.pptx
priyaghate2
 
State estimation with shape variability and ROMS
State estimation with shape variability and ROMSState estimation with shape variability and ROMS
State estimation with shape variability and ROMS
felipegalarcemarin
 
Lecture 2:Retinal Diagnostics
Lecture 2:Retinal DiagnosticsLecture 2:Retinal Diagnostics
Lecture 2:Retinal Diagnostics
Munish Sharma MD OD
 
Online Detection of Shutdown Periods in Chemical Plants: A Case Study
Online Detection of Shutdown Periods in Chemical Plants: A Case StudyOnline Detection of Shutdown Periods in Chemical Plants: A Case Study
Online Detection of Shutdown Periods in Chemical Plants: A Case Study
Manuel Martín
 
Classroom Occupancy Machine Learning Project
Classroom Occupancy Machine Learning ProjectClassroom Occupancy Machine Learning Project
Classroom Occupancy Machine Learning Project
Kristen McIntyre
 
Time-resolved mirrorless scintillation detector @ AAPM2018
Time-resolved mirrorless scintillation detector @ AAPM2018Time-resolved mirrorless scintillation detector @ AAPM2018
Time-resolved mirrorless scintillation detector @ AAPM2018
WonjoongCheon
 
DOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptx
DOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptxDOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptx
DOCUMENTATION AND HIGH TECH PHOTOGRAPHY FOR CRIME.pptx
Thakurpreeti
 
"What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic...
"What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic..."What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic...
"What is Neuromorphic Event-based Computer Vision? Sensors, Theory and Applic...
Edge AI and Vision Alliance
 
Scientific visualization
Scientific visualizationScientific visualization
Scientific visualization
Nicolas Rougier
 
Openbar Leuven // Edge-Computing: On-device AI // Nick Destrycker
Openbar Leuven // Edge-Computing: On-device AI // Nick DestryckerOpenbar Leuven // Edge-Computing: On-device AI // Nick Destrycker
Openbar Leuven // Edge-Computing: On-device AI // Nick Destrycker
Openbar
 
Portable Spectrophotometer
Portable SpectrophotometerPortable Spectrophotometer
Portable Spectrophotometer
Lisun Group
 
2016 MediaEval - Interestingness Task Overview
2016 MediaEval - Interestingness Task Overview2016 MediaEval - Interestingness Task Overview
2016 MediaEval - Interestingness Task Overview
multimediaeval
 
Multi-focus Application Presentation in ICSSE2017
Multi-focus Application Presentation in ICSSE2017Multi-focus Application Presentation in ICSSE2017
Multi-focus Application Presentation in ICSSE2017
Trong-An Bui
 
LISUN Spectrophotometer HSCD
LISUN Spectrophotometer HSCDLISUN Spectrophotometer HSCD
LISUN Spectrophotometer HSCD
世满 江
 
Ttl interface-7-inch-1024x600-all-view-angle-lcd-d
Ttl interface-7-inch-1024x600-all-view-angle-lcd-dTtl interface-7-inch-1024x600-all-view-angle-lcd-d
Ttl interface-7-inch-1024x600-all-view-angle-lcd-d
kingtech display
 
Unsupervised Video Anomaly Detection: A brief overview
Unsupervised Video Anomaly Detection: A brief overviewUnsupervised Video Anomaly Detection: A brief overview
Unsupervised Video Anomaly Detection: A brief overview
Ridge-i, Inc.
 
Digital Radiography An Introduction 1st Edition Seeram Test Bank
Digital Radiography An Introduction 1st Edition Seeram Test BankDigital Radiography An Introduction 1st Edition Seeram Test Bank
Digital Radiography An Introduction 1st Edition Seeram Test Bank
craryheinyul
 
Covid 19 detection using Transfer learning.pptx
Covid 19 detection using Transfer learning.pptxCovid 19 detection using Transfer learning.pptx
Covid 19 detection using Transfer learning.pptx
priyaghate2
 
State estimation with shape variability and ROMS
State estimation with shape variability and ROMSState estimation with shape variability and ROMS
State estimation with shape variability and ROMS
felipegalarcemarin
 
Online Detection of Shutdown Periods in Chemical Plants: A Case Study
Online Detection of Shutdown Periods in Chemical Plants: A Case StudyOnline Detection of Shutdown Periods in Chemical Plants: A Case Study
Online Detection of Shutdown Periods in Chemical Plants: A Case Study
Manuel Martín
 
Ad

More from Universidade de São Paulo (11)

A gentle introduction to Deep Learning
A gentle introduction to Deep LearningA gentle introduction to Deep Learning
A gentle introduction to Deep Learning
Universidade de São Paulo
 
Computação: carreira e mercado de trabalho
Computação: carreira e mercado de trabalhoComputação: carreira e mercado de trabalho
Computação: carreira e mercado de trabalho
Universidade de São Paulo
 
Introdução às ferramentas de Business Intelligence do ecossistema Hadoop
Introdução às ferramentas de Business Intelligence do ecossistema HadoopIntrodução às ferramentas de Business Intelligence do ecossistema Hadoop
Introdução às ferramentas de Business Intelligence do ecossistema Hadoop
Universidade de São Paulo
 
Metric s plat - a platform for quick development testing and visualization of...
Metric s plat - a platform for quick development testing and visualization of...Metric s plat - a platform for quick development testing and visualization of...
Metric s plat - a platform for quick development testing and visualization of...
Universidade de São Paulo
 
Hierarchical visual filtering pragmatic and epistemic actions for database vi...
Hierarchical visual filtering pragmatic and epistemic actions for database vi...Hierarchical visual filtering pragmatic and epistemic actions for database vi...
Hierarchical visual filtering pragmatic and epistemic actions for database vi...
Universidade de São Paulo
 
Java generics-basics
Java generics-basicsJava generics-basics
Java generics-basics
Universidade de São Paulo
 
Java collections-basic
Java collections-basicJava collections-basic
Java collections-basic
Universidade de São Paulo
 
Java network-sockets-etc
Java network-sockets-etcJava network-sockets-etc
Java network-sockets-etc
Universidade de São Paulo
 
Java streams
Java streamsJava streams
Java streams
Universidade de São Paulo
 
Infovis tutorial
Infovis tutorialInfovis tutorial
Infovis tutorial
Universidade de São Paulo
 
Java platform
Java platformJava platform
Java platform
Universidade de São Paulo
 
Ad

Recently uploaded (20)

Automated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptxAutomated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptx
handrymaharjan23
 
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
disnakertransjabarda
 
Automation Platforms and Process Mining - success story
Automation Platforms and Process Mining - success storyAutomation Platforms and Process Mining - success story
Automation Platforms and Process Mining - success story
Process mining Evangelist
 
2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry
2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry
2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry
bastakwyry
 
50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd
emir73065
 
RAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit FrameworkRAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit Framework
apanneer
 
Dynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics DynamicsDynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics Dynamics
heyoubro69
 
Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]
globibo
 
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
Taqyea
 
CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™
CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™
CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™
muhammed84essa
 
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Jayantilal Bhanushali
 
hersh's midterm project.pdf music retail and distribution
hersh's midterm project.pdf music retail and distributionhersh's midterm project.pdf music retail and distribution
hersh's midterm project.pdf music retail and distribution
hershtara1
 
2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?
Process mining Evangelist
 
Transforming health care with ai powered
Transforming health care with ai poweredTransforming health care with ai powered
Transforming health care with ai powered
gowthamarvj
 
real illuminati Uganda agent 0782561496/0756664682
real illuminati Uganda agent 0782561496/0756664682real illuminati Uganda agent 0782561496/0756664682
real illuminati Uganda agent 0782561496/0756664682
way to join real illuminati Agent In Kampala Call/WhatsApp+256782561496/0756664682
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
Lagos School of Programming Final Project Updated.pdf
Lagos School of Programming Final Project Updated.pdfLagos School of Programming Final Project Updated.pdf
Lagos School of Programming Final Project Updated.pdf
benuju2016
 
HershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistributionHershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistribution
hershtara1
 
Multi-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline OrchestrationMulti-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline Orchestration
Romi Kuntsman
 
Automated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptxAutomated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptx
handrymaharjan23
 
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
disnakertransjabarda
 
Automation Platforms and Process Mining - success story
Automation Platforms and Process Mining - success storyAutomation Platforms and Process Mining - success story
Automation Platforms and Process Mining - success story
Process mining Evangelist
 
2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry
2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry
2-Raction quotient_١٠٠١٤٦.ppt of physical chemisstry
bastakwyry
 
50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd
emir73065
 
RAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit FrameworkRAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit Framework
apanneer
 
Dynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics DynamicsDynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics Dynamics
heyoubro69
 
Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]
globibo
 
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
Taqyea
 
CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™
CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™
CERTIFIED BUSINESS ANALYSIS PROFESSIONAL™
muhammed84essa
 
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Jayantilal Bhanushali
 
hersh's midterm project.pdf music retail and distribution
hersh's midterm project.pdf music retail and distributionhersh's midterm project.pdf music retail and distribution
hersh's midterm project.pdf music retail and distribution
hershtara1
 
2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?
Process mining Evangelist
 
Transforming health care with ai powered
Transforming health care with ai poweredTransforming health care with ai powered
Transforming health care with ai powered
gowthamarvj
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
Lagos School of Programming Final Project Updated.pdf
Lagos School of Programming Final Project Updated.pdfLagos School of Programming Final Project Updated.pdf
Lagos School of Programming Final Project Updated.pdf
benuju2016
 
HershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistributionHershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistribution
hershtara1
 
Multi-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline OrchestrationMulti-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline Orchestration
Romi Kuntsman
 

Fire Detection on Unconstrained Videos Using Color-Aware Spatial Modeling and Motion Flow

  • 1. 0U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Letricia P. S. Avalhais, Jose Rodrigues-Jr., Agma J. M. Traina Fire detection on unconstrained videos using color-aware spatial modeling and motion flow University of Sao Paulo Institute of Mathematics and Computer Science Sao Carlos, Brazil
  • 2. 1U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Develop solutions to support emergency command center using intelligent analysis on data provided by crowdsourcing. Emergency context
  • 3. 2U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 OUTLINE Introduction & Background 0 1 0 2 0 3 SPATFIRE Method Experiments & Results 0 4 Conclusions
  • 4. 3U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Automatic detection of fire on videos ‣ Motivation o Take advantage of different mobile devices with cameras such as smartphones and tablets o Low cost and flexible alternative to fixed located sensors o Fast response to incidents as fire and explosions
  • 5. 4U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Goal ‣ Develop an effective solution to detect fire on unconstrained videos, focused on: 1. High abrangency (recall) 2. Real time response
  • 6. 5U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Automatic detection of fire on video ‣ Methods from the literature Rely mainly in color-based models from different color spaces: RGB, YCbCr, CIE Lab and HSV Take advantage of yellow- reddish appearance of fire May also combine shape or texture Static information only
  • 7. 6U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Automatic detection of fire on video ‣ Methods from the literature Rely mainly in color-based models from different color spaces: RGB, YCbCr, CIE Lab and HSV Take advantage of yellow- reddish appearance of fire May also combine shape or texture Static information only High false positive rates due to ambiguity with non-fire objects presenting the same color Alternative: incorporate dynamic features
  • 8. 7U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Automatic detection of fire on video ‣ Methods from the literature Generally combined with color models Temporal content: flickering patterns, background subtraction, shape variation Better performance than the works that use only static information Dynamic information
  • 9. 8U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Does not fit the requirements of a crowdsourcing emergency system Automatic detection of fire on video ‣ Methods from the literature Dynamic information Assumptions: stationary cameras, controlled lightening conditions, short cropped video segments Generally combined with color models Temporal content: flickering patterns, background subtraction, shape variation Better performance than the works that use only static information
  • 10. 9U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 SPATFIRE SPAtio-Temporal segmentation of FIRe Events ‣ MAIN CONTRIBUTIONS A color model for spatial segmentation specifically tailored for the detection of fire-like regions based on the HSV color space; 1. FPD - Fire-like Pixel Detector An efficient technique to compensate the camera motion observed in videos acquired with non- stationary cameras; 2. Motion compensation Perform the temporal segmentation of fire events in adverse uncontrolled situations. 3. Event segmentation
  • 11. 10U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 SPATFIRE OVERVIEW Fire segments
  • 12. 11U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Spatial segmentation FPD Color Model (2)(1) Visualization of the fire pixels in the HSV color space
  • 13. 12U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Motion estimation 2. DENSE FLOW ESTIMATION ‣ Match points sampled at uniform intervals in a grid ‣ Uses the “background’’ information ‣ Gunnar Farneback’s Optical Flow 1. SPARSE FLOW ESTIMATION ‣ Match corner points from two consecutive frames on the regions of interest ‣ Harris corner detection ‣ Lucas-Kanade Optical Flow OPTICAL FLOW
  • 14. 13U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Non-stationary cameras ‣ Usually add an extra motion component from the camera movement. ‣ Why is this a problem?
  • 15. 14U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Non-stationary cameras ‣ Usually add an extra motion component from the camera movement. ‣ Why is this a problem? Sparse flow from the entire frame Sparse flow from the interest region
  • 16. 15U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Block-based motion compensation BLOCK DOMINANT ORIENTATIONnon-overlapping regions of 32 x 32. For each block , the mean local flow is: ESTIMATE THE BACKGROUND MOTION FLOW calculate the average of the orientation from the block dominant flows at the peak of histogram and define the approximated global background flow as:
  • 17. 16U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Feature vector representation and classification The representation and classification are described in the following steps: 1. Calculate the new compensated set of flow so that, for each , the correspondent new flow is given by: 2. Calculate the histogram of oriented optical flow (32 bins) from the set . 3. Use the SVM classifier to determine the class (fire, not fire) using the histogram as its input.
  • 18. 17U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Experiments ‣ Evaluating FPD color model o How accurate is the FPD model to correctly select fire pixels?
  • 19. 18U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Experiments ‣ Evaluating FPD color model o How accurate is the FPD model to correctly select fire pixels? Fire pixels Non fire pixels TP = n. of fire pixels in C FP = n. of non fire pixels in C FN = n. of fire pixels in A – TP TN = n. of non fire pixels in B – FP
  • 20. 19U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Experiments ‣ Evaluating FPD color model o The BoWFire Dataset • Training set: 80 cropped images of 50 x 50 pixels • Test set: 226 images of various resolutions ‣ Comparison o Çelik and Demirel [2009] o Zhang et al. [2013] o Chen et al. [2009] Fire samples Non-fire samples
  • 21. 20U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ BoWFire dataset (test) 18% superior than Celik Precision FPD 62.46% Celik 52.8% Zhang 45.95% Chen 37.2%
  • 22. 21U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ BoWFire dataset (test) 18% superior than Celik Chen: 10% higher recall rate Recall FPD 77% Zhang 30.87% Celik 67.7% Chen 84.8% Precision FPD 62.46% Celik 52.8% Zhang 45.95% Chen 37.2%
  • 23. 22U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ BoWFire dataset (test) Precision FPD 62.46% Celik 52.8% Zhang 45.95% Chen 37.2% F1-measure FPD 63.35% Celik 53.23% Zhang 29.3% Chen 45.13% Recall FPD 77% Zhang 30.87% Celik 67.7% Chen 84.8% 18% superior than Celik Chen: 10% higher recall rate Outperforms Celik in 19%
  • 24. 23U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ BoWFire dataset (training) Recall FPD 85.81% Celik 11.5% Zhang 31.4% Chen 88% Chen 2.5% superior on recall
  • 25. 24U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ BoWFire dataset (training) F1-mesure FPD 92.3% Celik 20.6% Zhang 47.8% Chen 93.6% FPD and Chen nearly tied Chen 2.5% superior on recall Recall FPD 85.81% Celik 11.5% Zhang 31.4% Chen 88%
  • 26. 25U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Experiments ‣ Evaluating the SPATFIRE method o How accurate is the resultant temporal segmentation? . . . . . .. . . Fire segments Non fire segments . . . . . . . . .
  • 27. 26U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Experiments ‣ Evaluating the SPATFIRE method o FireVid dataset • Acquired from YouTube using web crawlers • Key words: “fire”, “explosion”, “flame”, “burning” • 83,675 frames labeled as “fire”, “not- fire” or “ignore”. • from 320 × 240 to 600 × 336 pixels, and frame rate varying from 10 Hz to 30 Hz o RESCUER dataset • Videos from a fire simulation at an industrial area • balanced distribution of videos with resolutions varying from 320 × 240 to 1920 × 1080 pixels • Also manually labeled as “fire”, “not- fire” or “ignore”.
  • 28. 27U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ FireVid dataset Precision SPATFIRE 89.1% Celik 79.16% Di Lascio 89.17% SPATFIRE and Di Lascio nearly tied
  • 29. 28U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ FireVid dataset Recall SPATFIRE 63.7% Celik 18.87% Di Lascio 51.37% SPATFIRE and Di Lascio nearly tied 24% higher than Di Lascio Precision SPATFIRE 89.1% Celik 79.16% Di Lascio 89.17%
  • 30. 29U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ FireVid dataset F1-measure SPATFIRE 74.3% Celik 30.48% Di Lascio 65.2% 24% higher than Di Lascio Outperforms Celik in 1.4x and Di Lascio in 14% SPATFIRE and Di Lascio nearly tied Precision SPATFIRE 89.1% Celik 79.16% Di Lascio 89.17% Recall SPATFIRE 63.7% Celik 18.87% Di Lascio 51.37%
  • 31. 30U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ RESCUER dataset Precision SPATFIRE 94.4% Celik 78.6% Di Lascio 90.5% Outperforms Celik in 20% and Di Lascio in 4.3%
  • 32. 31U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ RESCUER dataset Outperforms Celik in 20% and Di Lascio in 4.3% 31% and 37% higher recall rate Precision SPATFIRE 94.4% Celik 78.6% Di Lascio 90.5% Recall SPATFIRE 73.62% Celik 53.75% Di Lascio 56.1%
  • 33. 32U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Results ‣ RESCUER dataset F1-measure SPATFIRE 82.73% Celik 63.82% Di Lascio 69.24% Recall SPATFIRE 73.62% Celik 53.75% Di Lascio 56.1% 31% and 37% higher recall rate Outperforms Celik in 29.6% and Di Lascio in 19.4% Outperforms Celik in 20% and Di Lascio in 4.3% Precision SPATFIRE 94.4% Celik 78.6% Di Lascio 90.5%
  • 34. 33U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Time evaluation Resize higher resolution videos: largest dimension of 600 pixels
  • 35. 34U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Conclusions ‣ Combining static and dynamic information is a key approach to detect patterns of fire ‣ The motion flow compensation technique aids to lower the influence of the camera motion from videos shot by non-stationary cameras ‣ SPATFIRE is effective to detect and segment events for unconstrained videos, overcoming state-of-the-art methods
  • 36. 35U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Future Work ‣ Refine the background motion estimation by amplifying the time interval ‣ Apply spectral analysis to improve spatial segmentation ‣ Explore the use of accelerometers data (when provided) to better determine the camera movement ‣ Propose alternative designs to monitor other circumstances, such as smoke, flood, and heavy wind
  • 37. 36U N I V E R S I T Y O F S A O P A U L O , I C T A I 2 0 1 Questions? THANK YOU! Letricia P. S. Avalhais letricia@icmc.usp.br José Fernando R. Junior junio@icmc.usp.br Agma J. M. Traina agma@icmc.usp.br
  翻译: