COVID Edge-Net: Automated COVID-19 Lung Lesion Edge Detection in Chest CT Images

Abstract

Coronavirus Disease 2019 (COVID-19) has been spreading rapidly, threatening global health. Computer-aided screening on chest computed tomography (CT) images using deep learning, especially, lesion segmentation, is an effective complement for COVID-19 diagnosis. Although edge detection highly benefits lesion segmentation, an independent COVID-19 edge detection task in CT scans has been unprecedented and faces several difficulties, e.g., ambiguous boundaries, noises and diverse edge shapes. To this end, we propose the first COVID-19 lesion edge detection model: COVID Edge-Net, containing one edge detection backbone and two new modules: the multi-scale residual dual attention (MSRDA) module and the Canny operator module. MSRDA module helps capture richer contextual relationships for obtaining better deep learning features, which are fused with Canny features from Canny operator module to extract more accurate, refined, clearer and sharper edges. Our approach achieves the state-of-the-art performance and can be a benchmark for COVID-19 edge detection. Code related to this paper is available at: https://github.com/Elephant-123/COVID-Edge-Net .

Cite

Text

Wang et al. "COVID Edge-Net: Automated COVID-19 Lung Lesion Edge Detection in Chest CT Images." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021. doi:10.1007/978-3-030-86514-6_18

Markdown

[Wang et al. "COVID Edge-Net: Automated COVID-19 Lung Lesion Edge Detection in Chest CT Images." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021.](https://mlanthology.org/ecmlpkdd/2021/wang2021ecmlpkdd-covid/) doi:10.1007/978-3-030-86514-6_18

BibTeX

@inproceedings{wang2021ecmlpkdd-covid,
  title     = {{COVID Edge-Net: Automated COVID-19 Lung Lesion Edge Detection in Chest CT Images}},
  author    = {Wang, Kang and Zhao, Yang and Dou, Yong and Wen, Dong and Gao, Zikai},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2021},
  pages     = {287-301},
  doi       = {10.1007/978-3-030-86514-6_18},
  url       = {https://mlanthology.org/ecmlpkdd/2021/wang2021ecmlpkdd-covid/}
}