BeClaude
Research2026-06-19

PSCT-Net: Geometry-Aware Pediatric Skull CT Reconstruction via Differentiable Back-Projection and Attention-Guided Refinement

Source: Arxiv CS.AI

arXiv:2606.19867v1 Announce Type: cross Abstract: Computed Tomography (CT) is essential for diagnosing pediatric craniofacial abnormalities, yet poses radiation risks to developing anatomies. Reconstructing 3D CT from sparse bi-planar X-rays offers a low-dose alternative but is severely ill-posed....

What Happened

Researchers have introduced PSCT-Net, a novel deep learning architecture designed to reconstruct high-quality 3D CT scans of pediatric skulls from only two X-ray images (bi-planar views). The method combines a differentiable back-projection module with an attention-guided refinement network to solve the severely ill-posed problem of 3D reconstruction from sparse 2D inputs. By explicitly encoding geometric priors into the reconstruction pipeline, PSCT-Net achieves significantly better anatomical fidelity than previous approaches, particularly for the complex, growing structures of pediatric craniofacial anatomy.

Why It Matters

This work addresses a critical clinical tension: CT scans provide indispensable diagnostic information for pediatric craniofacial conditions, but ionizing radiation poses heightened risks to developing tissues. Current low-dose alternatives like sparse-view CT or limited-angle reconstruction still require multiple exposures. PSCT-Net’s approach—reconstructing volumetric data from just two X-rays—could reduce radiation exposure by orders of magnitude while maintaining diagnostic utility.

The technical innovation lies in how the architecture handles the geometric ill-posedness. Rather than treating reconstruction purely as an image-to-image translation problem, PSCT-Net explicitly models the X-ray projection physics through a differentiable back-projection layer. This forces the network to reason about 3D geometry from the start, rather than learning statistical correlations between 2D inputs and 3D outputs. The attention-guided refinement then corrects residual errors, particularly in thin bone structures and sutures that are most vulnerable to radiation-induced artifacts.

For AI practitioners, this demonstrates a broader principle: embedding known physical constraints directly into network architectures often outperforms purely data-driven approaches, especially in domains with limited training data (pediatric medical imaging) and strict accuracy requirements.

Implications for AI Practitioners

Architecture design patterns: The differentiable back-projection module is a template for any reconstruction task where forward physics is well-understood. Practitioners working on inverse problems in medical imaging, remote sensing, or industrial inspection should consider whether their problem admits a similar differentiable forward model. Data efficiency: By leveraging geometric priors, PSCT-Net likely requires fewer training examples than end-to-end learned approaches. This is crucial for pediatric applications where large annotated datasets are difficult to collect due to ethical constraints and anatomical variability across developmental stages. Evaluation metrics: The paper’s focus on anatomical fidelity (rather than just pixel-level metrics) highlights a growing trend: domain-specific evaluation criteria matter more than generic image quality measures. AI practitioners should collaborate closely with domain experts to define clinically meaningful success metrics. Hardware considerations: The two-stage architecture (back-projection + refinement) suggests a compute-efficient deployment path. The geometric stage is deterministic and fast, while the refinement network can be optimized for inference on clinical hardware.

Key Takeaways

  • PSCT-Net reconstructs 3D pediatric skull CT from just two X-rays by embedding differentiable X-ray physics into the network architecture, dramatically reducing radiation exposure.
  • The approach demonstrates that explicit geometric priors outperform pure deep learning for ill-posed medical reconstruction tasks, especially with limited training data.
  • Practitioners should consider differentiable forward models as a design pattern for inverse problems in any domain with well-understood physics.
  • The work underscores the importance of domain-specific evaluation metrics—anatomical correctness matters more than generic image quality in clinical applications.
arxivpapers