Research Papers 论文研究 2d ago Updated 1d ago 更新于 1天前 46

Stability-Aware Feature Design for Robust Watermark Detection in Machine-Generated Text 稳定性感知特征设计用于机器生成文本的鲁棒水印检测

Introduces Pattern Stability Score (PSS), a novel detection framework that combines global/local z-score features with higher-order run-length statistics and autocorrelation signals to detect watermarks in LLM-generated text PSS achieves over 10-15 percentage point AUC improvements compared to prior z-score thresholding baselines and state-of-the-art deep learning methods across varying token lengths A single universal classifier generalizes across different LLMs (Llama-3-8B, Qwen2-7B), paraphra 提出Pattern Stability Score (PSS)框架,通过局部统计特征和改写稳定性动态实现鲁棒的LLM生成文本水印检测 融合全局/局部z-score特征、游程模式高阶统计、自相关信号及改写深度稳定性评分,构建多维度检测特征 在最多八轮改写压力测试下,检测AUC较基线提升10-15个百分点,显著改善短文本检测性能 单一通用分类器无需重新训练即可跨不同LLM、改写器和文本域泛化,保持87.8%以上AUC

62
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces Pattern Stability Score (PSS), a novel detection framework that combines global/local z-score features with higher-order run-length statistics and autocorrelation signals to detect watermarks in LLM-generated text
  • PSS achieves over 10-15 percentage point AUC improvements compared to prior z-score thresholding baselines and state-of-the-art deep learning methods across varying token lengths
  • A single universal classifier generalizes across different LLMs (Llama-3-8B, Qwen2-7B), paraphrasers (Mistral-7B, Qwen2-7B, Gemma-7B), and text domains without retraining, maintaining above 87.8% AUC
  • The framework is stress-tested under up to eight rounds of paraphrasing, addressing the critical vulnerability of existing detectors to paraphrasing attacks and short texts
  • Evaluated on three benchmark datasets (PG-19, CNN/DailyMail, WikiText) demonstrating robustness across diverse domains and text lengths

Why It Matters

Watermark detection for machine-generated text is increasingly critical as LLM adoption accelerates, yet current methods degrade sharply under paraphrasing and on short texts—two common evasion tactics. This work provides a more robust, generalizable detection framework that could become a practical standard for content provenance verification in academic, media, and enterprise settings.

Technical Details

  • Feature Engineering: PSS combines global and local z-score features with higher-order statistics of run-length patterns, enriched by autocorrelation signals and stability scores computed across paraphrase depth, capturing both static and dynamic watermark signatures
  • Stability Dynamics: The framework computes stability scores over multiple paraphrase iterations, leveraging the observation that genuine watermark patterns persist across paraphrasing while noise-based artifacts degrade
  • Universal Classification: A single classifier trained on one set of LLMs, paraphrasers, and domains generalizes without retraining to entirely different configurations, achieving above 87.8% AUC in cross-domain experiments
  • Evaluation: Benchmarked on PG-19, CNN/DailyMail, and WikiText using Llama-3-8B and Qwen2-7B as generators, with Mistral-7B, Qwen2-7B, and Gemma-7B as paraphrasers, stress-tested up to eight paraphrasing rounds
  • Performance Gains: Improves detection AUC by over 10-15 percentage points compared to prior z-score thresholding baselines and leading deep learning methods, with consistent gains across different token lengths

Industry Insight

  • Organizations deploying LLM-generated content should consider adopting stability-aware detection frameworks rather than single-pass z-score methods, as paraphrasing-based evasion is increasingly accessible and effective against weaker detectors
  • The universal generalization property of PSS suggests that content verification systems may not need per-model or per-domain retraining, significantly reducing operational costs for platform-scale deployment
  • As watermark robustness becomes a competitive differentiator, expect increased investment in multi-round paraphrasing stress tests as standard evaluation protocols for any new detection method

TL;DR

  • 提出Pattern Stability Score (PSS)框架,通过局部统计特征和改写稳定性动态实现鲁棒的LLM生成文本水印检测
  • 融合全局/局部z-score特征、游程模式高阶统计、自相关信号及改写深度稳定性评分,构建多维度检测特征
  • 在最多八轮改写压力测试下,检测AUC较基线提升10-15个百分点,显著改善短文本检测性能
  • 单一通用分类器无需重新训练即可跨不同LLM、改写器和文本域泛化,保持87.8%以上AUC

为什么值得看

本文针对现有水印检测器在多次改写和短文本场景下性能急剧下降的痛点,提出了更具鲁棒性的检测方案。其通用分类器设计实现了跨模型、跨域无需重训练的部署能力,对实际应用场景具有重要参考价值。

技术解析

  • 核心方法:Pattern Stability Score (PSS)框架,结合全局和局部z-score特征与游程模式的高阶统计,引入自相关信号和基于改写深度的稳定性评分
  • 实验设置:在PG-19、CNN/DailyMail、WikiText三个基准数据集上测试,使用Llama-3-8B、Qwen2-7B生成文本,通过Mistral-7B、Qwen2-7B、Gemma-7B进行最多八轮改写压力测试
  • 性能表现:相比传统z-score阈值基线和部分SOTA深度学习方法,AUC提升10-15个百分点;跨域实验中所有组件与训练不同时仍保持87.8%以上AUC
  • 泛化能力:单一通用分类器无需重新训练即可适应不同LLM架构、改写器和文本领域,显著降低部署成本

行业启示

  • 水印检测技术正从单一统计特征向多维度稳定性分析演进,未来检测器需综合考虑文本的统计特性和语义稳定性以应对对抗性改写
  • 通用分类器设计降低了跨平台部署成本,为LLM生成文本检测提供了可扩展的解决方案,建议行业推动标准化基准测试
  • 多次改写鲁棒性成为评估检测器性能的关键指标,建议建立更严格的压力测试协议以反映真实应用场景

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Security 安全 Research 科学研究 Evaluation 评测