CLAIMar 5, 2025

Geometry-Guided Adversarial Prompt Detection via Curvature and Local Intrinsic Dimension

arXiv:2503.03502v21 citationsh-index: 28
Originality Highly original
AI Analysis

This addresses the safety issue of adversarial attacks on LLMs for users and developers, offering a model-agnostic and efficient detection method, though it is incremental as it builds on geometric analysis for a known bottleneck.

The paper tackles the problem of detecting adversarial prompts that jailbreak large language models by introducing CurvaLID, a framework that leverages geometric properties like curvature and local intrinsic dimensionality to distinguish adversarial from benign prompts, achieving near-perfect classification and outperforming state-of-the-art detectors.

Adversarial prompts are capable of jailbreaking frontier large language models (LLMs) and inducing undesirable behaviours, posing a significant obstacle to their safe deployment. Current mitigation strategies primarily rely on activating built-in defence mechanisms or fine-tuning LLMs, both of which are computationally expensive and can sacrifice model utility. In contrast, detection-based approaches are more efficient and practical for deployment in real-world applications. However, the fundamental distinctions between adversarial and benign prompts remain poorly understood. In this work, we introduce CurvaLID, a novel defence framework that efficiently detects adversarial prompts by leveraging their geometric properties. It is agnostic to the type of LLM, offering a unified detection framework across diverse adversarial prompts and LLM architectures. CurvaLID builds on the geometric analysis of text prompts to uncover their underlying differences. We theoretically extend the concept of curvature via the Whewell equation into an $n$-dimensional word embedding space, enabling us to quantify local geometric properties, including semantic shifts and curvature in the underlying manifolds. To further enhance our solution, we leverage Local Intrinsic Dimensionality (LID) to capture complementary geometric features of text prompts within adversarial subspaces. Our findings show that adversarial prompts exhibit distinct geometric signatures from benign prompts, enabling CurvaLID to achieve near-perfect classification and outperform state-of-the-art detectors in adversarial prompt detection. CurvaLID provides a reliable and efficient safeguard against malicious queries as a model-agnostic method that generalises across multiple LLMs and attack families.

Code Implementations1 repo
Foundations

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

Your Notes