Spaces:
Build error
Build error
hasibzunair
commited on
Commit
·
e0b990e
1
Parent(s):
47f2f3e
update app
Browse files- description.html +1 -4
description.html
CHANGED
@@ -6,18 +6,15 @@
|
|
6 |
</head>
|
7 |
<body>
|
8 |
This is a demo of <a href="https://arxiv.org/abs/2004.06824">Melanoma Detection using Adversarial Training and Deep Transfer Learning</a> (Physics in Medicine and Biology, 2020).</br>
|
9 |
-
|
10 |
We introduce an over-sampling method for learning the inter-class mapping between under-represented
|
11 |
class samples and over-represented samples in a bid to generate under-represented class samples
|
12 |
using unpaired image-to-image translation. These synthetic images are then used as additional
|
13 |
training data in the task of detecting abnormalities in binary classification use-cases.
|
14 |
-
Code is publicly available in <a href='https://github.com/hasibzunair/adversarial-lesions'>Github</a>.</br>
|
15 |
-
|
16 |
This method was also effective for COVID-19 detection from chest radiography images which led to
|
17 |
<a href="https://github.com/hasibzunair/synthetic-covid-cxr-dataset">Synthetic COVID-19 Chest X-ray Dataset for Computer-Aided Diagnosis</a>.
|
18 |
The synthetic images not only improved performance of various deep learning architectures when used as additional training data
|
19 |
under heavy imbalance conditions, but also detect the target class (e.g. COVID-19) with high confidence. </br>
|
20 |
-
|
21 |
This model predicts if the given image has benign or malignant symptoms.
|
22 |
To use it, simply upload a skin lesion image, or click one of the examples to load them.
|
23 |
Read more at the links below.
|
|
|
6 |
</head>
|
7 |
<body>
|
8 |
This is a demo of <a href="https://arxiv.org/abs/2004.06824">Melanoma Detection using Adversarial Training and Deep Transfer Learning</a> (Physics in Medicine and Biology, 2020).</br>
|
|
|
9 |
We introduce an over-sampling method for learning the inter-class mapping between under-represented
|
10 |
class samples and over-represented samples in a bid to generate under-represented class samples
|
11 |
using unpaired image-to-image translation. These synthetic images are then used as additional
|
12 |
training data in the task of detecting abnormalities in binary classification use-cases.
|
13 |
+
Code is publicly available in <a href='https://github.com/hasibzunair/adversarial-lesions'>Github</a>.</br></br>
|
|
|
14 |
This method was also effective for COVID-19 detection from chest radiography images which led to
|
15 |
<a href="https://github.com/hasibzunair/synthetic-covid-cxr-dataset">Synthetic COVID-19 Chest X-ray Dataset for Computer-Aided Diagnosis</a>.
|
16 |
The synthetic images not only improved performance of various deep learning architectures when used as additional training data
|
17 |
under heavy imbalance conditions, but also detect the target class (e.g. COVID-19) with high confidence. </br>
|
|
|
18 |
This model predicts if the given image has benign or malignant symptoms.
|
19 |
To use it, simply upload a skin lesion image, or click one of the examples to load them.
|
20 |
Read more at the links below.
|