Algorithm 1.
Progressive Back-Projection Network for COVID-CT super-resolution.
| Require: Learning ratel, batch sizem, and iteration epochE |
| Input: The training set |
| Output: super-resolution reconstruction imageISR |
| Ensure: Parameterθ |
| Initialization: θis initialized randomly |
| fore=1,…,Edo |
| n=1 |
| whilen ≤ N − mdo |
| The first stage |
| The second stage |
| θ = optimizer(L(θ),l), update parameter with Adam optimizer |
| n = n + m |
| end while |
| end for |