By Minghui Zhang, Hanxiao Zhang, Guang-Zhong Yang and Yun Gu
Institute of Medical Robotics, Shanghai Jiao Tong University
This repository is for our Early Accepted (Top 13%) MICCAI 2022 paper (awarded as MICCAI Student Travel Award (Top 4%)) 'Collaborative Feature Disentanglement and Augmentation for Pulmonary Airway Tree Modeling of COVID-19 CTs'.
Detailed modeling of the airway tree from CT scan is important for 3D navigation involved in endobronchial intervention including for those patients infected with the novel coronavirus. Deep learning methods have the potential for automatic airway segmentation but require large annotated datasets for training, which is difficult for a small patient population and rare cases. Due to the unique attributes of noisy COVID-19 CTs (e.g., ground-glass opacity and consolidation), vanilla 3D Convolutional Neural Networks (CNNs) trained on clean CTs are difficult to be generalized to noisy CTs. We propose a Collaborative Feature Disentanglement and Augmentation framework (CFDA) to harness the intrinsic topological knowledge of the airway tree from clean CTs incorporated with unique bias features extracted from the noisy CTs.
You can set up the options in the options/base_options and modify the template in the pipeline/pipeline_template, e.g., for the training of the CFDA:
python pipeline_train_CFDA.py
If you find this repository or our paper useful, please consider citing our paper:
@inproceedings{zhang2022cfda,
title={Cfda: Collaborative feature disentanglement and augmentation for pulmonary airway tree modeling of COVID-19 CTs},
author={Zhang, Minghui and Zhang, Hanxiao and Yang, Guang-Zhong and Gu, Yun},
booktitle={International conference on medical image computing and computer-assisted intervention},
pages={506--516},
year={2022},
organization={Springer}
}