Mew: Multiplexed Immunofluorescence Image Analysis through an Efficient Multiplex Network
Sukwon Yun, Jie Peng, Alexandro E. Trevino, Chanyoung Park, Tianlong Chen
TL;DR
Mew tackles two critical bottlenecks in multiplexed immunofluorescence image analysis—cellular heterogeneity and scalability—by modeling mIF data as a two-layer multiplex network (Voronoi geometry and cell-type connectivity) processed with a scalable, precomputed GNN. It introduces a stochastic edge sampling strategy for the cell-type layer and a Voronoi-Cell-type Attention module to automatically weigh the contribution of each network for patient-level phenotype predictions, including binary outcomes and hazard modeling. Across multi-institution datasets, Mew achieves state-of-the-art performance and demonstrates strong generalization and superior efficiency, with substantial reductions in preprocessing and evaluation times. The approach offers a practical and interpretable framework for p hysiology-informed mIF analysis and can be extended with multi-modal data or applied to WSIs, potentially accelerating clinically relevant insights from tissue imaging.
Abstract
Recent advancements in graph-based approaches for multiplexed immunofluorescence (mIF) images have significantly propelled the field forward, offering deeper insights into patient-level phenotyping. However, current graph-based methodologies encounter two primary challenges: (1) Cellular Heterogeneity, where existing approaches fail to adequately address the inductive biases inherent in graphs, particularly the homophily characteristic observed in cellular connectivity and; (2) Scalability, where handling cellular graphs from high-dimensional images faces difficulties in managing a high number of cells. To overcome these limitations, we introduce Mew, a novel framework designed to efficiently process mIF images through the lens of multiplex network. Mew innovatively constructs a multiplex network comprising two distinct layers: a Voronoi network for geometric information and a Cell-type network for capturing cell-wise homogeneity. This framework equips a scalable and efficient Graph Neural Network (GNN), capable of processing the entire graph during training. Furthermore, Mew integrates an interpretable attention module that autonomously identifies relevant layers for image classification. Extensive experiments on a real-world patient dataset from various institutions highlight Mew's remarkable efficacy and efficiency, marking a significant advancement in mIF image analysis. The source code of Mew can be found here: \url{https://github.com/UNITES-Lab/Mew}
