菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-04
📄 Abstract - InfiltrNet: Dual-Branch CNN-Transformer Architecture for Brain Tumor Infiltration Risk Prediction

Gliomas are aggressive brain tumors that infiltrate surrounding tissue beyond the visible tumor margins observed on Magnetic Resonance Imaging (MRI). Predicting the spatial extent of this infiltration is essential for surgical planning and radiation therapy, yet existing deep learning approaches focus on segmenting the visible tumor rather than estimating infiltration risk in the surrounding tissue. This paper presents InfiltrNet, a novel dual-branch architecture that combines a convolutional neural network (CNN) encoder with a Swin Transformer encoder through cross-attention fusion modules to predict three-zone infiltration risk maps from multimodal MRI. A label generation strategy based on distance transforms is proposed to derive reproducible infiltration risk zones from standard Brain Tumor Segmentation (BraTS) annotations. InfiltrNet is trained with a combined Dice-CrossEntropy and boundary-aware loss augmented by auxiliary supervision heads at intermediate decoder levels. Extensive experiments on BraTS 2020 and BraTS 2025 demonstrate that InfiltrNet outperforms five established baselines. Explainability analysis using GradCAM++ and Occlusion sensitivity confirms that the model attends to clinically relevant peritumoral regions.

顶级标签: medical machine learning
详细标签: brain tumor infiltration risk cnn-transformer multimodal mri medical image segmentation 或 搜索:

InfiltrNet:用于脑肿瘤浸润风险预测的双分支CNN-Transformer架构 / InfiltrNet: Dual-Branch CNN-Transformer Architecture for Brain Tumor Infiltration Risk Prediction


1️⃣ 一句话总结

本文提出了一种名为InfiltrNet的双分支神经网络,它结合了卷积神经网络和Swin Transformer,通过交叉注意力机制融合多模态MRI数据,能够预测脑肿瘤周围组织的浸润风险区域,从而为手术和放疗提供更精准的指导。

源自 arXiv: 2605.02230