An Intuitionistic Fuzzy Logic Driven UNet architecture: Application to Brain Image segmentation
Hanuman Verma, Kiho Im, Pranabesh Maji, Akshansh Gupta
TL;DR
This work tackles brain MRI segmentation under boundary uncertainty caused by partial volume effects by introducing IF-UNet, a UNet variant that processes inputs in intuitionistic fuzzy form using membership, non-membership, and hesitation degrees. By fuzzifying image data as $x_j^{IFS}=(\mu_B(x_j),\nu_B(x_j),\pi_B(x_j))$ and applying Sugeno negation with a tunable parameter $\lambda$, the encoder captures uncertainty while the decoder maintains spatial localization. The authors demonstrate, on the IBSR dataset, that IF-UNet consistently outperforms baseline UNet and Attention UNet in terms of accuracy $AC$, Dice $DC$, and intersection over union $IoU$, with best results at $\lambda=1.2$ (e.g., $AC=0.9924$, $DC=0.9892$, $IoU=0.9788$). While the approach increases model complexity and inference time due to additional fuzzy components, the improved boundary delineation and robustness to uncertainty have meaningful implications for clinically reliable brain tissue segmentation.
Abstract
Accurate segmentation of MRI brain images is essential for image analysis, diagnosis of neuro-logical disorders and medical image computing. In the deep learning approach, the convolutional neural networks (CNNs), especially UNet, are widely applied in medical image segmentation. However, it is difficult to deal with uncertainty due to the partial volume effect in brain images. To overcome this limitation, we propose an enhanced framework, named UNet with intuitionistic fuzzy logic (IF-UNet), which incorporates intuitionistic fuzzy logic into UNet. The model processes input data in terms of membership, nonmembership, and hesitation degrees, allowing it to better address tissue ambiguity resulting from partial volume effects and boundary uncertainties. The proposed architecture is evaluated on the Internet Brain Segmentation Repository (IBSR) dataset, and its performance is computed using accuracy, Dice coefficient, and intersection over union (IoU). Experimental results confirm that IF-UNet improves segmentation quality with handling uncertainty in brain images.
