paper-with-me

Papers

Deep learning and classical computer vision techniques in medical image analysis: Case studies on brain MRI tissue segmentation, lung CT COPD registration, and skin lesion classification

2025-02-26 · Anyimadu Daniel Tweneboah, Suleiman Taofik Ahmed, Hossain Mohammad Imran

Medical imaging spans diverse tasks and modalities which play a pivotal role in disease diagnosis, treatment planning, and monitoring. This study presents a novel exploration, being the first to systematically evaluate segmentation, registration, and classification tasks across multiple imaging modalities. Integrating both classical and deep learning (DL) approaches in addressing brain MRI tissue segmentation, lung CT image registration, and skin lesion classification from dermoscopic images, we demonstrate the complementary strengths of these methodologies in diverse applications. For brain tissue segmentation, 3D DL models outperformed 2D and patch-based models, specifically nnU-Net achieving Dice of 0.9397, with 3D U-Net models on ResNet34 backbone, offering competitive results with Dice 0.8946. Multi-Atlas methods provided robust alternatives for cases where DL methods are not feasible, achieving average Dice of 0.7267. In lung CT registration, classical Elastix-based methods outperformed DL models, achieving a minimum Target Registration Error (TRE) of 6.68 mm, highlighting the effectiveness of parameter tuning. HighResNet performed best among DL models with a TRE of 7.40 mm. For skin lesion classification, ensembles of DL models like InceptionResNetV2 and ResNet50 excelled, achieving up to 90.44%, and 93.62% accuracies for binary and multiclass classification respectively. Also, adopting One-vs-All method, DL attained accuracies of 94.64% (mel vs. others), 95.35% (bcc vs. others), and 96.93% (scc vs. others), while ML models specifically Multi-Layer Perceptron (MLP) on handcrafted features offered interpretable alternatives with 85.04% accuracy using SMOTE for class imbalance correction on the multi-class task and 83.27% on the binary-class task. Links to source code are available on request.

📄 PDF Abstract BibTeX arXiv:2502.19258

Code (0)

등록된 구현이 없습니다.

Tasks

Image RegistrationLesion ClassificationMedical Image AnalysisSkin Lesion Classification

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Deep Learning vs. Traditional Computer Vision

2019-10-30 · Niall O' Mahony, Sean Campbell, Anderson Carvalho, Suman Harapanahalli 외

Deep Learning has pushed the limits of what was possible in the domain of Digital Image Processing. However, that is not to say that the traditional computer vision techniques which had been undergoing progressive develo…

Deep Learning

From classical techniques to convolution-based models: A review of object detection algorithms

2024-12-06 · Fnu Neha, Deepshikha Bhati, Deepak Kumar Shukla, Md Amiruzzaman

Object detection is a fundamental task in computer vision and image understanding, with the goal of identifying and localizing objects of interest within an image while assigning them corresponding class labels. Traditio…

Deep LearningObjectobject-detectionObject Detection

A Survey on Deep Learning of Small Sample in Biomedical Image Analysis

2019-08-01 · Pengyi Zhang, Yunxin Zhong, Yulin Deng, Xiaoying Tang 외

The success of deep learning has been witnessed as a promising technique for computer-aided biomedical image analysis, due to end-to-end learning framework and availability of large-scale labelled samples. However, in ma…

Active LearningData AugmentationDecision MakingDeep Learning+4

Global Adaptive Filtering Layer for Computer Vision

2020-10-02 · Viktor Shipitsin, Iaroslav Bespalov, Dmitry V. Dylov

We devise a universal adaptive neural layer to "learn" optimal frequency filter for each image together with the weights of the base neural network that performs some computer vision task. The proposed approach takes the…

Denoising

Federated Distillation for Medical Image Classification: Towards Trustworthy Computer-Aided Diagnosis

2024-07-02 · Sufen Ren, Yule Hu, Shengchao Chen, Guanjun Wang

Medical image classification plays a crucial role in computer-aided clinical diagnosis. While deep learning techniques have significantly enhanced efficiency and reduced costs, the privacy-sensitive nature of medical ima…

ClassificationFederated Learningimage-classificationImage Classification+2