StealthRL: Reinforcement Learning Paraphrase Attacks for Multi-Detector Evasion of AI-Text Detectors
Suraj Ranganath, Atharv Ramesh
TL;DR
StealthRL presents a reinforcement-learning framework to stress-test AI-text detectors against adaptive paraphrase attacks at realistic operating points (1% FPR). By training a paraphrase policy via Group Relative Policy Optimization with LoRA on Qwen3-4B-Instruct, and evaluating against a three-detector ensemble with held-out transfer to Binoculars, the approach reveals severe robustness gaps and cross-architecture vulnerabilities. The study offers a comprehensive evaluation including detector-score analyses, LLM-based quality judgments, and bootstrap-supported AUROC/TPR metrics, highlighting the fragility of current detectors to surface-level cues. The work provides a principled adversarial evaluation protocol and public code to accelerate robustness research, with implications for defense development and safer deployment of AI-text detection systems.
Abstract
AI-text detectors face a critical robustness challenge: adversarial paraphrasing attacks that preserve semantics while evading detection. We introduce StealthRL, a reinforcement learning framework that stress-tests detector robustness under realistic adversarial conditions. StealthRL trains a paraphrase policy against a multi-detector ensemble using Group Relative Policy Optimization (GRPO) with LoRA adapters on Qwen3-4B, optimizing a composite reward that balances detector evasion with semantic preservation. We evaluate six attack settings (M0-M5) against three detector families (RoBERTa, FastDetectGPT, and Binoculars) at the security-relevant 1% false positive rate operating point. StealthRL achieves near-zero detection (0.001 mean TPR@1%FPR), reduces mean AUROC from 0.74 to 0.27, and attains a 99.9% attack success rate. Critically, attacks transfer to a held-out detector family not seen during training, revealing shared architectural vulnerabilities rather than detector-specific brittleness. We additionally conduct LLM-based quality evaluation via Likert scoring, analyze detector score distributions to explain why evasion succeeds, and provide per-detector AUROC with bootstrap confidence intervals. Our results expose significant robustness gaps in current AI-text detection and establish StealthRL as a principled adversarial evaluation protocol. Code and evaluation pipeline are publicly available at https://github.com/suraj-ranganath/StealthRL.
