A GPU-Accelerated Interior Point Method for Radiation Therapy Optimization
Felix Liu, Albin Fredriksson, Stefano Markidis

TL;DR
This paper introduces a GPU-accelerated interior point method solver for radiation therapy optimization, significantly reducing computation time for treatment planning by leveraging iterative linear algebra on GPUs.
Contribution
The authors develop a GPU-based interior point method solver tailored for radiation therapy optimization, improving computational efficiency over existing solvers.
Findings
Achieved 1.4x speedup on one patient case
Achieved 4.4x speedup on another patient case
Demonstrated effective GPU acceleration for clinical treatment planning
Abstract
Optimization plays a central role in modern radiation therapy, where it is used to determine optimal treatment machine parameters in order to deliver precise doses adapted to each patient case. In general, solving the optimization problems that arise can present a computational bottleneck in the treatment planning process, as they can be large in terms of both variables and constraints. In this paper, we develop a GPU accelerated optimization solver for radiation therapy applications, based on an interior point method (IPM) utilizing iterative linear algebra to find search directions. The use of iterative linear algebra makes the solver suitable for porting to GPUs, as the core computational kernels become standard matrix-vector or vector-vector operations. Our solver is implemented in C++20 and uses CUDA for GPU acceleration. The problems we solve are from the commercial treatment…
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
TopicsAdvanced Radiotherapy Techniques · Advanced Numerical Analysis Techniques · Electromagnetic Scattering and Analysis
