Skip to main content
. Author manuscript; available in PMC: 2024 Sep 19.
Published in final edited form as: Conf Proc Int Conf Image Form Xray Comput Tomogr. 2024 Aug;2024:324–327.

Algorithm 2.

Jumpstarted Spectral DPS (JSDPS)

 1: T,T: training steps, sampling steps, TT
 2: ηt: step size
 3: y: spectral CT measurement
 4: x^0f: image-domain decomposition
 5: ϵ𝒩(0,I)
 6: xT=x^0T=α¯Tx0+1α¯Tϵ
 7: for t=T to 1 do:
 8:    z𝒩(0,I)
 9:    x^0=1α¯t(xt1α¯tϵθ(xt,t))
10:    xt1=αt(1α¯t1)1α¯txt+α¯t1βt1α¯tx^0+σtz
11:    xt1=xt1ηtx^0BSexp(QAx^0)yK12
12: end for