Comparing Implicit Neural Representations and B-Splines for Continuous Function Fitting from Sparse Samples
INRs achieve lower error and sharper edges than classical methods when reconstructing signals from limited samples.
A research team from the University of Michigan has published a preliminary empirical study directly comparing the representation capabilities of Implicit Neural Representations (INRs) against the classical cubic B-spline model. The core question addressed is which method is better at reconstructing a continuous signal—critical for medical imaging like MRI and CT—from only sparse, random samples. The study isolates the pure representation capacity by using only coefficient-domain Tikhonov regularization, removing other confounding factors. Results show that with oracle hyperparameter selection, the INR model consistently outperforms the B-spline baseline.
The technical findings are significant: the coordinate-based neural network with positional encoding achieved a lower normalized root-mean-squared error (NRMSE). Visually, this translated to reconstructions with sharper edge transitions and significantly fewer oscillatory artifacts, which are common pitfalls of traditional spline-based methods. Furthermore, the researchers demonstrated that a practical bilevel optimization framework for tuning the INR hyperparameters based on a split of the measurement data can effectively approximate this oracle performance. This moves the result from a theoretical ideal to a practically achievable one, empirically supporting the shift towards neural representations for sparse data fitting in scientific and medical applications.
- INRs with positional encoding outperformed cubic B-splines in normalized error (NRMSE) under optimal tuning.
- The neural representation produced sharper edges and fewer oscillatory artifacts from the same sparse samples.
- A practical bilevel optimization method successfully selected hyperparameters, making the superior performance achievable in real applications.
Why It Matters
This validates neural networks as a superior tool for reconstructing high-quality medical images from limited scan data, improving diagnostics.