YuemingJin / STswinCL

[TMI'22]Exploring Intra- and Inter-Video Relation for Surgical Semantic Scene Segmentation
21 stars 2 forks source link

Exploring Intra- and Inter-Video Relation for Surgical Semantic Scene Segmentation

by Yueming Jin, Yang Yu, Cheng Chen, Zixu Zhao, Pheng-Ann Heng, Danail Stoyanov.

Introduction

Dataset

Results

Usage

Check dependencies:

   - pytorch 1.8.0
   - opencv-python
   - tqdm
   - timm
   - pi
   - numpy
   - sklearn

Training process

  1. Training Transformer based segmentation model (Intra-video)
  1. Training Contrastive model (Inter-video)
  1. Fine-tuning the segmentation model (Joint Intra and Inter)

Test & Visualization

Note:

seg18 and pixcontrast_18 are for EndoVis18; segcata and pixcontrast_cata are for CaDIS. Here, we take EndoVis18 as the example. The usage for CaDIS is similar.

Citation

@ARTICLE{9779714,
  author={Jin, Yueming and Yu, Yang and Chen, Cheng and Zhao, Zixu and Heng, Pheng-Ann and Stoyanov, Danail},
  journal={IEEE Transactions on Medical Imaging}, 
  title={Exploring Intra- and Inter-Video Relation for Surgical Semantic Scene Segmentation}, 
  year={2022},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TMI.2022.3177077}
}

Questions

For further question about the code or paper, please contact 'ymjin5341@gmail.com'