An update to PYRO-NN: A Python Library for Differentiable CT Operators

arXiv — cs.LGWednesday, November 12, 2025 at 5:00:00 AM
The release of the updated PYRO-NN library marks a notable advancement in the field of X-ray Computed Tomography (CT) reconstruction, leveraging deep learning techniques to address challenges posed by modern imaging technologies. By combining classical reconstruction methods with data-driven approaches, PYRO-NN enhances the integration of physical modeling within neural networks. The new version extends compatibility to PyTorch, a popular deep learning framework, and introduces native CUDA kernel support, which significantly boosts the efficiency of projection and back-projection operations across various geometries. Additionally, it includes innovative tools for simulating imaging artifacts and modeling arbitrary acquisition trajectories, facilitating the creation of flexible, end-to-end trainable pipelines through a high-level Python API. This update not only reflects the ongoing evolution of CT reconstruction techniques but also underscores the importance of open-source resources, a…
— via World Pulse Now AI Editorial System

Was this article worth reading? Share it

Recommended Readings
Star Multi-Class Classification Neural Network With Pytorch
NeutralArtificial Intelligence
The article discusses the author's curiosity about how stars, located millions of light years away, are classified. It highlights that each star has a unique life cycle, lasting from millions to trillions of years, and that their properties change over time. By measuring these properties, one can deduce the type of star. To explore this further, the author plans to develop a model using Pytorch that classifies stars based on specific features, including temperature, luminosity, radius, absolute magnitude, general color of spectrum, and spectral class. This project serves as both a scientific inquiry and a practical exercise in using Pytorch.