A general-purpose foundation model for cancer diagnosis and prognosis prediction from histopathology whole-slide images.
CHIEF is a foundation model for clinical histopathology imaging evaluation, specifically designed for cancer diagnosis and prognosis prediction. It extracts microscopic representations from whole-slide images to perform tasks like cancer cell detection, tumor origin identification, and survival analysis. The model is pretrained on 44 terabytes of data from 19 anatomical sites to ensure robustness across different populations and slide preparation methods.
Researchers and developers in computational pathology, medical AI, and oncology who need a generalizable model for analyzing histopathology images. It is also suitable for clinical institutions looking to deploy AI tools for cancer diagnosis and prognosis.
Developers choose CHIEF because it provides a single, pre-trained foundation model that outperforms specialized deep learning methods by up to 36.1% in handling domain shifts. Its ability to encode whole-slide images into a single feature vector simplifies downstream tasks like survival analysis and clustering, and its Docker deployment makes it easy to integrate into existing workflows.
Clinical Histopathology Imaging Evaluation Foundation Model
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Outperforms state-of-the-art deep learning methods by up to 36.1% on independent international datasets, effectively handling domain shifts from diverse slide preparations and populations.
Encodes entire whole-slide images into a single 768-dimensional feature vector, simplifying downstream tasks like survival analysis and clustering without fine-tuning the aggregator.
Pretrained on 44 terabytes of data from 19 anatomical sites, providing a robust and diverse foundation for various cancer evaluation applications, as validated in the Nature paper.
Available as a Docker container on Docker Hub, facilitating easy setup and consistent inference environments, reducing deployment overhead.
Requires NVIDIA GPUs (tested on V100 with 32GB), making it inaccessible for teams without high-performance computing resources or budget constraints.
Involves downloading model weights from Google Drive and installing a custom timm library from a separate link, adding complexity and potential points of failure compared to standard pip installations.
Only tested on Linux (Ubuntu 18.04), restricting use for developers on Windows or macOS without additional virtualization or compatibility layers.