paper-with-me

Papers

Efficient Feature Extraction Using Light-Weight CNN Attention-Based Deep Learning Architectures for Ultrasound Fetal Plane Classification

2024-10-22 · Arrun Sivasubramanian, Divya Sasidharan, Sowmya V, Vinayakumar Ravi

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 classification, achieving superior performance with the highest Top-1 accuracy of 96.25%, Top-2 accuracy of 99.80% and F1-Score of 0.9576. Importantly, the model has 40x fewer trainable parameters than existing benchmark ensemble or transformer pipelines, facilitating easy deployment on edge devices to help clinical practitioners with real-time FPC. The findings are also interpreted using GradCAM to carry out clinical correlation to aid doctors with diagnostics and improve treatment plans for expectant mothers.

📄 PDF Abstract BibTeX arXiv:2410.17396

Code (0)

등록된 구현이 없습니다.

Tasks

Anatomy

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Batch Normalization 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Average Pooling 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

PuriLight: A Lightweight Shuffle and Purification Framework for Monocular Depth Estimation

2026-02-11 · Yujie Chen, Li Zhang, Xiaomeng Chu, Tian Zhang arxiv

We propose PuriLight, a lightweight and efficient framework for self-supervised monocular depth estimation, to address the dual challenges of computational efficiency and detail preservation. While recent advances in sel…

Monocular Depth EstimationComputational Efficiency

Attention Pooling Enhances NCA-based Classification of Microscopy Images

2025-08-17 · Chen Yang, Michael Deutges, Jingsong Liu, Han Li 외 arxiv

Neural Cellular Automata (NCA) offer a robust and interpretable approach to image classification, making them a promising choice for microscopy image analysis. However, a performance gap remains between NCA and larger, m…

Image Classification

CTA-Net: A CNN-Transformer Aggregation Network for Improving Multi-Scale Feature Extraction

2024-10-15 · Chunlei Meng, Jiacheng Yang, Wei Lin, Bowen Liu 외

Convolutional neural networks (CNNs) and vision transformers (ViTs) have become essential in computer vision for local and global feature extraction. However, aggregating these architectures in existing methods often res…

Light Weight Residual Dense Attention Net for Spectral Reconstruction from RGB Images

2020-04-15 · D. Sabari Nathan, K. Uma, D Synthiya Vinothini, B. Sathya Bama 외

Hyperspectral Imaging is the acquisition of spectral and spatial information of a particular scene. Capturing such information from a specialized hyperspectral camera remains costly. Reconstructing such information from …

Object RecognitionSpectral Reconstruction

LWGANet: A Lightweight Group Attention Backbone for Remote Sensing Visual Tasks

2025-01-17 · Wei Lu, Si-Bao Chen, Chris H. Q. Ding, Jin Tang 외

Remote sensing (RS) visual tasks have gained significant academic and practical importance. However, they encounter numerous challenges that hinder effective feature extraction, including the detection and recognition of…

Change DetectionImage Classificationobject-detectionObject Detection+4