← Back to Paper List

PathFinder: A Multi-Modal Multi-Agent System for Medical Diagnostic Decision-Making Applied to Histopathology

Fatemeh Ghezloo, M. S. Seyfioglu, Rustin Soraki, W. Ikezogwo, Beibin Li, T. Vivekanandan, Joann G. Elmore, Ranjay Krishna, Linda Shapiro
arXiv.org (2025)
MM Agent Reasoning

📝 Paper Summary

Computational Pathology Whole Slide Image (WSI) Analysis Multi-Agent Systems
PathFinder is a multi-agent AI system that diagnoses diseases from whole slide images by mimicking a pathologist's workflow—triaging, navigating to relevant regions, describing them in natural language, and synthesizing a holistic diagnosis.
Core Problem
Diagnosing diseases from gigapixel Whole Slide Images (WSIs) is difficult for AI because standard methods break images into isolated patches, losing the holistic context and iterative investigation process used by human experts.
Why it matters:
  • Rising cancer cases globally make current labor-intensive manual review by pathologists increasingly unsustainable
  • Existing transformer-based models struggle to scale to the high-resolution demands of WSIs
  • Current patch-based AI methods lack the iterative, multi-scale reasoning required for accurate and explainable medical diagnostics
Concrete Example: A standard AI model might classify a skin biopsy based on a single patch showing atypical cells without checking the surrounding tissue architecture. In contrast, a pathologist (and PathFinder) would zoom out to see the lesion's symmetry, then zoom in to describe specific cytologic features, aggregating these findings before deciding.
Key Novelty
PathFinder: A Multi-Agent Human-Mimetic Diagnostic Framework
  • Simulates the human pathologist's workflow using four specialized agents (Triage, Navigation, Description, Diagnosis) that collaborate rather than a single black-box classifier
  • Implements an iterative 'look, describe, and refine' loop where agents actively navigate the gigapixel image to gather evidence before making a final decision
Architecture
Architecture Figure Figure 1 (implied from text)
Overview of PathFinder's multi-agent pipeline mimicking pathologist decision-making.
Evaluation Highlights
  • 74% accuracy on M-Path Skin Biopsy dataset (melanoma grading), outperforming the best baseline (66%) by 8%
  • Surpasses the average performance of human pathologists (65% accuracy) on the same melanoma classification task by 9%
  • Qualitative analysis by pathologists rates the Description Agent's outputs as high quality, comparable to GPT-4o
Breakthrough Assessment
9/10
First AI system to surpass average pathologist performance on the challenging M-Path melanoma task while offering fully explainable, natural language reasoning through a novel multi-agent architecture.
×