TL;DR
FastPathology is an open-source platform that enables efficient, real-time deep learning analysis of large histopathological images on low-end hardware, integrating visualization, inference, and processing in one tool.
Contribution
It introduces a new C++ based platform that reduces memory usage and simplifies deployment of CNN models for digital pathology analysis.
Findings
FastPathology uses less memory than Java-based platforms.
Runtime varies with neural network model, hardware, and inference engine.
The platform supports real-time visualization and CNN inference on WSIs.
Abstract
Deep convolutional neural networks (CNNs) are the current state-of-the-art for digital analysis of histopathological images. The large size of whole-slide microscopy images (WSIs) requires advanced memory handling to read, display and process these images. There are several open-source platforms for working with WSIs, but few support deployment of CNN models. These applications use third-party solutions for inference, making them less user-friendly and unsuitable for high-performance image analysis. To make deployment of CNNs user-friendly and feasible on low-end machines, we have developed a new platform, FastPathology, using the FAST framework and C++. It minimizes memory usage for reading and processing WSIs, deployment of CNN models, and real-time interactive visualization of results. Runtime experiments were conducted on four different use cases, using different architectures,…
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.
