Introduction to GER-UNet Model in TensorFlow
Today, I will share the improved model GER-UNet, which is based on the 2020 paper “Beyond CNNs: Exploiting Further Inherent Symmetries in Medical Images for Segmentation.” By understanding the ideas behind this model, similar improvements can be made based on VNet. 1. Limitations of Conventional Convolutional Networks 1. Conventional convolutional neural networks can only utilize … Read more