Researchers have developed the Enhanced Targeted DeepFool (ET DeepFool) algorithm for tailoring adversarial attacks on deep neural networks.
The algorithm allows for the specification of desired misclassification targets and incorporates a configurable minimum confidence score.
Preliminary outcomes suggest that certain models, including AlexNet and the Vision Transformer, exhibit robustness to the manipulations enabled by ET DeepFool.
The code for the algorithm is available on GitHub at https://github.com/FazleLabib/et_deepfool.