Paper Overview
- Field: Computer Vision (Computational Pathology)
- Authors: Enhui Chai, Sicheng Chen, Tianyi Zhang, Chad Wong, Kecheng Huang, Zeyu Liu, Fei Xia
- Published: 2026-05-06
- arXiv: 2605.05164
- Hybrid hyperbolic-Euclidean embedding: captures both hierarchy and fine-grained morphology in dual geometry.
- S4 backbone: a structured state space sequence model encodes patch sequences with linear computational complexity, modeling long-range dependencies among thousands of patches.
- Chunk-level Mixture-of-Experts (MoE): groups patches into regions and dynamically routes them to specialized subnetworks, improving representational capacity while reducing redundant computation.
Abstract
Accurate analysis of histopathological images is critical for disease diagnosis and treatment planning. Whole-slide images (WSIs), which digitize tissue specimens at gigapixel resolution, are fundamental to this process but require aggregating thousands of patches for slide-level predictions. Multiple Instance Learning (MIL) tackles this challenge with a two-stage paradigm, decoupling tile-level embedding and slide-level prediction. However, most existing methods implicitly embed patch representations in homogeneous Euclidean spaces, overlooking the hierarchical organization and regional heterogeneity of pathological tissues. This limits current models' ability to capture global tissue architecture and fine-grained cellular morphology.
To address this limitation, the authors introduce a hybrid hyperbolic-Euclidean representation that embeds WSI features in dual geometric spaces, enabling complementary modeling of hierarchical tissue structures and local morphological details. Building on this formulation, they develop BatMIL, a WSI classification framework that leverages both geometric spaces.
Key technical contributions:
---
*Auto-collected on 2026-05-08 from zhichai.net.*