菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-27
📄 Abstract - Detecting Diffusion-Generated Time Series Under Generator Shift

The boundary between real and diffusion-generated time series is becoming increasingly difficult to draw, yet detection in this domain remains underexplored, especially when the generator is unknown. We compare white-box detection, which requires access to the generator, against black-box detection, which operates on the raw signal alone. The white-box approach, a reconstruction-based detector adapted from the image domain, works well in in-distribution but breaks down under generator shift: reconstruction-based detection in images succeeds because large generic generators provide a near-universal reconstruction prior, and no analogous generator exists for time series. In contrast, a simple off-the-shelf classifier used as a black-box detector performs remarkably well, achieving an average F1 of 79.2, a 22.1% relative improvement over the white-box approach, and a TPR@1%FPR of 57.2. Diffusion-generated time series detection is therefore not a direct transfer of the image domain problem. This work provides the first systematic exploration of white-box and black-box detection for diffusion-generated time series. We close by identifying several open and promising directions.

顶级标签: machine learning data model evaluation
详细标签: diffusion models time series generator shift detection white-box vs black-box 或 搜索:

在生成器迁移条件下检测扩散模型生成的时间序列 / Detecting Diffusion-Generated Time Series Under Generator Shift


1️⃣ 一句话总结

本文系统比较了在生成器未知的情况下,基于重建的“白盒”检测方法与直接基于原始信号的“黑盒”检测方法在识别扩散模型生成的时间序列时的表现,发现简单分类器作为黑盒方法在生成器变化时显著优于图像领域迁移过来的白盒方法,表明该问题无法直接套用图像检测的经验。

源自 arXiv: 2605.28355