Efficient Convolution Neural Network Software Implementation and DS Preprocessing for AIRBiS
AIRBiS Overview†
Background†
With the Coronavirus disease (COVID-19) disrupting large part of the world, the number of patients has grown progressively. For dealing with this serious emergency, accurate diagnosis and fast reporting are two significant mechanisms.
Research Goal†
- Search and collect X-ray image datasets containing non-infected (normal) and infected (COVID-19) data given many open sources
- Perform pre-processing tasks, e.g. as follows:
- denoising
- resizing
- data augmentation
- segmentation
- we should also come up with other issues and corresponding strategies
- CNN implementation and evaluation
- A CNN-based architecture will be adopted for the binary classification task. Once the model learns the feature representation of the input images, a classifier can thus output the diagnosis result, i.e., normal or infected. Framework and language: TensorFlow (Keras), Python
- Using the diagnosis (classification) results to evaluate the performance of the CNN (e.g., detection accuracy)
Research Schedule†
| Date | Task |
| ☑️June 1 - July 15, 2020 | Making prototype CNN |
| ☑️July 15 - Aug 15, 2020 | Preprocessing the Dataset |
| ☑️Aug 15 - Aug 31, 2020 | Argumentation the Dataset |
| ☑️Sep 1 - Oct 31, 2020 | Evaluation Dataset |
| Nov 1 - Nov 16, 2020 | Evaluation CNN |
| Nov 1 - Nov 25, 2020 | Writing a paper |
| Deadline for 1st Draft: 10th(postponed) December 2020 | International ACM conference |
| until Feb 28, 2021 | research about CNN-SW |
| Mar or Apr 1, 2021 - | Integration of the whole AIRBiS system |
Schedule last Updated on: 21/10/2020
Research Progress†
References†