WSI: Whole Slide Image—high-resolution, digitally scanned histopathology tissue slides often gigapixels in size
M-Path: A specific dataset for skin melanoma biopsy grading used as a benchmark in this paper
GPT-4o: A multimodal large language model from OpenAI used as a comparison baseline for description quality
Triage Agent: The first module in PathFinder that performs an initial low-magnification scan to filter out obvious benign cases
Navigation Agent: An AI module that decides which regions of the WSI to zoom into and examine based on current evidence
Description Agent: An AI module that generates natural language descriptions of specific image patches to simulate a pathologist taking notes
Diagnosis Agent: The final AI module that synthesizes all gathered evidence and descriptions to produce the final disease classification
SOTA: State-of-the-Art—the current best performing models in a specific field
Explainability: The ability of an AI system to provide understandable reasons for its decisions, here achieved via generated text descriptions
Gigapixel: An image with one billion pixels or more, typical for medical whole slide scans
Multiple Instance Learning: A learning paradigm where a model receives a bag of instances (patches) and a single label for the bag, often used in WSI analysis