File size: 1,537 Bytes
ad0d661
 
 
 
 
 
 
 
 
 
 
 
e0b990e
ad0d661
 
 
17089b8
 
f615c49
 
ad0d661
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    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>
    We introduce an over-sampling method for learning the inter-class mapping between under-represented 
    class samples and over-represented samples in a bid to generate under-represented class samples 
    using unpaired image-to-image translation. These synthetic images are then used as additional 
    training data in the task of detecting abnormalities in binary classification use-cases. 
    Code is publicly available in <a href='https://github.com/hasibzunair/adversarial-lesions'>Github</a>.</br></br>
    This method was also effective for COVID-19 detection from chest radiography images which led to 
    <a href="https://github.com/hasibzunair/synthetic-covid-cxr-dataset">Synthetic COVID-19 Chest X-ray Dataset for Computer-Aided Diagnosis</a>. 
    The synthetic images not only improved performance of various deep learning architectures when used as additional training data
    under heavy imbalance conditions, but also detect the target class (e.g. COVID-19) with high confidence.</br></br>
    This demo model predicts if the given image has benign or malignant symptoms. 
    To use it, simply upload a skin lesion image, or click one of the examples to load them. 
    Read more at the links below.
</body>
</html>