|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<link rel="stylesheet" href="file/style.css" /> |
|
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
|
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet" /> |
|
<title>Bilateral View Hypercomplex Breast Classification</title> |
|
</head> |
|
<body> |
|
<div class="container"> |
|
<h1 class="title">Bilateral View Hypercomplex Breast Classification</h1> |
|
<h2 class="subtitle">Kalbe Digital Lab</h2> |
|
<section class="overview"> |
|
<div class="grid-container"> |
|
<h3 class="overview-heading"><span class="vl">Overview</span></h3> |
|
<p class="overview-content"> |
|
Breast cancer classification using 2-views (bilateral) that compose a mammography exam, owing to the correlations contained in mammography views, which present crucial information for identifying tumors. |
|
<br /> |
|
Reference: <a href="https://arxiv.org/abs/2204.05798" target="_blank">https://arxiv.org/abs/2204.05798</a> |
|
</p> |
|
</div> |
|
<div class="grid-container"> |
|
<h3 class="overview-heading"><span class="vl">Dataset</span></h3> |
|
<div> |
|
<p class="overview-content">The model is trained using CBIS <a href="https://pubmed.ncbi.nlm.nih.gov/22078258/" target="_blank">INBReast Dataset</a></p> |
|
<ul> |
|
<li>Target: Lesions (masses, calcifications, asymmetries, and distortions)</li> |
|
<li>Task: Classification</li> |
|
<li>Modality: Grayscale</li> |
|
</ul> |
|
</div> |
|
</div> |
|
<div class="grid-container"> |
|
<h3 class="overview-heading"><span class="vl">Model Architecture</span></h3> |
|
<div> |
|
<p class="overview-content">Parameterized Hypercomplex ResNets-18 Variants (PHYResNet).</p> |
|
<img class="content-image" src="file/figures/phresnet18.png" alt="model-architecture" /> |
|
</div> |
|
</div> |
|
</section> |
|
<h3 class="overview-heading"><span class="vl">Demo</span></h3> |
|
<p class="overview-content">Please select the example below or upload 2 pairs of mammography exam result.</p> |
|
</div> |
|
</body> |
|
</html> |
|
|