TL;DR
This paper introduces a lightweight CNN with attention mechanisms for ultrasound fetal plane classification, achieving high accuracy and interpretability while significantly reducing model size for real-time clinical use.
Contribution
It presents a novel, efficient deep learning architecture that combines lightweight CNNs and attention for accurate fetal plane classification on large ultrasound datasets.
Findings
Achieved 96.25% Top-1 accuracy and 99.80% Top-2 accuracy.
Model has 40x fewer trainable parameters than existing methods.
Provides clinical interpretability using GradCAM.
Abstract
Ultrasound fetal imaging is beneficial to support prenatal development because it is affordable and non-intrusive. Nevertheless, fetal plane classification (FPC) remains challenging and time-consuming for obstetricians since it depends on nuanced clinical aspects, which increases the difficulty in identifying relevant features of the fetal anatomy. Thus, to assist with its accurate feature extraction, a lightweight artificial intelligence architecture leveraging convolutional neural networks and attention mechanisms is proposed to classify the largest benchmark ultrasound dataset. The approach fine-tunes from lightweight EfficientNet feature extraction backbones pre-trained on the ImageNet1k. to classify key fetal planes such as the brain, femur, thorax, cervix, and abdomen. Our methodology incorporates the attention mechanism to refine features and 3-layer perceptrons for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need · Depthwise Convolution · Batch Normalization · Pointwise Convolution · Depthwise Separable Convolution · Average Pooling · Dropout · Inverted Residual Block · Dense Connections
