An experimental study on breast lesion detection and classification from ultrasound images using deep learning architectures
TL;DR: Evaluating several existing state-of-the-art object detection and classification methods for breast lesions CAD reveals that better and more efficient detection and convolutional neural network (CNN) frameworks is one important factor for better performance of detecting and classification task of the breast lesion.
read more
Abstract: Computer-aided diagnosis (CAD) in the medical field has received more and more attention in recent years. One important CAD application is to detect and classify breast lesions in ultrasound images. Traditionally, the process of CAD for breast lesions classification is mainly composed of two separated steps: i) locate the lesion region of interests (ROI); ii) classify the located region of interests (ROI) to see if they are benign or not. However, due to the complex structure of breast and the existence of noise in the ultrasound images, traditional handcrafted feature based methods usually can not achieve satisfactory result. With the recent advance of deep learning, the performance of object detection and classification has been boosted to a great extent. In this paper, we aim to systematically evaluate the performance of several existing state-of-the-art object detection and classification methods for breast lesions CAD. To achieve that, we have collected a new dataset consisting of 579 benign and 464 malignant lesion cases with the corresponding ultrasound images manually annotated by experienced clinicians. We evaluate different deep learning architectures and conduct comprehensive experiments on our newly collected dataset. For the lesion regions detecting task, Single Shot MultiBox Detector with the input size as 300×300 (SSD300) achieves the best performance in terms of average precision rate (APR), average recall rate (ARR) and F1 score. For the classification task, DenseNet is more suitable for our problems. Our experiments reveal that better and more efficient detection and convolutional neural network (CNN) frameworks is one important factor for better performance of detecting and classification task of the breast lesion. Another significant factor for improving the performance of detecting and classification task, which is transfer learning from the large-scale annotated ImageNet to classify breast lesion.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Classification of Liver Fibrosis From Heterogeneous Ultrasound Image
TL;DR: In this paper , the authors investigated the effect of domain bias on the model with liver ultrasound imaging data obtained from multiple domains and found that the performance of the internal domain data and the external domain data do not match.
2
2-Stage Convolutional Neural Network for Breast Cancer Detection from Ultrasound Images
23 Feb 2023
TL;DR: In this article , a 2-stage Convolutional Neural Network (CNN) was proposed for detecting breast cancer from Ultrasound images, where the initial layers of the DenseNet network were pre-trained on ImageNet dataset, while the final five layers were fine-tuned on the Breast Ultra Sound Image dataset.
2
Application of an artificial intelligence-based system in the diagnosis of breast ultrasound images obtained using a smartphone
Ryutaro Mori,Mai Okawa,Yoshihisa Tokumaru,Yoshimi Niwa,Nobuhisa Matsuhashi,Manabu Futamura +5 more
TL;DR: A system that applies AI to the analysis of breast US images captured using a smartphone and the quality of the prediction via the smartphone was slightly better than that on the AI server, which can be safely and inexpensively introduced into HISs.
2
A Novel CNN Approach for Detecting Breast Cancer from Mammographic Image
Suneetha Chittineni,Sai Sandeep Edara +1 more
- 01 Jan 2022
TL;DR: Chittineni et al. as mentioned in this paper developed a convolutional neural network (CNN) system that can solve the issues by detecting the breast cancer from mammographic images automatically.
2
Triaging subjects with palpable breast masses for biopsy, follow-up or treatment using AI applied to breast ultrasound in a low-resource setting - A feasibility study
10 Oct 2022
TL;DR: In this article , the authors explore methods using Artificial Intelligence (AI) for automatic classification of breast lesions as benign, suspicious and malignant, and prediction of ER+ status for malignant lesions.
1
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014
TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
102.6K
ImageNet classification with deep convolutional neural networks
TL;DR: A large, deep convolutional neural network was trained to classify the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into the 1000 different classes and employed a recently developed regularization method called "dropout" that proved to be very effective.
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.
Related Papers (5)
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
Gao Huang,Zhuang Liu,Laurens van der Maaten,Kilian Q. Weinberger +3 more
- 21 Jul 2017