Spaces:
Build error
Build error
Commit
·
94deb8f
1
Parent(s):
adff46a
update app
Browse files- description.html +2 -2
description.html
CHANGED
|
@@ -11,12 +11,12 @@
|
|
| 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' target='_blank'>Github</a
|
| 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.
|
| 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.
|
|
|
|
| 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' target='_blank'>Github</a>.</br></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></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.
|