Probabilistic U-Net with Cross Residual Fusion Block (CRFB)

This repository got inspiration from repositories probabilistic_unet and KiU-Net-pytorch. The main architecture are the same as Probabilistic U-Net but on the U-Net part we added Cross Residual Fusion Block (CRFB). CRFB function are for up-sampling the input image so the segmentation will increase the size too and help with segmentation result. Why we only add one CRFB because the resource limitation. Furthermore, it will be great if using KiU-Net as complete architecture to change U-Net from Probabilistic U-Net’s architecture. Please check their original papers (“A Probabilistic U-Net for Segmentation of Ambiguous Images” and “KiU-Net: Towards Accurate Segmentation of Biomedical Images using Over-complete Representations”) for more details information. To see the code you can access here.