SDASApr 20

ArtifactNet: Detecting AI-Generated Music via Forensic Residual Physics

arXiv:2604.162546.9
Predicted impact top 79% in SD · last 90 daysOriginality Highly original
AI Analysis

For researchers and practitioners in AI-generated content detection, this work provides a more generalizable and parameter-efficient paradigm for detecting AI music, addressing codec-invariance issues.

ArtifactNet detects AI-generated music by extracting physical artifacts from neural audio codecs, achieving F1=0.9829 with 1.49% FPR on unseen test data, outperforming prior methods (CLAM F1=0.7576, SpecTTTra F1=0.7713) with 49x fewer parameters than CLAM.

We present ArtifactNet, a lightweight framework that detects AI-generated music by reframing the problem as forensic physics -- extracting and analyzing the physical artifacts that neural audio codecs inevitably imprint on generated audio. A bounded-mask UNet (ArtifactUNet, 3.6M parameters) extracts codec residuals from magnitude spectrograms, which are then decomposed via HPSS into 7-channel forensic features for classification by a compact CNN (0.4M parameters; 4.0M total). We introduce ArtifactBench, a multi-generator evaluation benchmark comprising 6,183 tracks (4,383 AI from 22 generators and 1,800 real from 6 diverse sources). Each track is tagged with bench_origin for fair zero-shot evaluation. On the unseen test partition (n=2,263), ArtifactNet achieves F1 = 0.9829 with FPR = 1.49%, compared to CLAM (F1 = 0.7576, FPR = 69.26%) and SpecTTTra (F1 = 0.7713, FPR = 19.43%) evaluated under identical conditions with published checkpoints. Codec-aware training (4-way WAV/MP3/AAC/Opus augmentation) further reduces cross-codec probability drift by 83% (Delta = 0.95 -> 0.16), resolving the primary codec-invariance failure mode. These results establish forensic physics -- direct extraction of codec-level artifacts -- as a more generalizable and parameter-efficient paradigm for AI music detection than representation learning, using 49x fewer parameters than CLAM and 4.8x fewer than SpecTTTra.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes