2. Material and methods

  1. ROI
  2. Tile-based classification
  3. slide-based classification

2.2 ROI detection with Image Processing

  • Using OTSU, multilevel mapping
  • First covert the original image from RGB to HSV
  • Generate binary mask
  • Extract tissue region using tisue mask and image morphology operations.
    论文阅读:Computer-aided Detection of Squamous Carcinoma

2.3 Deep-learning CNN for Tile-based Classification

论文阅读:Computer-aided Detection of Squamous Carcinoma
训练三种模型(Inceptionv3, InceptionResnet-v2, Resnet50),然后组合起来变成一个新的模型。
DataAugmentation

2.4 Post-processing

256X256 pixel patch produce heatmap

build classifier for slide-based classification

使用heatmap的特征来进行分类器的训练

相关文章:

  • 2021-09-23
  • 2021-08-01
  • 2021-04-01
  • 2021-08-07
  • 2021-05-02
  • 2022-01-11
  • 2021-08-09
猜你喜欢
  • 2021-06-10
  • 2021-07-07
  • 2021-08-16
  • 2022-12-23
  • 2021-11-05
  • 2021-05-08
  • 2021-04-17
相关资源
相似解决方案