-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# YNet | ||
## Dataset | ||
The dataset used is available in [this](https://www.bcsc-research.org/data/variables/) post. | ||
A total of 87 pathologists diagnosed a randomly assigned subset of 60 slides into four diagnostic categories (benign, atypia, ductal carcinomain situ, and invasive cancer),producing an average of 22 diagnostic labels per case. The average size of these ROIs is10,000×12,000. We use these 200 ROIs for our data set. | ||
|
||
## Model | ||
[Y-net](https://arxiv.org/pdf/1806.01313.pdf): | ||
|
||
|
||
Input image size: 256 x 256 x 3 | ||
|
||
|
||
Citation | ||
|
||
``` @inproceedings{mehta2018ynet, | ||
title={{Y-Net: Joint Segmentation and Classification for Diagnosis of Breast Biopsy Images}}, | ||
author={Sachin Mehta and Ezgi Mercan and Jamen Bartlett and Donald Weaver and Joann Elmore and Linda Shapiro}, | ||
booktitle={International Conference on Medical image computing and computer-assisted intervention}, | ||
year={2018}, | ||
organization={Springer} | ||
} | ||
``` |