Non-Parametric Machine Text Detection via Multi-View Gaussian Processes
A new detection framework uses multiple independent views of a document and a non-parametric ensemble to identify machine-generated text, even when adversaries attempt to disguise it through paraphrasing or style transfer, according to research posted to arXiv on 12 June 2026 [1]. The proposed system extracts complementary signals — including stylistic, likelihood, rank-order, and structural features — from the same document [1]. Each signal forms an independent “view,” and an attack that suppresses one view may leave others intact [2]. The framework fits an independent variational Gaussian process classifier to each view, obtains per-view Bernoulli probabilities, and then aggregates those probabilities [3]. An out-of-distribution gate allows the model to abstain when it encounters text outside its training support, rather than issuing a confidently incorrect prediction [3]. Parametric classifiers, the authors note, are prone to making confidently incorrect predictions when the distribution shifts, such as when facing novel attacks or previously unseen language models [1]. By contrast, the Gaussian process formulation provides calibrated probabilities [2]. When the model is uncertain, per-view probabilities drift toward 0.5, reflecting a lack of confidence [3]. The final decision threshold is calibrated with finite-sample false-positive guarantees [4]. The researchers evaluated the detector on three benchmarks: DetectRL, RAID, and the PAN2025 shared task [1]. The multi-view detector maintained strong performance under the attacks considered and outperformed existing approaches against held-out attacks [2]. The evaluation spanned diverse generators and adversarial conditions, demonstrating that an adversary must simultaneously defeat multiple independent axes of detection, which substantially raises the cost of evasion [2]. The framework’s design draws on broader principles in pattern recognition and anomaly detection. Pattern recognition systems assign a class to an observation based on patterns extracted from data, a task that originated in statistics and engineering [8]. Anomaly detection, meanwhile, identifies observations that deviate significantly from a defined notion of normal behavior and is widely applied in cybersecurity, medicine, and finance [7]. The multi-view approach extends these concepts by treating each feature view as a distinct signal channel, then combining evidence through a regularized logistic regression that learns how much each view contributes to the final detection score [4].
research-papersafety-researchtool-release
Background sources we checked (7)
- arxiv.org ↗ 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…
- arxiv.org ↗ 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…
- arxiv.org ↗ 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…
- arxiv.org ↗ ### New submissions (continued, showing last 618 of 718 entries) ... ### Cross submissions (showing 68 of 68 entries)…
- en.wikipedia.org ↗ In statistics, a mixture model is a probabilistic model for representing the presence of subpopulations within an overall population, without requiring that an observed data set should identify the sub-population to which an individual observation belongs. Formally a mixture mode…
- en.wikipedia.org ↗ In data analysis, anomaly detection (also referred to as outlier detection and sometimes as novelty detection) is generally understood to be the identification of rare items, events or observations which deviate significantly from the majority of the data and do not conform to a …
- en.wikipedia.org ↗ Pattern recognition is the task of assigning a class to an observation based on patterns extracted from data. While similar, pattern recognition (PR) is not to be confused with pattern machines (PM) which may possess PR capabilities but their primary function is to distinguish an…
Sources
- export.arxiv.org — Non-Parametric Machine Text Detection via Multi-View Gaussian Processes ↗