🤖 AI Summary
Current machine-generated text detectors exhibit insufficient robustness under adversarial attacks—such as paraphrasing and style transfer—and distribution shifts, often yielding high-confidence errors. This work proposes a multi-view nonparametric detection framework that extracts complementary feature perspectives from the same document and employs Gaussian process ensembles for Bayesian evidence fusion, enabling reliable detection without relying on parametric classifiers. The approach naturally supports calibrated probability estimates for out-of-distribution samples and principled abstention. Experimental results on the DetectRL, RAID, and PAN2025 benchmarks demonstrate that the proposed method significantly outperforms existing techniques across diverse generative models and adversarial perturbations, exhibiting superior robustness and generalization capability.
📝 Abstract
Adversarial conditions such as paraphrasing and targeted style transfer sharply degrade the accuracy of machine text detectors. A document, however, carries multiple complementary signals (e.g., stylistic features, likelihood and rank-order features, and structural features), and an attack that suppresses one may leave others intact. While a parametric classifier can learn to combine these features given sufficient supervision, classifiers are prone to making confidently incorrect predictions when the distribution shifts (e.g., novel attacks or unseen language models). To address this, we propose a multi-view, non-parametric detection framework that extracts complementary feature views from the same document and aggregates per-view evidence through a Gaussian process ensemble. By aggregating evidence across views, an adversary must simultaneously defeat multiple independent axes of detection, substantially raising the cost of evasion. The Gaussian process formulation additionally provides calibrated probabilities and principled abstention on out-of-distribution inputs, supporting reliable deployment in high-stakes settings. We evaluate on three benchmarks spanning diverse generators and attacks: the DetectRL and RAID benchmarks, and the PAN2025 shared task and demonstrate that our multi-view detector maintains strong performance under the considered attacks, outperforming existing approaches against held out attacks.