LGAICVSep 23, 2025

Localizing Adversarial Attacks To Produces More Imperceptible Noise

arXiv:2509.22710v1h-index: 1FLAIRS
Originality Incremental advance
AI Analysis

This work addresses the need for more imperceptible adversarial attacks in machine learning security, but it is incremental as it builds on existing methods like FGSM, PGD, and C&W.

The study tackled the problem of adversarial attacks by evaluating localized noise, finding that it reduces mean pixel perturbations by 30% and improves PSNR and SSIM compared to global attacks, though with a 5% drop in Attack Success Rate.

Adversarial attacks in machine learning traditionally focus on global perturbations to input data, yet the potential of localized adversarial noise remains underexplored. This study systematically evaluates localized adversarial attacks across widely-used methods, including FGSM, PGD, and C&W, to quantify their effectiveness, imperceptibility, and computational efficiency. By introducing a binary mask to constrain noise to specific regions, localized attacks achieve significantly lower mean pixel perturbations, higher Peak Signal-to-Noise Ratios (PSNR), and improved Structural Similarity Index (SSIM) compared to global attacks. However, these benefits come at the cost of increased computational effort and a modest reduction in Attack Success Rate (ASR). Our results highlight that iterative methods, such as PGD and C&W, are more robust to localization constraints than single-step methods like FGSM, maintaining higher ASR and imperceptibility metrics. This work provides a comprehensive analysis of localized adversarial attacks, offering practical insights for advancing attack strategies and designing robust defensive systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes