How GNNs Facilitate CNNs in Mining Geometric Information from Large-Scale Medical Images
Yiqing Shen, Bingxin Zhou, Xinye Xiong, Ruitian Gao, Yu Guang Wang

TL;DR
This paper introduces a fusion framework combining CNNs and GNNs to better analyze large-scale medical images by integrating global morphological features with local cell spatial information, improving biomarker prediction accuracy.
Contribution
The study proposes two novel fusion strategies, one with MLP and another with Transformer, to enhance CNN-based image analysis with cell-level graph information in medical imaging.
Findings
Fusion models outperform plain CNNs and GNNs by over 5% AUC.
Combining morphological and spatial features improves biomarker prediction.
Transformer-based fusion achieves the best performance among tested methods.
Abstract
Gigapixel medical images provide massive data, both morphological textures and spatial information, to be mined. Due to the large data scale in histology, deep learning methods play an increasingly significant role as feature extractors. Existing solutions heavily rely on convolutional neural networks (CNNs) for global pixel-level analysis, leaving the underlying local geometric structure such as the interaction between cells in the tumor microenvironment unexplored. The topological structure in medical images, as proven to be closely related to tumor evolution, can be well characterized by graphs. To obtain a more comprehensive representation for downstream oncology tasks, we propose a fusion framework for enhancing the global image-level representation captured by CNNs with the geometry of cell-level spatial information learned by graph neural networks (GNN). The fusion layer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging · Medical Image Segmentation Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Softmax · Absolute Position Encodings · Adam · Dense Connections · Position-Wise Feed-Forward Layer · Dropout
