Supported Tissue Types
DigiPathAI supports segmentation for three major cancer tissue types, each with specialized model ensembles trained on domain-specific datasets:Colon Cancer
DigestPath dataset models for colorectal tissue segmentation
Liver Cancer
PAIP dataset models for hepatocellular carcinoma segmentation
Breast Cancer
Camelyon dataset models for metastatic breast cancer detection
Model Ensembles
Each tissue type is supported by an ensemble of three state-of-the-art deep learning architectures:Architecture Components
| Model | Description | Strengths |
|---|---|---|
| InceptionV3 | Multi-scale feature extraction | Captures features at multiple resolutions |
| DenseNet | Dense connections between layers | Efficient feature reuse and gradient flow |
| DeepLabV3 | Atrous spatial pyramid pooling | Precise boundary delineation |
When
quick=False, DigiPathAI uses all three models in ensemble mode for improved accuracy. When quick=True, only a single model is used for faster inference.Performance Characteristics
Inference Modes
- Quick Mode
- Ensemble Mode
Single Model Inference
- Uses one selected architecture (dense/inception/deeplabv3)
- Faster processing time
- Suitable for rapid prototyping
- Good for resource-constrained environments
Model Selection
The tissue type is specified using themode parameter in the getSegmentation() function:
Next Steps
Explore detailed documentation for each tissue type:- Colon Cancer Segmentation - DigestPath dataset models
- Liver Cancer Segmentation - PAIP dataset models
- Breast Cancer Segmentation - Camelyon dataset models