Papers
Topics
Authors
Recent
Search
2000 character limit reached

UltraDLIF: Diffusion in SNN, MRI, and Ultrasound

Updated 5 July 2026
  • UltraDLIF is a term for three distinct diffusion‐based techniques applied in spiking neural networks, low-field MRI, and ultrasound imaging.
  • Each formulation replaces conventional components with explicit, differentiable models to boost performance and energy efficiency.
  • Explicit disambiguation by domain is critical since each method employs the concept of diffusion in a fundamentally different technical context.

Searching arXiv for "UltraDLIF" and related papers to ground the article. {"query":"all:UltraDLIF OR ti:UltraDLIF OR abs:UltraDLIF","max_results":10,"sort_by":"submittedDate","sort_order":"descending"} Relevant arXiv matches include:

  • (Olchanyi et al., 11 Feb 2026) — "Enhanced Portable Ultra Low-Field Diffusion Tensor Imaging with Bayesian Artifact Correction and Deep Learning-Based Super-Resolution"
  • (Miñoza, 10 Feb 2026) — "UltraLIF: Fully Differentiable Spiking Neural Networks via Ultradiscretization and Max-Plus Algebra"
  • (Zhang et al., 2023) — "Ultrasound Image Reconstruction with Denoising Diffusion Restoration Models" UltraDLIF is not a single canonical construct in the arXiv literature. The label appears in three distinct technical settings: as a “spatial” ultradiscretized leaky integrate-and-fire neuron derived from a diffusion PDE for fully differentiable spiking neural networks (Miñoza, 10 Feb 2026), as the “Ultra-Low-Field Diffusion Imaging Framework” for portable diffusion tensor imaging with Bayesian artifact correction and deep learning-based super-resolution (Olchanyi et al., 11 Feb 2026), and as a diffusion-based inverse framework for ultrasound image reconstruction built on Denoising Diffusion Restoration Models and instantiated as DRUS and WDRUS (Zhang et al., 2023). Any rigorous use of the term therefore requires explicit disambiguation by domain and citation.

1. Terminological scope

In current usage, “UltraDLIF” names three unrelated methods rather than a unified framework. The overlap is lexical, not taxonomic.

Usage of “UltraDLIF” Domain Primary formulation
UltraDLIF neuron Spiking neural networks Ultradiscretized diffusion-coupled LIF dynamics
Ultra-Low-Field Diffusion Imaging Framework Portable ULF MRI / DTI Nine-direction ULF DTI, Bayesian correction, DiffSR
UltraDLIF inverse framework Ultrasound imaging DDRM-based posterior sampling with DRUS/WDRUS

The three usages also attach the word “diffusion” to different objects. In the spiking-neuron setting, diffusion refers to a gap-junction diffusion equation over membrane voltages. In the ULF MRI setting, it refers to diffusion tensor imaging and its associated signal model. In the ultrasound setting, it refers to denoising diffusion probabilistic models used as learned image priors in an inverse problem (Miñoza, 10 Feb 2026, Olchanyi et al., 11 Feb 2026, Zhang et al., 2023).

2. UltraDLIF as an ultradiscretized diffusion-coupled spiking neuron

In "UltraLIF: Fully Differentiable Spiking Neural Networks via Ultradiscretization and Max-Plus Algebra" (Miñoza, 10 Feb 2026), UltraDLIF is the “spatial” neuron model derived from the diffusion equation

vt(x,t)=D2v(x,t),D>0.\frac{\partial v}{\partial t}(x,t)=D\,\nabla^2 v(x,t), \quad D>0.

After finite-difference discretization in space and forward-Euler discretization in time, the membrane voltage update is

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).

The construction then chooses the balanced regime

αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,

which yields

vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.

Ultradiscretization is introduced through the substitution

vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),

so that sums in the positive domain become log-sum-exp operations in the ultradiscrete domain. The central approximation is

εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),

and, in practice, the hard maximum is replaced by a differentiable temperature-controlled

LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).

The resulting UltraDLIF membrane update with external input drive Ii(t)I_i^{(t)} is

V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.

Spikes are generated by a soft threshold,

si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},

and the reset is

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).0

The paper’s theoretical analysis establishes pointwise convergence to the max-plus diffusion dynamics as vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).1, together with the uniform error bound

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).2

It also states bounded, non-vanishing gradients, including

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).3

and emphasizes forward-backward consistency because the forward pass and backward pass use the same smooth operations. This directly distinguishes UltraDLIF from surrogate-gradient SNN training, where forward and backward dynamics generally differ.

Experimentally, the model is evaluated on MNIST, Fashion-MNIST, CIFAR-10, N-MNIST, DVS-Gesture, and SHD. In the single-timestep setting vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).4, reported gains over the best surrogate-gradient baseline include N-MNIST vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).5 with UltraDLIF vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).6 vs vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).7, SHD vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).8 with UltraDLIF vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).9 vs αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,0, and smaller but consistent gains on MNIST αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,1, Fashion αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,2, CIFAR-10 αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,3, and DVS αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,4. An optional sparsity penalty

αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,5

with αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,6, is reported to cut spike rate αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,7 with no accuracy loss, yielding up to αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,8 energy reduction in SOP count (Miñoza, 10 Feb 2026).

3. UltraDLIF as an ultra-low-field diffusion imaging framework

In (Olchanyi et al., 11 Feb 2026), UltraDLIF expands to “Ultra-Low-Field Diffusion Imaging Framework.” The framework integrates a nine-direction, single-shell ULF DTI acquisition, an angular-dependent Bayesian artifact correction model, and a super-resolution network called DiffSR.

The acquisition is defined on a 64 mT Hyperfine Swoop permanent magnet system using a 3D multi-shot diffusion-weighted fast spin-echo sequence. The stated parameters are αDΔt/Δx2=1/3,\alpha\equiv D\,\Delta t/\Delta x^2=1/3,9, vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.0, RF flip angle vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.1, and one vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.2-shell at vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.3. The protocol uses nine diffusion-encoding directions plus three interleaved vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.4 volumes after directions vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.5, vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.6, and vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.7. Spatial resolution is vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.8 isotropic, the field of view is vi(t+1)=13vi1(t)+13vi(t)+13vi+1(t).v_i^{(t+1)}=\tfrac13 v_{i-1}^{(t)}+\tfrac13 v_i^{(t)}+\tfrac13 v_{i+1}^{(t)}.9 voxels, and total scan time is approximately vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),0 minutes. For comparison, the matched HF DTI protocol is a 3 T Prisma 2D spin-echo EPI with vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),1, vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),2, vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),3 directions at vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),4, nine vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),5 volumes, and vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),6 resolution.

The paper identifies three principal degradations relative to HF DTI: much lower SNR at vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),7 than at vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),8, coarser spatial and angular sampling vi(t)=exp ⁣(Vi(t)/ε),v_i^{(t)}=\exp\!\bigl(V_i^{(t)}/\varepsilon\bigr),9 and εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),0 directions versus εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),1 and εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),2 directions), and fast spin-echo readout with broader PSF and potential εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),3-weighting biases. The Bayesian correction stage is designed for artifacting that spans both space and angular domains.

Its forward model is the modified Stejskal-Tanner form

εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),4

which becomes, in the log-domain,

εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),5

Signal and bias are collapsed into a smooth log-bias

εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),6

with εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),7 given by a low-frequency DCT basis. Priors on microstructure are atlas-based: εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),8 for tissue class εlog(eA/ε+eB/ε)ε0+max(A,B),\varepsilon\log\bigl(e^{A/\varepsilon}+e^{B/\varepsilon}\bigr)\xrightarrow[\varepsilon\to0^+]{}\max(A,B),9, and LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).0, with

LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).1

The stated objective minimizes the voxelwise negative log-posterior terms LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).2 and LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).3, together with a quadratic regularizer on the bias coefficients and a GM FA penalty:

LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).4

All operations are differentiable. Identifiability is handled by first correcting LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).5 via EM on soft-tissue labels, and optimization proceeds in two stages: Adam with learning rate LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).6 for burn-in, followed by L-BFGS until convergence. The framework therefore couples a low-field acquisition protocol to an explicitly modeled, angular-dependent MAP reconstruction pipeline rather than treating ULF degradation as a purely spatial denoising problem (Olchanyi et al., 11 Feb 2026).

4. DiffSR within UltraDLIF and its empirical validation

DiffSR is the deep learning component of the ULF imaging framework in (Olchanyi et al., 11 Feb 2026). Its low-resolution inputs are one LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).7 channel, one LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).8 spherical-harmonic channel, and five LSEε(A,B,C)=εlog ⁣(eA/ε+eB/ε+eC/ε).\mathrm{LSE}_\varepsilon(A,B,C) =\varepsilon\log\!\Bigl(e^{A/\varepsilon}+e^{B/\varepsilon}+e^{C/\varepsilon}\Bigr).9 SH channels, all normalized. High-resolution targets are extracted from HCP single-shell DTI at Ii(t)I_i^{(t)}0.

The augmentation pipeline combines spatial perturbations and angular-SH perturbations. Spatial augmentation includes random Ii(t)I_i^{(t)}1 crops, Gaussian bias on a low-frequency grid, Gaussian noise with Ii(t)I_i^{(t)}2, and blur plus downsampling to random Ii(t)I_i^{(t)}3 isotropic resolution. Angular-SH augmentation includes random SH rotations via Wigner Ii(t)I_i^{(t)}4-matrices with Ii(t)I_i^{(t)}5, random smooth displacement fields with local rotations from polar decomposition, SH “channel drift” on antipodal pairs, random angular-dependent bias via low-rank mixing Ii(t)I_i^{(t)}6, and angular subsampling on a 42-vertex icosphere followed by ridge regression.

Architecturally, DiffSR combines graph processing on an icosphere with volumetric convolution. It first projects SH coefficients Ii(t)I_i^{(t)}7 onto an icosahedral representation, applies graph convolution layers with Ii(t)I_i^{(t)}8,

Ii(t)I_i^{(t)}9

reprojects by the pseudo-inverse of V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.0, applies a 3D U-Net with four downsample/upsample layers, V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.1 kernels, and base V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.2 features, inserts a global attention block at the bottleneck with eight learnable tokens, and finishes with a second icosphere graph convolution. The loss combines V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.3 on V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.4 and V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.5 SH channels with weight V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.6, V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.7 on V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.8 SH channels with weight V~i,ε(t+1)=LSEε ⁣(Vi1,ε(t),Vi,ε(t),Vi+1,ε(t))+Ii(t).\tilde V_{i,\varepsilon}^{(t+1)} = \mathrm{LSE}_{\varepsilon}\!\bigl( V_{i-1,\varepsilon}^{(t)}, V_{i,\varepsilon}^{(t)}, V_{i+1,\varepsilon}^{(t)} \bigr) + I_i^{(t)}.9, an angular loss on principal direction with weight si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},0, and a forward-model consistency term with weight si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},1. Training uses 1500 epochs, 20 iterations per epoch, batch size si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},2, and Adam with si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},3, si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},4, and learning rate si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},5 warmed up from si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},6 over 100 epochs. The model is trained on native HF HCP shells only and, as stated, requires no retraining for ULF or other HF scans.

The reported evaluations span three regimes. In synthetic downsampling on 30 Connectom HCP subjects, DiffSR outperforms trilinear upsampling in MAE and LNCC for SH and FA up to approximately si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},7, improves angular error to approximately si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},8 up to approximately si,ε(t+1)=σ ⁣(V~i,ε(t+1)θε),σ(z)=11+ez,s_{i,\varepsilon}^{(t+1)} = \sigma\!\Bigl(\frac{\tilde V_{i,\varepsilon}^{(t+1)}-\theta}{\varepsilon}\Bigr), \qquad \sigma(z)=\frac1{1+e^{-z}},9, and yields only modest ADC recovery, with MAE improvement only until approximately vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).00. In synthetically degraded ADNI3 scans, Fisher LDA on FA and ADC from seven tracts with LOOCV yields vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).01 for original data, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).02 for degraded data, and vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).03 after DiffSR, with the DiffSR-versus-degraded difference reported as vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).04. In matched ULF versus HF DTI across 18 subjects, the per-tract median ICC for FA increases from vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).05 in native ULF to vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).06 after bias-DSW correction, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).07 with DiffSR(native), and vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).08 with DiffSR(bias-DSW); corresponding ADC and vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).09 coherence results are less uniformly favorable, and ADC retains a proportional negative bias in all ULF variants. Qualitative deterministic tractography with iFOD2 indicates that Beta-DSW correction improves tract morphologies in the corpus callosum, corticospinal tract, and optic radiations, with further refinement from DiffSR in thinner tracts such as the arcuate fasciculus and cingulum (Olchanyi et al., 11 Feb 2026).

5. UltraDLIF as a diffusion-based ultrasound inverse framework

In the ultrasound-imaging usage of the term, (Zhang et al., 2023) presents a “step-by-step recipe for UltraDLIF,” a diffusion-based inverse framework for ultrasound imaging built on Denoising Diffusion Restoration Models. The underlying acquisition model begins under the first-order Born approximation:

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).10

where vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).11 is the object reflectivity, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).12 is the two-way pulse-echo impulse response, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).13 are transmit and receive apodization weights, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).14 are time-of-flight delays, and vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).15 is additive electronic noise. After discretization and stacking of all vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).16 time samples, the forward model is

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).17

The classical reconstruction baseline solves

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).18

with either vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).19 or vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).20. The stated limitations are that quadratic regularization gives overly smooth images, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).21 regularization can produce staircasing or bias, hand-designed vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).22 rarely matches the true statistics of ultrasound images, and tuning vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).23 and vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).24 is cumbersome.

The proposed alternative uses a pre-trained DDPM as a learned prior vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).25. DDRM adapts that prior to the linear inverse problem by sampling from

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).26

and implementing the posterior update in the singular-vector basis of the degradation operator. With vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).27, one defines spectral measurements vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).28 and performs one-dimensional Gaussian sampling per singular mode, blending the unconditional DDPM prediction, the forward-diffusion transition, and the Gaussian measurement constraint.

Algorithm 1, named UltraDLIF (DRUS/WDRUS), takes observations vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).29, forward operator vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).30, a DDPM model with noise schedule vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).31, hyperparameters vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).32, and iterations vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).33. It precomputes the SVD of vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).34, initializes the spectral latent at time vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).35, iterates denoising-network predictions of vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).36, transforms to the vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).37-basis, samples each coordinate according to whether vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).38, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).39, or vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).40, and returns vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).41. Two concrete variants are defined. DRUS sets

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).42

where vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).43 is a linear beamformer, and ignores the correlation in vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).44. WDRUS restores the i.i.d. assumption through a whitening operator

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).45

so that vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).46, and then uses

vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).47

By discarding the smallest vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).48 eigenvalues, WDRUS also reduces the measurement dimension vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).49.

The implementation uses an ImageNet-pretrained DDPM at vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).50 resolution with vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).51 steps, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).52, vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).53, and vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).54 sampling steps under a DDIM skipping schedule. Fine-tuning the U-Net on 800 high-quality phantom ultrasound B-mode images further improves performance. On synthetic phantoms, noise levels are vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).55, and metrics include vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).56 FWHM, CNR, gCNR, PSNR, and SSIM. The reported summary is that DRUS and WDRUS dramatically improve CNR for vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).57 images relative to the matched filter vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).58, WDRUS yields the highest gCNR and best speckle uniformity, and at low noise both variants slightly surpass the true resolution of the ground truth, with minor lateral smearing at vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).59. On the PICMUS benchmark, with baselines including DAS vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).60 plane waves, EMV, PCF, RED, and MNV2, the stated highlights are that a single plane-wave DRUS or WDRUS reconstruction matches or exceeds DAS75 in resolution and contrast, WDRUS fine-tuned delivers the best CNR on SC and EC with vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).61, and the KS test for speckle preservation passes on SC and EC for both variants once the diffusion prior is fine-tuned to ultrasound. Extensions proposed in the same source include SDE sampling, PNDM and DPM-Solver, multiresolution wavelet or shearlet priors, joint calibration of vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).62, generalized likelihoods for non-Gaussian noise, randomized SVD for 3D imaging, spatio-temporal diffusion for ultrafast sequences or Doppler, and plug-and-play hybrids with learned beamforming (Zhang et al., 2023).

6. Comparative interpretation and recurrent misconceptions

The principal misconception surrounding UltraDLIF is that it denotes a single research program. The available arXiv evidence indicates the opposite: the same acronym is attached to a neuron model, an MRI pipeline, and an ultrasound inverse method (Miñoza, 10 Feb 2026, Olchanyi et al., 11 Feb 2026, Zhang et al., 2023). A practical implication is that acronym-only citation is insufficient for scholarly precision.

A second misconception is that the common word “diffusion” implies methodological continuity. In fact, the mathematical role of diffusion changes across all three usages. In the SNN formulation, diffusion is a PDE over membrane potentials and leads, after ultradiscretization, to max-plus dynamics. In the ULF MRI framework, diffusion is the contrast mechanism of DTI and the target of a bias-corrected, spatio-angular reconstruction pipeline. In the ultrasound framework, diffusion is the generative prior class used for posterior sampling in a linear inverse problem. This suggests that the shared label is nominal rather than methodological.

The three meanings nevertheless exhibit a limited structural analogy. Each replaces a hand-engineered or heuristically trained component with a more explicit model class: surrogate gradients are replaced by smooth ultradiscrete dynamics in the SNN case, conventional low-field postprocessing is replaced by Bayesian correction plus SH-aware super-resolution in the MRI case, and vi(t+1)=vi(t)+DΔtΔx2(vi1(t)2vi(t)+vi+1(t)).v_i^{(t+1)}=v_i^{(t)}+\frac{D\,\Delta t}{\Delta x^2}\bigl(v_{i-1}^{(t)}-2v_i^{(t)}+v_{i+1}^{(t)}\bigr).63-style regularization is replaced by a learned DDPM prior in the ultrasound case. That parallel is interpretive rather than terminological, but it clarifies why the same acronym can appear plausible across otherwise disconnected literatures.

For technical communication, the least ambiguous practice is to specify one of the following on first mention: “UltraDLIF neuron” for the ultradiscretized diffusion-coupled LIF model, “UltraDLIF framework” for the portable ULF DTI pipeline, or “UltraDLIF (DRUS/WDRUS)” for the DDRM-based ultrasound reconstruction formulation.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to UltraDLIF.