File size: 2,140 Bytes
1f4f53e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!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>