TLDR: EXAONE Path 2.0 is a new AI model for digital pathology that overcomes limitations of previous methods by using direct slide-level supervision to learn clinically relevant features from gigapixel whole-slide images. It achieves state-of-the-art performance across 10 biomarker prediction tasks with significantly less training data (only 37k WSIs), demonstrating superior data efficiency and generalization compared to other foundation models.
Digital pathology, a crucial area in AI-driven healthcare, faces significant hurdles when dealing with whole-slide images (WSIs) due to their immense gigapixel scale. Traditionally, approaches involve training patch encoders using self-supervised learning (SSL) and then aggregating these patch-level embeddings for downstream tasks. However, this method often falls short in capturing complex, domain-specific features vital for biomarker prediction, such as mutation status, because SSL relies on basic augmentations suited for natural images on small patch areas. Furthermore, SSL methods are computationally intensive and less data-efficient, demanding vast resources and datasets to achieve competitive results.
Addressing these limitations, LG AI Research has introduced EXAONE Path 2.0, a groundbreaking pathology foundation model. This model innovatively learns patch-level representations under direct slide-level supervision, a fundamental departure from existing methods. By incorporating multiple slide-level labels during patch encoder training, EXAONE Path 2.0 is designed to learn clinically relevant features more effectively.
The model’s architecture is a three-stage Hierarchical Image Pyramid Transformer (HIPT), which efficiently handles gigapixel images by processing patches at progressively higher levels of abstraction. To manage computational demands, EXAONE Path 2.0 employs a two-stage curriculum learning approach with progressive resolution scaling and smart memory management techniques like activation checkpointing and CPU offloading. This ensures efficient processing of large WSIs even with limited computational resources.
EXAONE Path 2.0 also utilizes a multi-task learning framework, optimizing across diverse objectives including cancer subtyping, tissue type classification, and molecular biomarker prediction. This strategy encourages the model to learn shared, fundamental pathological patterns, preventing overfitting and improving generalization. An early exit strategy for downstream adaptation further mitigates overfitting in scenarios with limited data, using robust patch-level features from the first stage combined with CLAM for slide-level predictions.
Trained on just 37,195 Formalin-Fixed, Paraffin-Embedded (FFPE) Hematoxylin and Eosin (H&E) stained WSIs, EXAONE Path 2.0 has demonstrated remarkable data efficiency. In comprehensive evaluations across 10 slide-level biomarker prediction tasks, it achieved state-of-the-art average performance. The model showed superior accuracy in tasks like EGFR and KRAS mutation prediction in lung adenocarcinoma, and BAP1 mutation in renal cell carcinoma, among others. Its consistent high performance across diverse cancer types, institutions, and prediction targets underscores its robustness and generalization capabilities. For more technical details, you can refer to the original research paper: EXAONE Path 2.0: Pathology Foundation Model with End-to-End Supervision.
Also Read:
- SASHA: A Deep Reinforcement Learning Approach for Efficient Histopathological Image Analysis
- A New AI Framework for Enhanced Cancer Survival Prediction Using Hierarchical Vision-Language Collaboration
In conclusion, EXAONE Path 2.0 represents a significant leap forward in computational pathology. By leveraging direct slide-level supervision and innovative computational strategies, it effectively learns clinically relevant features from gigapixel images, setting a new standard for pathology foundation models.


