File size: 1,450 Bytes
d0da677
 
0020ddc
f24fee3
0020ddc
d0da677
0020ddc
d0da677
0020ddc
 
 
 
 
 
 
d0da677
 
 
 
0020ddc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: ArtifactNet
emoji: 🎡
colorFrom: yellow
colorTo: blue
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
python_version: "3.10"
pinned: true
license: other
short_description: AI-generated music detection (v9.4 Forensic CNN + HPSS)
hardware: cpu-basic
models:
  - intrect/artifactnet-models
---

# ArtifactNet β€” AI Music Forensic Detector

Upload a track (WAV / MP3 / FLAC, ≀100 MB, ≀5 min). ArtifactNet analyses
spectral + harmonic-percussive forensic features and returns a per-segment
P(AI) distribution.

- **Backbone**: STFT β†’ U-Net artifact residual β†’ HPSS β†’ 7-channel features β†’ CNN
- **Verdict**: energy-weighted median across 4-second segments
- **Runtime**: ONNX Runtime on HF Space CPU (~30–60 s per 4-minute track)

## Paper

ArtifactNet: Forensic Detection of AI-Generated Music via HPSS and Residual
Analysis β€” [arXiv:2604.16254](https://arxiv.org/abs/2604.16254).

## Links

- Production dashboard: [dash.intrect.io](https://dash.intrect.io)
- Pricing / API: [intrect.io](https://intrect.io)

## Notes

- Short files (<60 s) have fewer segments and lower confidence.
- Mono input disables stereo phase features.
- Heavily processed audio (bitcrushing, vinyl rips) may affect results.
- YouTube / URL intake is disabled on this Space β€” use the dashboard for batch
  processing.
- Only the ONNX graphs (inference-only, no training metadata) are published;
  the original PyTorch checkpoints remain private.