Skip to content

Nuclei Grading of Clear Cell Renal Cell Carcinoma in Histopathological Image by Composite High-Resolution Network - MICCAI 2021

License

Notifications You must be signed in to change notification settings

ZeyuGaoAi/Composite_High_Resolution_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuclei Grading of Clear Cell Renal Cell Carcinoma in Histopathological Image by Composite High-Resolution Network

A Composite High-Resolution Network for ccRCC nuclei grading.

The network has two parts:

  • Propose a segmentation network called W-Net that can separate the clustered nuclei.
  • Recast the fine-grained classification of nuclei to two cross-category classification tasks, based on two high-resolution feature extractors (HRFEs) which are proposed for learning these two tasks.

The two HRFEs share the same backbone encoder with W-Net by a composite connection so that meaningful features for the segmentation task can be inherited for the classification task. Finally, a head-fusion block is applied to generate the predicted label of each nucleus.

Link to MICCAI 2021 paper.

Set Up Environment

conda create --name hovernet python=3.6
conda activate hovernet
pip install -r requirements.txt

Dataset

Download the ccRCC grading dataset as used in our paper from this link.

Ground truth files are in .mat format, refer to the website of this dataset for further information.

CHR-Net

Citation

If any part of this code is used, please give appropriate citation to our paper.

Getting Started

Install the required libraries before using this code. Please refer to requirements.txt

Authors

Institute

BioMedical Semantic Understanding Group, Xi'an Jiaotong University

Workshop in BIBM

AIPath

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgements

We have great thanks to the implementation of nuclei segmentation and classification framework HoVerNet. This code is modified from the tensorflow version of HoVerNet.

The datasets used are in whole or part based upon data generated by the TCGA Research Network.

About

Nuclei Grading of Clear Cell Renal Cell Carcinoma in Histopathological Image by Composite High-Resolution Network - MICCAI 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published