paper-with-me

홈 › Papers

Efficient Deep Learning-based Forward Solvers for Brain Tumor Growth Models

2025-01-14 · Zeineb Haouari, Jonas Weidner, Ivan Ezhov, Aswathi Varma, Daniel Rueckert, Bjoern Menze, Benedikt Wiestler

Glioblastoma, a highly aggressive brain tumor, poses major challenges due to its poor prognosis and high morbidity rates. Partial differential equation-based models offer promising potential to enhance therapeutic outcomes by simulating patient-specific tumor behavior for improved radiotherapy planning. However, model calibration remains a bottleneck due to the high computational demands of optimization methods like Monte Carlo sampling and evolutionary algorithms. To address this, we recently introduced an approach leveraging a neural forward solver with gradient-based optimization to significantly reduce calibration time. This approach requires a highly accurate and fully differentiable forward model. We investigate multiple architectures, including (i) an enhanced TumorSurrogate, (ii) a modified nnU-Net, and (iii) a 3D Vision Transformer (ViT). The optimized TumorSurrogate achieved the best overall results, excelling in both tumor outline matching and voxel-level prediction of tumor cell concentration. It halved the MSE relative to the baseline model and achieved the highest Dice score across all tumor cell concentration thresholds. Our study demonstrates significant enhancement in forward solver performance and outlines important future research directions.

📄 PDF Abstract BibTeX arXiv:2501.08226

Code (1)

zeinebzh/tumornetsolvers 공식 구현 pytorch

Tasks

Deep LearningEvolutionary AlgorithmsPrognosis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Neural parameters estimation for brain tumor growth modeling

2019-07-01 · Ivan Ezhov, Jana Lipkova, Suprosanna Shit, Florian Kofler 외

Understanding the dynamics of brain tumor progression is essential for optimal treatment planning. Cast in a mathematical formulation, it is typically viewed as evaluation of a system of partial differential equations, w…

Diagnostic

Learn-Morph-Infer: a new way of solving the inverse problem for brain tumor modeling

2021-11-07 · Ivan Ezhov, Kevin Scibilia, Katharina Franitza, Felix Steinbauer 외

Current treatment planning of patients diagnosed with a brain tumor, such as glioma, could significantly benefit by accessing the spatial distribution of tumor cell concentration. Existing diagnostic modalities, e.g. mag…

DiagnosticMORPH

Brain Tumor Segmentation with Special Emphasis on the Non-Enhancing Brain Tumor Compartment

2026-02-25 · T. Schaffer, A. Brawanski, S. Wein, A. M. Tomé 외 arxiv

A U-Net based deep learning architecture is designed to segment brain tumors as they appear on various MRI modalities. Special emphasis is lent to the non-enhancing tumor compartment. The latter has not been considered a…

Brain Tumor Segmentation

Segmentation of brain tumor on magnetic resonance imaging using a convolutional architecture

2020-03-17 · Miriam Zulema Jacobo, Jose Mejia

The brain is a complex organ controlling cognitive process and physical functions. Tumors in the brain are accelerated cell growths affecting the normal function and processes in the brain. MRI scans provides detailed im…

Brain Tumor SegmentationSegmentationTumor Segmentation

Mechanistic Learning with Guided Diffusion Models to Predict Spatio-Temporal Brain Tumor Growth

2025-09-11 · Daria Laslo, Efthymios Georgiou, Marius George Linguraru, Andreas Rauschecker 외 arxiv

Predicting the spatio-temporal progression of brain tumors is essential for guiding clinical decisions in neuro-oncology. We propose a hybrid mechanistic learning framework that combines a mathematical tumor growth model…

Image Generation