AI in Pathology
AI in pathology applies computer vision to digitized tissue slides, helping pathologists detect cancer, count cells, and grade disease faster and more consistently.
Overview
It turns the century-old microscope workflow into a data-rich, measurable, and scalable process.
Deep Dive
Pathology traditionally means a doctor examining stained tissue on glass slides under a microscope. Digital pathology scans those slides into gigapixel whole-slide images (often billions of pixels each), and AI models analyze them. Convolutional and transformer-based vision models are trained on labeled slides to flag tumor regions, identify mitotic figures, measure biomarkers like Ki-67 or HER2, and assign cancer grades such as Gleason scores for prostate. Because the images are enormous, models work in tiny patches and stitch results into heatmaps. The FDA has cleared systems like Paige Prostate to help detect prostate cancer, and labs use AI for triage, quality control, and quantification that would be tedious or impossible by eye.
Technical Insight
A whole-slide image is too large to feed a model at once, so it is divided into thousands of small tiles. Each tile passes through a vision encoder, and a technique called multiple-instance learning lets the model learn slide-level diagnoses even when only the overall label (cancer vs. not) is known, not the exact tumor location. Heatmaps then highlight suspicious areas. Foundation models pretrained on millions of unlabeled tiles now provide reusable features that fine-tune well on rare cancers.
Strategic Impact
Context and rules
Industry context determines whether AI ideas survive contact with reality.
Quality control
Domain constraints influence acceptable error rates and oversight models.
Build choices
Successful deployments align technical capability with frontline workflows.
The Future of AI in Pathology
Pathology foundation models trained on vast slide archives will generalize across tissue types and tasks with minimal extra labeling. Expect tighter integration with genomics and clinical records for multimodal diagnosis, AI that predicts treatment response and survival directly from a slide, and routine use of AI as a second reader to cut errors. As scanners get cheaper, digital and AI-assisted pathology will expand into smaller labs and underserved regions, easing the global shortage of pathologists.
Real-World Implementation
Paige Prostate, an FDA-cleared tool, flags areas suspicious for prostate cancer on biopsy slides to assist pathologists.
AI automatically counts Ki-67-positive tumor cells to quantify how fast a cancer is proliferating.
Algorithms detect cancer spread (metastases) in lymph node slides, catching tiny clusters easy to miss by eye.
AI assigns or pre-grades prostate Gleason scores to improve consistency between different pathologists.
Risks & Guardrails
Regulatory requirements can invalidate otherwise strong prototypes.
Historical data may encode bias that harms specific communities.
Legacy systems can create integration bottlenecks and hidden costs.
Implementation Roadmap
Involve domain experts from problem framing to evaluation.
Design audit trails and documentation before launch.
Validate compliance and safety obligations early.
Roll out in phases with clear stop and rollback criteria.
Keep Exploring
Free newsletter
Keep up with AI in 3 minutes a day
One short email each weekday with the three AI stories that actually matter. Free forever, no ads.
One email each weekday. Unsubscribe in one click. We never sell or share your address.
Test yourself
Take the AI in Pathology quiz
Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.
Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation
Next guide
AI in Predictive Maintenance
Frequently asked questions
What is AI in Pathology?
AI in pathology applies computer vision to digitized tissue slides, helping pathologists detect cancer, count cells, and grade disease faster and more consistently. It turns the century-old microscope workflow into a data-rich, measurable, and scalable process.
What is a 'whole-slide image' in digital pathology?
Slides are scanned into enormous gigapixel images, often billions of pixels, that AI then analyzes.
Why do AI models process slides in small tiles or patches?
Whole-slide images are far too big for a model's input, so they are split into thousands of tiles and results are recombined.
Which FDA-cleared AI system assists in detecting prostate cancer on biopsies?
Paige Prostate received FDA clearance to help pathologists identify regions suspicious for prostate cancer.
What does an AI Ki-67 count measure in a tumor?
Ki-67 is a marker of cell proliferation, and counting positive cells indicates how aggressively a tumor is growing.