hasibzunair commited on
Commit
a4fe25a
·
1 Parent(s): 461a9bb

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -10
README.md CHANGED
@@ -6,32 +6,26 @@ tags:
6
  ---
7
 
8
  # Intro
9
-
10
- This is the model for our paper "Melanoma Detection using Adversarial Training and Deep Transfer Learning".
11
 
12
  ## Model description
13
-
14
  The model is trained on the ISIC 2016 Task 3 dataset. The architecture and algorithm is described in this [paper](https://arxiv.org/abs/2004.06824). Training details are [here](https://github.com/hasibzunair/adversarial-lesions).
15
 
16
  ## Intended uses & limitations
17
-
18
  You can use the raw model for melanoma detection from skin lesion images.
19
 
20
  ## How to use
21
-
22
- See Spaces [demo](https://huggingface.co/spaces/hasibzunair/melanoma-detection-demo). For more code examples, we refer to this [GitHub](https://huggingface.co/spaces/hasibzunair/melanoma-detection-demo) deploy section.
23
 
24
  ## Limitations and bias
25
-
26
  The model is trained on a specific dataset with just over a thousand samples. It may or may not work for other kinds of skin lesion images. Further, there is no out-of-distribution detection method to filter out non skin lesion images. If you give an image of a dog, the model will still classify it as benign for malignant!
27
 
28
  ## Training data
29
-
30
- See [details](https://github.com/hasibzunair/adversarial-lesions#preparing-training-and-test-datasets).
31
 
32
  ## Training procedure
33
 
34
- See [details](https://github.com/hasibzunair/adversarial-lesions#training-both-stages).
35
 
36
  ## Evaluation results
37
  For results in benchmarks, we refer to Figures 5, 6 and Table 1 of the original paper [here](https://arxiv.org/abs/2004.06824).
 
6
  ---
7
 
8
  # Intro
9
+ This is the model for our paper ["Melanoma Detection using Adversarial Training and Deep Transfer Learning"](https://arxiv.org/abs/2004.06824).
 
10
 
11
  ## Model description
 
12
  The model is trained on the ISIC 2016 Task 3 dataset. The architecture and algorithm is described in this [paper](https://arxiv.org/abs/2004.06824). Training details are [here](https://github.com/hasibzunair/adversarial-lesions).
13
 
14
  ## Intended uses & limitations
 
15
  You can use the raw model for melanoma detection from skin lesion images.
16
 
17
  ## How to use
18
+ See Spaces [demo](https://huggingface.co/spaces/hasibzunair/melanoma-detection-demo). For more code examples, we refer to this [GitHub](https://github.com/hasibzunair/adversarial-lesions#deploy) deploy section.
 
19
 
20
  ## Limitations and bias
 
21
  The model is trained on a specific dataset with just over a thousand samples. It may or may not work for other kinds of skin lesion images. Further, there is no out-of-distribution detection method to filter out non skin lesion images. If you give an image of a dog, the model will still classify it as benign for malignant!
22
 
23
  ## Training data
24
+ See [dataset details](https://github.com/hasibzunair/adversarial-lesions#preparing-training-and-test-datasets).
 
25
 
26
  ## Training procedure
27
 
28
+ See [training details](https://github.com/hasibzunair/adversarial-lesions#training-both-stages).
29
 
30
  ## Evaluation results
31
  For results in benchmarks, we refer to Figures 5, 6 and Table 1 of the original paper [here](https://arxiv.org/abs/2004.06824).