You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duo-SegNet: Adversarial Dual-Views for Semi-Supervised Medical Image Segmentation
This repo contains the supported pytorch code and configuration files to reproduce medical image segmentaion results of Duo-SegNet.
and denote Segmentation networks and Critic network. Here, Critic criticizes between prediction masks and the ground truth masks to perform the min-max game.
Environment
Please prepare an environment with python=3.8, and then run the command "pip install -r requirements.txt" for the dependencies.
@inproceedings{peiris2021duo,
title={Duo-SegNet: Adversarial Dual-Views for Semi-Supervised Medical Image Segmentation},
author={Peiris, Himashi and Chen, Zhaolin and Egan, Gary and Harandi, Mehrtash},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={428--438},
year={2021},
organization={Springer}
}
About
[MICCAI2021] This is an official PyTorch implementation for "Duo-SegNet: Adversarial Dual-Views for Semi-Supervised Medical Image Segmentation"