A new arXiv preprint develops an information-theoretic framework for watermark forensics in generative model outputs, organizing detection, attribution, payload extraction, and localization into a 'forensic ladder' with precise sample complexity bounds. The main theorem establishes the first tight entropy-rate law for multi-user attribution: attributing text to one of N users costs Θ(log N/h) tokens under statistically distortion-free schemes, with a matching converse. The paper also identifies two fundamental gaps — a window where text is provably machine-made but unattributable, and a footprint-resolution uncertainty principle — validated experimentally on GPT-2, Pythia-410M, and Qwen2.5.
A new arXiv paper tests three representative LLM watermarking schemes — KGW, Unigram, and SynthID-Text — against Daubert admissibility criteria and NIST SP 800-86 digital forensic standards, finding all three fail to meet the evidentiary bar courts require. Meaning-preserving paraphrase attacks removed watermarks in 100% of KGW and Unigram cases and 98.3% of SynthID cases; pre-attack false-negative rates were already 70–83%. The authors propose a Forensic Readiness Score (FRS) framework and conclude that none of the tested methods satisfy more than two of five Daubert factors. The findings directly challenge the regulatory assumptions underlying the EU AI Act and California's SB 942, both of which mandate reliable, robust AI content watermarking.
This paper proposes embedding watermarks directly into the velocity field (continuous dynamics) of flow matching generative models, rather than into weights or outputs. The method uses key-dependent perturbations added during training, formulated as random coding over a continuous channel, allowing black-box message recovery at detection time. The perturbation is designed to leave the generated distribution unchanged. Experiments on MNIST and CIFAR-10 demonstrate reliable message recovery, preserved generation quality, and chance-level decoding without the secret key.
WaveDetect is a new framework that reframes LLM-generated text detection as a signal processing problem, applying a differentiable Continuous Wavelet Transform to token probability sequences to extract 'spectral fingerprints' invisible in the time domain. The approach targets three known failure modes of existing detectors: adversarial perturbations, cross-domain shifts, and temporal model evolution. Evaluations on RAID, EvoBench, and Domain-Shift benchmarks claim state-of-the-art accuracy and robustness against sophisticated attacks and unseen LLMs.
A new arXiv preprint introduces a model-agnostic empirical framework for auditing synthetic data generated by LLMs and generative AI systems for privacy leakage. The framework distinguishes 'true disclosures' (direct reproduction of user data) from 'phantom disclosures' (incidental generation), using held-out control sets and statistical hypothesis testing without requiring model access, canary insertion, or shadow model training. It functions as a membership inference attack and provides empirical lower bounds on privacy leakage that are tighter than prior data-based auditing methods. The approach is computationally lightweight and applicable to any synthetic data generation mechanism.
A new arXiv paper proposes using graph neural networks over argument-mining-derived reasoning graphs to attribute authorship of LLM-generated text, moving beyond surface-level linguistic features. The approach outperforms a Longformer baseline by up to 27 percentage points under paraphrasing and backtranslation obfuscation attacks, and by 19 points when generalizing to unseen model versions. The work addresses a practical gap in AI-generated text detection: robustness to adversarial rewriting and model version drift.
Hugging Face published an educational overview of AI watermarking methods for generated content, covering both text and image watermarking techniques. The post surveys existing tools and approaches for embedding detectable signals into AI-generated outputs. This is relevant to provenance tracking, content authentication, and regulatory compliance efforts around AI-generated media.
Researchers propose a training framework for detecting pixel-level image tampering in content generated by modern vision-language models such as ChatGPT, Gemini, and Qwen-Image. The approach combines balanced minibatch sampling and a late-injection strategy to improve out-of-distribution robustness without overfitting to limited new-domain data. The framework outperforms the prior state-of-the-art PIXAR method by 26.1% and 26.8% relative improvement in gIoU and cIoU respectively, evaluated on OOD VLMs including GPT-Images-2.0, Gemini-3.1, FLUX.2, and Seedream 4.5. The work is directly motivated by the growing difficulty of detecting AI-generated image manipulations as generation quality improves.
Researchers from UTS demonstrate that adversarial fine-tuning of AI text detectors, while closing 2025-era evasion methods, fails against a newly identified class of out-of-distribution attacks. Two novel attack families — cross-decade register shifts and modernist stream-of-consciousness form — achieve up to ~50x higher fool rates than prior methods while preserving text naturalness. The work reveals a fundamental asymmetry: pushing generated text out of a detector's training distribution reliably defeats detection, while pulling it toward human training data does not. These findings swept the top 5 positions on the ELOQUENT 2026 Voight-Kampff leaderboard and suggest persistent structural vulnerabilities in current detector families.