xmindflow / FuseNet

[ISBI 2024] FuseNet: Self-Supervised Dual-Path Network for Medical Image Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FuseNet: Self-Supervised Dual-Path Network for Medical Image Segmentation

arXiv Open In Colab

Semantic segmentation, a crucial task in computer vision, often relies on labor-intensive and costly annotated datasets for training. In response to this challenge, we introduce FuseNet, a dual-stream framework for self-supervised semantic segmentation that eliminates the need for manual annotation. FuseNet leverages the shared semantic dependencies between the original and augmented images to create a clustering space, effectively assigning pixels to semantically related clusters, and ultimately generating the segmentation map. Additionally, FuseNet incorporates a cross-modal fusion technique that extends the principles of CLIP by replacing textual data with augmented images. This approach enables the model to learn complex visual representations, enhancing robustness against variations similar to CLIP’s text invariance. To further improve edge alignment and spatial consistency between neighboring pixels, we introduce an edge refinement loss. This loss function considers edge information to enhance spatial coherence, facilitating the grouping of nearby pixels with similar visual features. Extensive experiments on skin lesion and lung segmentation datasets demonstrate the effectiveness of our method.


FuseNet


Updates

  • If you found this paper useful, please consider checking out our previously accepted papers at MIDL and ICCV: MS-Former [Paper] [GitHub], and S3-Net [Paper] [GitHub] ♥️✌🏻

  • November 22, 2023: First release of the code.

Installation

pip install -r requirements.txt

Run Demo

Put your input images in the input_images/image folder and just simply run the FuseNet.ipynb notebook ;)

Experiments

Citation

If this code helps with your research, please consider citing the following paper:

@article{kazerouni2023fusenet,
  title={FuseNet: Self-Supervised Dual-Path Network for Medical Image Segmentation},
  author={Kazerouni, Amirhossein and Karimijafarbigloo, Sanaz and Azad, Reza and Velichko, Yury and Bagci, Ulas and Merhof, Dorit},
  journal={arXiv preprint arXiv:2311.13069},
  year={2023}
}

About

[ISBI 2024] FuseNet: Self-Supervised Dual-Path Network for Medical Image Segmentation

License:MIT License


Languages

Language:Jupyter Notebook 90.8%Language:Python 9.2%