top of page
Keyboard and Mouse

Fire Detection Using Keras

AP Research Project (2022-23)

For my AP Research class, I tried to answer the following: "How can machine learning best be utilized to accurately classify video footage of forest fires on the average laptop computer?" In order to do so, I developed and implemented a convolutional neural network (CNN) in Google Colab using the Keras library. I also made use of methods in other libraries such as TensorFlow, NumPy, OpenCV, and matplotlib. In the collection of images below, I have included figures from my paper.

​

The CNN employed a binary classification method in order to identify images from either a fire or non-fire class, and I ended up training four different models in order to test optimal performance. In total, the final model trained on 3,760 images taken from Kaggle and other open source datasets. The highest F1 scores achieved was 0.96 for both the fire and non-fire classes. See the fire_detection GitHub repository for more information.

TOOLS

Screen Shot 2023-03-12 at 3_edited.jpg
Screen Shot 2023-03-12 at 3.31_edited.jpg
Screen Shot 2023-03-12 at 3.32_edited.jpg
487px-OpenCV_Logo_with_text_edited.png
Created_with_Matplotlib-logo_edited.png

GALLERY

​
​
Layer Implementation_edited.jpg

Fig. 1
CNN layer implementation

Fig. 2
Video analysis implementation

Fig. 3
Comparing the four common fire detection methods

Fig. 4
True positive, true negative, false positive, and false negatives in the project

Fig. 5
Comparing max pooling and average pooling

cnn-batch normalization.drawio.png

Fig. 6
Visualization of batch normalization

cnn-multiple-cnn.drawio.png

Fig. 7
Multiple CNN visualization

cnn-transfer-learning.drawio.png

Fig. 8
Comparing traditional and transfer learning

CNN Step 1.png
CNN Step 2.png
CNN Step Final.png
Padding.png

Fig. 9
Convolution layer visualization

Fig. 10
Padding visualization

22.png

Fig. 11
Dropout visualization

cnn-Page-6.drawio.png

Fig. 12
Normalization visualization

Metrics.png

Fig. 13
Factors affecting model performance

CONTACT ME

Thanks for submitting!

CS + BEM @ Caltech

Phone:

682-237-9848

Email:

  • LinkedIn

© 2024 by Karen Zhou.

bottom of page