Perturbing the Phase: Analyzing Adversarial Robustness of Complex-Valued Neural Networks
Christof Duhme , Florian Eilers , Xiaoyi Jiang
Published on arXiv
2602.06577
Input Manipulation Attack
OWASP ML Top 10 — ML01
Key Finding
Phase Attacks cause greater model performance degradation than equally strong standard attacks that perturb both phase and magnitude, revealing high susceptibility of both CVNNs and RVNNs to phase perturbations in complex-valued inputs.
Phase Attack
Novel technique introduced
Complex-valued neural networks (CVNNs) are rising in popularity for all kinds of applications. To safely use CVNNs in practice, analyzing their robustness against outliers is crucial. One well known technique to understand the behavior of deep neural networks is to investigate their behavior under adversarial attacks, which can be seen as worst case minimal perturbations. We design Phase Attacks, a kind of attack specifically targeting the phase information of complex-valued inputs. Additionally, we derive complex-valued versions of commonly used adversarial attacks. We show that in some scenarios CVNNs are more robust than RVNNs and that both are very susceptible to phase changes with the Phase Attacks decreasing the model performance more, than equally strong regular attacks, which can attack both phase and magnitude.
Key Contributions
- Phase Attack: a novel adversarial attack specifically targeting the phase information of complex-valued inputs, shown to be more effective than standard attacks of equal perturbation strength
- Complex-valued formulations of standard gradient-based adversarial attacks (e.g., FGSM, PGD) applicable to CVNNs
- Comparative robustness analysis between CVNNs and RVNNs under phase, magnitude, and standard adversarial attacks, with an open-source PyTorch toolbox
🛡️ Threat Analysis
Proposes Phase Attacks — gradient-based adversarial perturbations that specifically target the phase component of complex-valued inputs to cause misclassification at inference time — a direct input manipulation attack. Also derives complex-valued extensions of FGSM and PGD.