Research Article
RETRACTED: A Method for Extracting Building Information from Remote Sensing Images Based on Deep Learning
Algorithm 2
: Pseudo-code for R-Drop training algorithm routines.
| | Input: Training data : | | | Output: model data z. | | (1) | Initialize model with parameters z. | | (2) | while not converged do | | (3) | randomly sample data pair | | (4) | repeat input data twice and then obtain the output distribution | | (5) | calculate | | (6) | calculate | | (7) | update the model parameters by minimizing | | (8) | end while |
|