Image Segmentation
Vatsal Sivaratri
Modified from presentation by Arnav Jain and Sauman Das
TJ Machine Learning Club
Slide 1
What is Segmentation?
TJ Machine Learning Club
Slide 2
Types of Segmentation
TJ Machine Learning Club
Slide 3
U-Net
What is the input to an image segmentation model?
What is the output to an image segmentation model? What dimension should this output be?
TJ Machine Learning Club
Slide 4
Types of Layers
Convolution
Note: This is actually a cross-correlation!
MaxPooling
TJ Machine Learning Club
Slide 5
Types of Layers
Upsampling
TJ Machine Learning Club
Slide 6
U-Net
TJ Machine Learning Club
Slide 7
Max-Pool
TJ Machine Learning Club
Slide 8
Code for U-Net
TJ Machine Learning Club
Slide 9
FCN
TJ Machine Learning Club
Slide 10
R-CNN
TJ Machine Learning Club
Slide 11
When to use each?
FCN:
U-Net:
R-CNN:
TJ Machine Learning Club
Slide 12
Loss Functions/Metrics
TJ Machine Learning Club
Slide 13
Image Segmentation Applications
TJ Machine Learning Club
Slide 14