AI Navigate

SpectralGuard: Detecting Memory Collapse Attacks in State Space Models

arXiv cs.LG / 3/16/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper shows that in State Space Models, the spectral radius of the discretized transition operator governs the effective memory horizon, and an attacker can drive it toward zero via gradient-based Hidden State Poisoning, collapsing memory from millions of tokens to dozens without triggering output-level alarms.
  • It proves an Evasion Existence Theorem indicating that for any output-only defense, adversarial inputs can exist that both induce spectral collapse and evade detection.
  • It introduces SpectralGuard, a real-time monitor that tracks spectral stability across all model layers, achieving F1 scores of 0.961 against non-adaptive attackers and 0.842 under the strongest adaptive setting, with sub-15 ms per-token latency.
  • The results include causal interventions and cross-architecture transfer to hybrid SSM-Attention systems, confirming that spectral monitoring provides a principled, deployable safety layer for recurrent foundation models.

Abstract

State Space Models (SSMs) such as Mamba achieve linear-time sequence processing through input-dependent recurrence, but this mechanism introduces a critical safety vulnerability. We show that the spectral radius rho(A-bar) of the discretized transition operator governs effective memory horizon: when an adversary drives rho toward zero through gradient-based Hidden State Poisoning, memory collapses from millions of tokens to mere dozens, silently destroying reasoning capacity without triggering output-level alarms. We prove an Evasion Existence Theorem showing that for any output-only defense, adversarial inputs exist that simultaneously induce spectral collapse and evade detection, then introduce SpectralGuard, a real-time monitor that tracks spectral stability across all model layers. SpectralGuard achieves F1=0.961 against non-adaptive attackers and retains F1=0.842 under the strongest adaptive setting, with sub-15ms per-token latency. Causal interventions and cross-architecture transfer to hybrid SSM-Attention systems confirm that spectral monitoring provides a principled, deployable safety layer for recurrent foundation models.