diamandislabii commited on
Commit
8f073ed
·
verified ·
1 Parent(s): 82281d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vision
5
+ - image-classification
6
+ ---
7
+
8
+ ### (Kidney) Clear Cell Renal Carcinoma
9
+
10
+ This model can additionally be run on our [pathology reports platform](https://www.pathologyreports.ai/marketplace/browse/030d4c12-609d-457c-b3ba-d70d3caf129d)
11
+
12
+ Credits: Dr. Phedias Diamandis (University of Toronto, Canada)
13
+
14
+ ### Introduction
15
+
16
+ This H&E clear cell carcinoma tissue classifier was developed using transfer learning on a histology optimized version of the VGG19 CNN [(DOI: 10.1038/s42256-019-0068-6)](https://doi.org/10.1038/s42256-019-0068-6) and trained to recognize clear cell and papillary renal cell carcinoma and other surrounding tissue elements.
17
+
18
+ Annotations were carried out on batches of image tiles (dimensions: 512 x 512 px) grouped using image-based clustering [(HAVOC, DOI: 10.1126/sciadv.adg1894)](https://doi.org/10.1126/sciadv.adg1894) from 5 publicly available TCGA-KIRP and 27 publicly available TCGA-KIRC H&E-stained whole slide images. The validation was carried out on non-overlapping cases from TCGA.
19
+
20
+ ### Classes
21
+
22
+ 1. Adipose Tissue
23
+ 2. Blank space
24
+ 3. Clear Cell Renal Cell Carcinoma
25
+ 4. Cyst Content
26
+ 5. Fibrocollagenous Tissue
27
+ 6. Hemorrhage
28
+ 7. Inflammation
29
+ 8. Marker
30
+ 9. Necrosis
31
+ 10. Renal Parenchyma
32
+
33
+ This information can be found in the inference.json file
34
+
35
+ ### Evaluation Metrics
36
+
37
+ Classifier validation can be found on the [pathology reports platform](https://www.pathologyreports.ai/marketplace/browse/030d4c12-609d-457c-b3ba-d70d3caf129d)