IVCVLGJul 12, 2023

Sequential Experimental Design for X-Ray CT Using Deep Reinforcement Learning

arXiv:2307.06343v27 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the need for faster CT scans in in-line quality control, though it is incremental as it builds on existing sparse-angle tomography and reinforcement learning methods.

The paper tackled the problem of reducing the number of scan angles needed for X-ray CT reconstruction while maintaining quality, by using deep reinforcement learning to sequentially select optimal angles, achieving efficient online angle selection with synthetic 2D data.

In X-ray Computed Tomography (CT), projections from many angles are acquired and used for 3D reconstruction. To make CT suitable for in-line quality control, reducing the number of angles while maintaining reconstruction quality is necessary. Sparse-angle tomography is a popular approach for obtaining 3D reconstructions from limited data. To optimize its performance, one can adapt scan angles sequentially to select the most informative angles for each scanned object. Mathematically, this corresponds to solving an optimal experimental design (OED) problem. OED problems are high-dimensional, non-convex, bi-level optimization problems that cannot be solved online, i.e., during the scan. To address these challenges, we pose the OED problem as a partially observable Markov decision process in a Bayesian framework, and solve it through deep reinforcement learning. The approach learns efficient non-greedy policies to solve a given class of OED problems through extensive offline training rather than solving a given OED problem directly via numerical optimization. As such, the trained policy can successfully find the most informative scan angles online. We use a policy training method based on the Actor-Critic approach and evaluate its performance on 2D tomography with synthetic data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes