Architecutures for Image segmentation
Fully Convolutional Network (FCN)
- This is a typical encoder-decoder architecture.
- Encoder compresses the information
- Decoder will upsample and use skip connections to come up with orginial image
- This image is used for segmentation