Search papers, labs, and topics across Lattice.
This paper introduces the Dual-Prior Null-space Learning (DP-NSL) framework for arbitrary slice super-resolution, which reconstructs isotropic volumes from anisotropic clinical data while maintaining anatomical plausibility. By reformulating the reconstruction as a constrained recovery process guided by a Measurement-Consistent Projection and a Mixture-of-Splines module, the approach effectively prevents hallucinations and preserves the integrity of observed data. Experimental results across multiple CT and MRI benchmarks demonstrate that DP-NSL significantly outperforms existing methods while ensuring measurement consistency.
By combining dual priors with a novel null-space approach, this method achieves super-resolution without compromising anatomical accuracy or introducing hallucinations.
Arbitrary slice super-resolution reconstructs isotropic volumes from anisotropic clinical acquisitions by synthesizing intermediate slices at arbitrary scales. However, treating this ill-posed inverse problem as unconstrained residual-based regression risks hallucinating anatomically implausible structures or altering the originally observed data. To address both concerns, this paper presents the Dual-Prior Null-space Learning (DP-NSL) framework, which reformulates the task as a constrained recovery process guided by two complementary priors. A Measurement-Consistent Projection (MCP) enforces a Deterministic Observation Prior: the reconstruction undergoes an exact orthogonal projection that reproduces every acquired slice with zero error, confining all learned details to the unobservable null space. Within this null space, a Mixture-of-Splines (MoS) module imposes a Geometric Continuity Prior by dynamically mixing B-spline experts of different analytic orders, allowing each anatomical region to be modeled with a content-aware level of continuity. To promote spatial coherence, a Local Spatial Consistency Decoder (LSCD) further injects local inductive bias. Experiments on three CT and one MRI benchmark show that DP-NSL outperforms existing approaches while strictly preserving measurement consistency. Code is available at https://github.com/DeepMed-Lab-ECNU/Medical-Image-Reconstruction.