paper-with-me

Papers

Automatic Recognition of Abdominal Organs in Ultrasound Images based on Deep Neural Networks and K-Nearest-Neighbor Classification

2021-10-09 · Keyu Li, Yangxin Xu, Max Q. -H. Meng

Abdominal ultrasound imaging has been widely used to assist in the diagnosis and treatment of various abdominal organs. In order to shorten the examination time and reduce the cognitive burden on the sonographers, we present a classification method that combines the deep learning techniques and k-Nearest-Neighbor (k-NN) classification to automatically recognize various abdominal organs in the ultrasound images in real time. Fine-tuned deep neural networks are used in combination with PCA dimension reduction to extract high-level features from raw ultrasound images, and a k-NN classifier is employed to predict the abdominal organ in the image. We demonstrate the effectiveness of our method in the task of ultrasound image classification to automatically recognize six abdominal organs. A comprehensive comparison of different configurations is conducted to study the influence of different feature extractors and classifiers on the classification accuracy. Both quantitative and qualitative results show that with minimal training effort, our method can "lazily" recognize the abdominal organs in the ultrasound images in real time with an accuracy of 96.67%. Our implementation code is publicly available at: https://github.com/LeeKeyu/abdominal_ultrasound_classification.

📄 PDF Abstract BibTeX arXiv:2110.04563

Code (1)

leekeyu/abdominal_ultrasound_classification 공식 구현 tf

Tasks

ClassificationDimensionality Reductionimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Less is More: Simultaneous View Classification and Landmark Detection for Abdominal Ultrasound Images

2018-05-25 · Zhoubing Xu, Yuankai Huo, Jin-Hyeong Park, Bennett Landman 외

An abdominal ultrasound examination, which is the most common ultrasound examination, requires substantial manual efforts to acquire standard abdominal organ views, annotate the views in texts, and record clinically rele…

ClassificationGeneral ClassificationMulti-Task Learning

Abdominal Multi-Organ Segmentation Based on Feature Pyramid Network and Spatial Recurrent Neural Network

2023-08-29 · Yuhan Song, Armagan Elibol, Nak Young Chong

As recent advances in AI are causing the decline of conventional diagnostic methods, the realization of end-to-end diagnosis is fast approaching. Ultrasound image segmentation is an important step in the diagnostic proce…

DiagnosticImage SegmentationOrgan SegmentationSegmentation+1

A Deep Learning Localization Method for Measuring Abdominal Muscle Dimensions in Ultrasound Images

2021-09-30 · Alzayat Saleh, Issam H. Laradji, Corey Lammie, David Vazquez 외

Health professionals extensively use Two- Dimensional (2D) Ultrasound (US) videos and images to visualize and measure internal organs for various purposes including evaluation of muscle architectural changes. US images c…

Shape Detection of Liver From 2D Ultrasound Images

2019-11-23 · Md Abdul Mutalab Shaykat, Yashna Islam, Mohammad Ishtiaque Hossain

Applications of ultrasound images have expanded from fetal imaging to abdominal and cardiac diagnosis. Liver-being the largest gland in the body and responsible for metabolic activities requires to be to be diagnosed and…

Automatic Estimation of Fetal Abdominal Circumference from Ultrasound Images

2017-02-09 · Jaeseong Jang, Yejin Park, Bukweon Kim, Sung Min Lee 외

Ultrasound diagnosis is routinely used in obstetrics and gynecology for fetal biometry, and owing to its time-consuming process, there has been a great demand for automatic estimation. However, the automated analysis of …