Research Article
Project Gradient Descent Adversarial Attack against Multisource Remote Sensing Image Scene Classification
Algorithm 1
Adversarial attack strategy.
| | Input: | | (1) | A set of test remote sensing images and the corresponding labels . | | (2) | A classifier with parameter . | | (3) | Number of epochs ; a small constant that restricts the perturbation parameter ; | | | Output: Adversarial example, ; | | (1) | Let , , | | (2) | whiledo | | (3) | Compute | | (4) | Compute | | (5) | Compute | | (6) | Compute | | (7) | | | (8) | end while | | Return |
|