Skip to main content
. Author manuscript; available in PMC: 2024 Mar 6.
Published in final edited form as: IEEE Trans Comput Imaging. 2023 Mar 6;9:260–275. doi: 10.1109/tci.2023.3252268

Algorithm 1:

Training: input=training data xi; i=1,,Nt

1: for ep=1,2, do
2: for i=1,2,,Nt do
3:   Determine xi using DEQ forward iterations
4:   Determine ηi=argmaxηp(xi,η)
5:   Ci=xixi21mlog(Tp(𝓗θ(xi),ηi))
6:   Determine θCi using DEQ backward iterations
7:   θθγθCi, where Ci is the loss in (27)
8: end for
9: end for