Accelerating Radiation Therapy Dose Calculation with Nvidia GPUs
Felix Liu, Niclas Jansson, Artur Podobas, Albin Fredriksson and, Stefano Markidis

TL;DR
This paper demonstrates that using Nvidia GPUs with a custom Sparse Matrix-Vector Multiplication implementation significantly accelerates radiation therapy dose calculations, reducing computation time and enabling more advanced treatment planning.
Contribution
The paper introduces a highly optimized GPU-based SpMV implementation tailored for RTP, outperforming existing libraries and reducing dose calculation times.
Findings
GPU implementation is up to 4 times faster than baseline.
Custom SpMV has higher operational intensity than existing libraries.
Accelerated dose calculation enables more sophisticated treatment planning.
Abstract
Radiation Treatment Planning (RTP) is the process of planning the appropriate external beam radiotherapy to combat cancer in human patients. RTP is a complex and compute-intensive task, which often takes a long time (several hours) to compute. Reducing this time allows for higher productivity at clinics and more sophisticated treatment planning, which can materialize in better treatments. The state-of-the-art in medical facilities uses general-purpose processors (CPUs) to perform many steps in the RTP process. In this paper, we explore the use of accelerators to reduce RTP calculating time. We focus on the step that calculates the dose using the Graphics Processing Unit (GPU), which we believe is an excellent candidate for this computation type. Next, we create a highly optimized implementation for a custom Sparse Matrix-Vector Multiplication (SpMV) that operates on numerical formats…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRadiation Therapy and Dosimetry · Advanced Radiotherapy Techniques · Radiation Effects in Electronics
