ITC-RWKV: Interactive Tissue-Cell Modeling with Recurrent Key-Value Aggregation for Histopathological Subtyping
Yating Huang, Qijun Yang, Lintao Xiang, Hujun Yin
TL;DR
ITC-RWKV tackles fine-grained histopathology subtyping by integrating cell-level morphology with global tissue context. It introduces a dual-stream architecture with Aggr-RWKV for scalable nuclear feature aggregation and a bidirectional tissue–cell interaction module for mutual refinement across scales, achieving linear-time aggregation $O(n)$ versus traditional $O(n^2)$ self-attention. The method attains state-of-the-art performance on BRACS and demonstrates robust cross-domain generalization in prostate datasets, while providing interpretable tissue- and cell-level attributions. This work advances scalable, interpretable computational pathology by effectively bridging micro- and macro-scale representations.
Abstract
Accurate interpretation of histopathological images demands integration of information across spatial and semantic scales, from nuclear morphology and cellular textures to global tissue organization and disease-specific patterns. Although recent foundation models in pathology have shown strong capabilities in capturing global tissue context, their omission of cell-level feature modeling remains a key limitation for fine-grained tasks such as cancer subtype classification. To address this, we propose a dual-stream architecture that models the interplay between macroscale tissue features and aggregated cellular representations. To efficiently aggregate information from large cell sets, we propose a receptance-weighted key-value aggregation model, a recurrent transformer that captures inter-cell dependencies with linear complexity. Furthermore, we introduce a bidirectional tissue-cell interaction module to enable mutual attention between localized cellular cues and their surrounding tissue environment. Experiments on four histopathological subtype classification benchmarks show that the proposed method outperforms existing models, demonstrating the critical role of cell-level aggregation and tissue-cell interaction in fine-grained computational pathology.
