SANE: State Anomaly Neutralization for Stable Extreme-Context Delta-Rule Models

📅 2026-08-23
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究针对Delta-Rule模型在极端情境下的不稳定性问题,提出SANE方法通过自适应tanh压缩来中和状态异常,确保长序列推理能力。
📝 Abstract
Delta-Rule recurrent models maintain a fixed-size state, enabling $O(1)$ inference memory but potentially becoming unstable under extreme-context extrapolation. By tracking RWKV-7 over sequences of up to 100M tokens, we empirically identify a distinct failure pattern: \textbf{localized norm explosion atop a relatively sparse substrate}, rather than global state saturation. Analysis of the recurrent update suggests that persistent decay keeps weakly updated entries small, whereas uneven injections allow a few channels to accumulate extreme values. Motivated by this diagnosis, we propose \textbf{State Anomaly Neutralization (SANE)}, which applies adaptive $\tanh$ compression at chunk boundaries while preserving the intra-chunk parallel structure. Within a safe threshold range ($3 \le α\le 5$), SANE matches the baseline on 11 short-context reasoning benchmarks with no statistically significant degradation. After a 100M-token prefix, which exceeds the training length by over $24{,}000\times$, SANE retains functional reasoning ($33.46$--$35.56$) while the baseline encounters numerical overflow. In contrast, overly permissive thresholds ($α\ge 8$) remain numerically stable but lose reasoning capability entirely, showing that numerical stabilization alone does not guarantee functional reasoning and revealing a capacity--stability trade-off in state compression.
Problem

Research questions and friction points this paper is trying to address.

Delta-Rule
extreme-context extrapolation
localized norm explosion
state saturation
Innovation

Methods, ideas, or system contributions that make the work stand out.

SANE
adaptive tanh compression
local norm explosion
state anomaly neutralization
capacity-stability trade-off
🔎 Similar Papers
2024-06-22AAAI Conference on Artificial IntelligenceCitations: 7