微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Synchronized Logit Steering: Real-world Steganography
RSS 官方收录 · 可信分层展示
关键摘要
SLS实现LLM隐写通信,无需共享提示词,40令牌内KL散度<0.5,容量达0.20比特/令牌
- SLS通过输出自生成代理提示,消除收发双方需共享原始提示的依赖
- 在40令牌同步窗口内,代理提示与真实提示分布KL散度低于0.5 nats
- 周期突发变体实现0.20比特/令牌,是单载荷编码容量的10倍
AI 摘要 · 来源可核验
正文提要
arXiv:2608.14697v1 Announce Type: new Abstract: Steganography in large language models offers a way to embed hidden messages within natural-sounding text. Existing token and logit-level methods typically require the sender and receiver to share an identical prompt context, which is rarely guaranteed in production pipelines that use retrieval-augmented generation or proprietary system instructions. We introduce Synchronized Logit Steering (SLS), a deterministic steganographic scheme that eliminates this dependency by deriving a proxy prompt from the generated output itself, allowing both parties to reconstruct the same logit distribution without access to the original prompt. SLS encodes payload values as token ranks within high-entropy regions of the proxy prompt distribution, and we extend the scheme with periodic recurrence and payload bursts to scale information density. Across ShareGPT, GSM8K, and SWE-bench Verified, we show that the KL divergence between the true and proxy prompt distributions falls below 0.5 nats once the synchronization window reaches 40 tokens, and SLS encoding does not meaningfully disrupt this convergence relative to greedy generation. We also find that the periodic-burst variant achieves 0.20 bits per token, or roughly 10x the capacity of single-payload encoding. Kolmogorov-Smirnov tests further confirm that SLS outputs are statistically difficult to distinguish from greedy generations, demonstrating that covert, prompt-agnostic communication through LLMs is both practical and stealthy.