Accurate Tumor Tissue Region Detection with Accelerated Deep Convolutional Neural Networks
Gabriel Tjio, Xulei Yang, Jia Mei Hong, Sum Thai Wong, Vanessa Ding,, Andre Choo, Yi Su

TL;DR
This paper introduces FLASH, a deep learning method for tumor tissue detection that significantly reduces computational time while maintaining high accuracy, enabling high throughput analysis of pathology slides.
Contribution
FLASH innovates by aggregating features before classification, eliminating overlapping patch processing, and achieving a 100-fold speed increase over traditional DCNN methods.
Findings
FLASH achieves ~0.96 sensitivity and ~0.78 precision.
FLASH is approximately 100 times faster than traditional DCNN.
High accuracy and speed enable high throughput pathology analysis.
Abstract
Manual annotation of pathology slides for cancer diagnosis is laborious and repetitive. Therefore, much effort has been devoted to develop computer vision solutions. Our approach, (FLASH), is based on a Deep Convolutional Neural Network (DCNN) architecture. It reduces computational costs and is faster than typical deep learning approaches by two orders of magnitude, making high throughput processing a possibility. In computer vision approaches using deep learning methods, the input image is subdivided into patches which are separately passed through the neural network. Features extracted from these patches are used by the classifier to annotate the corresponding region. Our approach aggregates all the extracted features into a single matrix before passing them to the classifier. Previously, the features are extracted from overlapping patches. Aggregating the features eliminates the need…
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.
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
MethodsDiffusion-Convolutional Neural Networks
