| Algorithm 2. HR and LR Relationship Acquisition Process |
|
Input: Training set , where is the value of the LR pixel, is the corresponding pixel values within the region block of the HR projection image, , and η is the learning rate. Output: The predicted value of the LR pixel . (1) Randomly select the initial value W(0). (2) Select the sample from the training set. (3) Calculate the output of the perceptron and the mean squared error. (4) Update the weight coefficients using the SGD method. (5) Repeat steps (2) to (4) until the stopping criteria are met (such as reaching the maximum number of iterations or error convergence). |