FranciscoLozDataScience commited on
Commit
07da865
1 Parent(s): 48d8d15

changed readme

Browse files
Files changed (1) hide show
  1. README.md +6 -30
README.md CHANGED
@@ -25,44 +25,20 @@ dataset_info:
25
  tags:
26
  - climate
27
  task_categories:
28
- - image-classification
29
  task_ids:
30
  - multi-label-image-classification
31
  license: mit
32
  ---
33
 
34
- # COMPARING SIMPLE DEEP LEARNING MODELS TO A COMPLEX MODEL FOR SMOKE DETECTION
 
 
35
  - **Homepage:** [Sage Continuum](https://sagecontinuum.org/)
36
- - **Author:** Jakub Szumny, Math and Computer Science Division, University of Illinois at Urbana-Champaign
37
- - **Mentors:** Bhupendra Raut, Seongha Park
38
- - **Repository:** [GitHub Repository](https://github.com/waggle-sensor/summer2023/tree/main/szumny)
39
 
40
  # Motivation
41
- - Forest fires are a major problem, and have detrimental effects on the environment. Current solutions to detecting forest fires are not efficient enough, and other machine learning models have far too long computational speeds and poor accuracies. This study is a
42
- continuation of the work done by UCSD, and their SmokeyNet deep learning architecture for smoke detection.
43
- - My goal is to compare many different deep learning models, in order to find the best model for this issue, and to find if a simple model can compare to a complex model. The models which I compared are: VGG16, UCSD SmokeyNet, Resnet18, Resnet34, and Resnet50.
44
-
45
- # Major Accomplishments
46
- - Created a large dataset of 41,000 images, comprised of many different wildfire events from HPWREN. I split the images into 5 different classes: sky, ground, horizon, cloud, and smoke.
47
- - Tested in many different ways, and found that the best results are when the classes: sky, ground, and horizon, are grouped together as other, and smoke and cloud are left separate. The major issue with this, is that smoke and clouds often look very similar.
48
- - On my dataset, created with HPWREN images, each model performed rather well, having about the same accuracy at around 90%.
49
- - Found that the VGG16 model with 3 features (smoke, cloud, other), was the best performing model on the testing dataset from ARM, and all the other models performed quite poorly.
50
- - Must keep in mind that the burning event was not very obvious in the ARM testing data, but it won’t always be cut and clear, so it is a great test to see which model perform best with the least.
51
- - With a FPR of about 13%, a TPR of about 96%, a FNR of about 4%, and a TNR of about 88%, the VGG16 model had the best results, on
52
- the ARM Data.
53
- - Created a plugin application to be able to test and use my model and algorithm on wild sage nodes, taking images and detecting smoke in real time.
54
-
55
- # Impact
56
- - The impact my research has made, is having created a large dataset for future research, and for better model creation.
57
- - Found that a simple model is very accurate and can compare to a complex model.
58
- - An algorithm which can compute and classify an entire image in a very short period of time.
59
- - This research can greatly help the fight against forest fires, in order to at one point solve the problem of forest fires, by being able to attend to them before they get out of control.
60
-
61
- # Future Direction
62
- - More work is needed on creating a more efficient model. There may be a different model which can perform even better on detecting smoke.
63
- - It is helpful as a dataset is already created, and through my Github repository, anyone can replicate my work,
64
- and try to improve on it.
65
- - Need to explore more ways to augment the images, by scaling the contrast levels, etc, as I believe this would be a good way to separate smoke from cloud from other.
66
 
67
  # Citation
68
  Dewangan A, Pande Y, Braun H-W, Vernon F, Perez I, Altintas I, Cottrell GW, Nguyen MH. FIgLib & SmokeyNet: Dataset and Deep Learning Model for
 
25
  tags:
26
  - climate
27
  task_categories:
28
+ - visual-question-answering
29
  task_ids:
30
  - multi-label-image-classification
31
  license: mit
32
  ---
33
 
34
+ # Origin
35
+ This dataset was forked from [sagecontinuum/smokedataset](https://huggingface.co/datasets/sagecontinuum/smokedataset)
36
+
37
  - **Homepage:** [Sage Continuum](https://sagecontinuum.org/)
38
+ - **Author:** Francisco Lozano
 
 
39
 
40
  # Motivation
41
+ - My goal is to build a dataset using Wild Sage Node captured images to help score LLMs that will be used with SAGE.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  # Citation
44
  Dewangan A, Pande Y, Braun H-W, Vernon F, Perez I, Altintas I, Cottrell GW, Nguyen MH. FIgLib & SmokeyNet: Dataset and Deep Learning Model for