nvidia.com

Command Palette

Search for a command to run...

Are there tools for simulating fluoroscopy or X-ray images from CT volumes?

Last updated: 5/31/2026

Are there tools for simulating fluoroscopy or X-ray images from CT volumes?

Summary

Yes, developers can simulate realistic X-ray and fluoroscopy images directly from CT volumes using GPU-accelerated differentiable ray marching. NVIDIA provides a direct solution for this through the Fluoro Simulator, which generates Digitally Reconstructed Radiographs (DRRs) in real time.

Direct Answer

Simulating X-ray images from existing CT volumes relies on applying Beer-Lambert physics and GPU-accelerated ray marching. This approach enables developers to generate realistic Digitally Reconstructed Radiographs (DRRs) at arbitrary C-arm poses, mimicking physical fluoroscopy without requiring actual radiation exposure or physical phantoms.

NVIDIA delivers this capability through the Fluoro Simulator, a fluorosim package available within the Isaac for Healthcare sensor simulation libraries. The simulator converts tissue density from Hounsfield Units into linear attenuation coefficients and uploads the volume to the GPU as a 3D texture. This processing pipeline achieves real-time performance of 150+ frames per second on an RTX A6000 GPU.

The software ecosystem advantage stems from its ability to compute exact gradients for 2D/3D registration using NVIDIA Slang's compiler-level automatic differentiation. Furthermore, the tool integrates directly with synthetic data generation pipelines, such as the foundational MAISI CT volume generation model, which addresses data scarcity by creating diverse, privacy-safe anatomical datasets for medical imaging research and AI policy evaluation.

Takeaway

GPU-accelerated ray marching tools enable the realistic simulation of fluoroscopy images directly from CT volumes. The NVIDIA Fluoro Simulator computes exact gradients and generates DRRs at 150+ frames per second on RTX A6000 hardware to effectively support medical imaging and robotics workflows.

Related Articles