Two-Stage COVID19 Classification Using BERT Features

Abstract

We propose an automatic COVID1-19 diagnosis framework from lung CT-scan slice images using double BERT feature extraction. In the first BERT feature extraction, A 3D-CNN is first used to extract CNN internal feature maps. Instead of using the global average pooling, a late BERT temporal pooing is used to aggregate the temporal information in these feature maps, followed by a classification layer. This 3D-CNN-BERT classification network is first trained on sampled fixed number of slice images from every original CT scan volume. In the second stage, the 3D-CNN-BERT embedding features are extracted for every 32 slice images sequentially, and these features are divided into fixed number of segments. Then another BERT network is used to aggregate these features into a single feature followed by another classification layer. The classification results of both stages are combined to generate final outputs. On the validation dataset, we achieve macro F1 score 92.05%; and on the testing dataset, we achieve macro F1 84.43%.

Cite

Text

Tan et al. "Two-Stage COVID19 Classification Using BERT Features." European Conference on Computer Vision Workshops, 2022. doi:10.1007/978-3-031-25082-8_34

Markdown

[Tan et al. "Two-Stage COVID19 Classification Using BERT Features." European Conference on Computer Vision Workshops, 2022.](https://mlanthology.org/eccvw/2022/tan2022eccvw-twostage/) doi:10.1007/978-3-031-25082-8_34

BibTeX

@inproceedings{tan2022eccvw-twostage,
  title     = {{Two-Stage COVID19 Classification Using BERT Features}},
  author    = {Tan, Weijun and Yao, Qi and Liu, Jingfeng},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2022},
  pages     = {517-525},
  doi       = {10.1007/978-3-031-25082-8_34},
  url       = {https://mlanthology.org/eccvw/2022/tan2022eccvw-twostage/}
}