ZhanQiQi / ThyroidInteractive

Whole slide image (WSI) analysis based on pre-selected suspicious regions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Thyroid Whole Slide Image Diagnostic System using Deep Representation

Intro

With the aim of computer-aided diagnosis and the insights that suspicious regions are generally easy to identify, we develop an interactive histopathology whole slide image diagnostic system based on the suspicious regions preselected by pathologists. We propose to generate the feature representation for these suspicious regions via extracting and fusing patch features using deep neural networks. The pipeline of the proposed system is shown as below:

roi_wsi_system

Methods

1.1 patchCLS

  • Patch classifier for feature extraction.

1.2 genFeas

  • Generate the representation for these suspicious regions for following analysis.

1.3 roiCLS

  • Diagnose the suspicious region

1.4 retrieval

  • Retrieve similar regions for reference

Citation

Please consider cite the paper if this repository facilitates your research.

@article{chen2020interactive,
  title={Interactive Thyroid Whole Slide Image Diagnostic System using Deep Representation},
  author={Chen, Pingjun and Shi, Xiaoshuang and Liang, Yun and Li, Yuan and Yang, Lin and Gader, Paul D},
  journal={Computer Methods and Programs in Biomedicine},
  pages={105630},
  year={2020},
  publisher={Elsevier}
}

About

Whole slide image (WSI) analysis based on pre-selected suspicious regions

License:MIT License


Languages

Language:Python 100.0%