Using convolutional neural networks for the classification of breast cancer images
Eric Bonnet

TL;DR
This study evaluates various convolutional neural networks and hardware accelerators for classifying breast cancer tissue images, demonstrating that model complexity and transfer learning impact performance and training efficiency.
Contribution
It compares twelve CNN architectures and hardware devices on large public datasets, analyzing the effects of transfer learning and hyperparameter tuning in breast cancer image classification.
Findings
Hardware acceleration significantly reduces training time.
Increasing model depth improves accuracy but increases training time.
Transfer learning performs worse than full retraining in this context.
Abstract
An important part of breast cancer staging is the assessment of the sentinel axillary node for early signs of tumor spreading. However, this assessment by pathologists is not always easy and retrospective surveys often requalify the status of a high proportion of sentinel nodes. Convolutional Neural Networks (CNNs) are a class of deep learning algorithms that have shown excellent performances in the most challenging visual classification tasks, with numerous applications in medical imaging. In this study I compare twelve different CNNs and different hardware acceleration devices for the detection of breast cancer from microscopic images of breast cancer tissue. Convolutional models are trained and tested on two public datasets. The first one is composed of more than 300,000 images of sentinel lymph node tissue from breast cancer patients, while the second one has more than 220,000…
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
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging · Digital Imaging for Blood Diseases
