TorchRadon: Fast Differentiable Routines for Computed Tomography
Matteo Ronchetti

TL;DR
TorchRadon is a GPU-accelerated, differentiable library for CT reconstruction that integrates seamlessly with PyTorch, enabling faster computations and easier incorporation of CT operators into deep learning models.
Contribution
The paper introduces TorchRadon, a CUDA-based, differentiable CT reconstruction library that significantly outperforms existing tools like Astra Toolbox in speed and ease of integration.
Findings
TorchRadon is up to 125 times faster than Astra Toolbox.
It enables gradient computation via PyTorch backward().
It can serve as a fast backend for iterative algorithms.
Abstract
This work presents TorchRadon -- an open source CUDA library which contains a set of differentiable routines for solving computed tomography (CT) reconstruction problems. The library is designed to help researchers working on CT problems to combine deep learning and model-based approaches. The package is developed as a PyTorch extension and can be seamlessly integrated into existing deep learning training code. Compared to the existing Astra Toolbox, TorchRadon is up to 125 faster. The operators implemented by TorchRadon allow the computation of gradients using PyTorch backward(), and can therefore be easily inserted inside existing neural networks architectures. Because of its speed and GPU support, TorchRadon can also be effectively used as a fast backend for the implementation of iterative algorithms. This paper presents the main functionalities of the library, compares results with…
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
TopicsMedical Imaging Techniques and Applications · Seismic Imaging and Inversion Techniques · Radiomics and Machine Learning in Medical Imaging
