Angular Gradient Sign Method: Uncovering Vulnerabilities in Hyperbolic Networks
Minsoo Jo, Dongyoon Yang, Taesup Kim
TL;DR
This work evaluates adversarial robustness in hyperbolic neural networks and demonstrates that conventional Euclidean attacks may fail to fully exploit hyperbolic geometry. It introduces the Angular Gradient Sign Method (AGSM), which computes gradients in the tangent space, decomposes perturbations into radial and angular components, and backpropagates only the angular direction to craft perturbations. The approach is extended to Projected Angular Gradient Descent (PAGD) for multi-step attacks, with extensive experiments on image classification (Poincaré ResNet) and cross-modal retrieval (HyCoCLIP) showing superior fooling rates and larger semantic disruption than baselines. The findings emphasize the need for geometry-aware defenses in curved representation spaces and provide a principled framework for probing vulnerabilities of hierarchical hyperbolic embeddings.
Abstract
Adversarial examples in neural networks have been extensively studied in Euclidean geometry, but recent advances in \textit{hyperbolic networks} call for a reevaluation of attack strategies in non-Euclidean geometries. Existing methods such as FGSM and PGD apply perturbations without regard to the underlying hyperbolic structure, potentially leading to inefficient or geometrically inconsistent attacks. In this work, we propose a novel adversarial attack that explicitly leverages the geometric properties of hyperbolic space. Specifically, we compute the gradient of the loss function in the tangent space of hyperbolic space, decompose it into a radial (depth) component and an angular (semantic) component, and apply perturbation derived solely from the angular direction. Our method generates adversarial examples by focusing perturbations in semantically sensitive directions encoded in angular movement within the hyperbolic geometry. Empirical results on image classification, cross-modal retrieval tasks and network architectures demonstrate that our attack achieves higher fooling rates than conventional adversarial attacks, while producing high-impact perturbations with deeper insights into vulnerabilities of hyperbolic embeddings. This work highlights the importance of geometry-aware adversarial strategies in curved representation spaces and provides a principled framework for attacking hierarchical embeddings.
