NASA-IMPACT / pixel-detector

pixel detector using shapefiles for generating truth set.
4 stars 0 forks source link

Unet HLD model results #19

Open muthukumaranR opened 4 years ago

muthukumaranR commented 4 years ago

initial Model Summary: 3 layer standard Unet

Run #1: precision: 0.79 recall: 0.70 accuracy: 0.83, f1_score: 0.749

muthukumaranR commented 4 years ago

Loss_plot_hld

naturally, The snapshot of the model with the lowest validation loss is stored for evaluation and further use.

muthukumaranR commented 4 years ago

model overfitting, reducing param # and re-running

muthukumaranR commented 4 years ago

Some sample predictions on test set:

image

image

image

image

muthukumaranR commented 4 years ago

since The predictions look good, the model just needs to be trained with a lower learning rate for a smoother graph. It just learns too fast, especially with the augmentations included.

xhagrg commented 4 years ago

@muthukumaranR are we getting these results from the same model posted above the images?

muthukumaranR commented 4 years ago

yes, @xhagrg

xhagrg commented 4 years ago

hmm, let's try with some other test samples for this. see if we get better/worse results. (skeptical because of the graph)

muthukumaranR commented 4 years ago

predictions can be found here:https://drive.google.com/drive/u/1/folders/15FfMvlFUL9qajKrbrim_bhOfjrl3Ucld

xhagrg commented 4 years ago

any false positives? let's run it for a day's worth of data.

muthukumaranR commented 4 years ago

Updated loss plot with a slower learning rate

image

xhagrg commented 4 years ago

@muthukumaranR noice!

muthukumaranR commented 4 years ago

Testing the model on random NON-HLD images for a day's worth of data from worldview, the model is susceptible to false positives. Taking these example and adding them to the training/validation cases to reduce false positives.

muthukumaranR commented 4 years ago

some false positive cases from the model:

image image image image image

muthukumaranR commented 4 years ago

The false positives were due to not scaling the images. once the images are scaled, there were no false positives.

image image image