Diagnostic Uncertainty in Pneumonia Detection using CNN MobileNetV2 and CNN from Scratch
Kennard Norbert Sudiardjo, Islam Nur Alam, Wilson Wijaya, Lili Ayu, Wulandhari

TL;DR
This study compares CNN MobileNetV2 and CNN from scratch for pneumonia detection, highlighting MobileNetV2's stability and the scratch model's higher accuracy despite overfitting, using Kaggle datasets.
Contribution
It introduces a comparative analysis of pre-trained MobileNetV2 and custom ResNet101V2 architectures for pneumonia detection with detailed performance insights.
Findings
MobileNetV2 shows stability and minimal overfitting.
Scratch model achieves higher accuracy but is less stable.
MobileNetV2 training accuracy peaks at 84.87%.
Abstract
Pneumonia Diagnosis, though it is crucial for an effective treatment, it can be hampered by uncertainty. This uncertainty starts to arise due to some factors like atypical presentations, limitations of diagnostic tools such as chest X-rays, and the presence of co-existing respiratory conditions. This research proposes one of the supervised learning methods, CNN. Using MobileNetV2 as the pre-trained one with ResNet101V2 architecture and using Keras API as the built from scratch model, for identifying lung diseases especially pneumonia. The datasets used in this research were obtained from the website through Kaggle. The result shows that by implementing CNN MobileNetV2 and CNN from scratch the result is promising. While validating data, MobileNetV2 performs with stability and minimal overfitting, while the training accuracy increased to 84.87% later it slightly decreased to 78.95%, with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTechnology and Data Analysis · Innovation in Digital Healthcare Systems · Smart Systems and Machine Learning
MethodsPointwise Convolution · Depthwise Convolution · Depthwise Separable Convolution · Batch Normalization · Average Pooling · Inverted Residual Block · Convolution · 1x1 Convolution
