thomashopkins32 / HuBMAP

Hacking the Human Vasculature (Kaggle Competition)
Apache License 2.0
0 stars 0 forks source link

HuBMAP

Hacking the Human Vasculature (Kaggle Competition)

Submissions

Release 1

The notebook should be runnable from start to finish on Kaggle's servers as long as you add the correct datasets to the environment.

Here are the specifications:

Results:

Release 2

Not significantly better than Release 1

Here are the specifications:

Release 3

Baseline

Here are the specifications:

Here is a sample prediction on the validation set with an IoU of 0.806 (whole image, multi-class): baseline_pred1.png You can see that there are holes, smoothed edges, rough outlines, and some mispredictions. Elastic deformations of the image might help to solve some of these issues by allowing the network to be invariant to small changes in outline. As for gaps, elastic deformations might help a bit but architectures better than UNet for this type of problem (YOLO, RCNN, etc.) will probably work better.

Ideas