intrect commited on
Commit
c73af92
·
verified ·
1 Parent(s): d4f6268

Update: NonCommercial license emphasis + v9.4 fair eval metrics

Browse files
Files changed (1) hide show
  1. README.md +23 -8
README.md CHANGED
@@ -14,6 +14,11 @@ pipeline_tag: audio-classification
14
 
15
  ArtifactNet detects AI-generated music by extracting forensic residual artifacts via a task-specific UNet, rather than learning generator-specific patterns. This approach generalizes across 22 AI music generators with only 4.2M parameters.
16
 
 
 
 
 
 
17
  ## Model Description
18
 
19
  - **Architecture**: ArtifactUNet (3.6M) + 7ch HPSS Forensic CNN (424K) = 4.2M total
@@ -21,17 +26,19 @@ ArtifactNet detects AI-generated music by extracting forensic residual artifacts
21
  - **Output**: P(AI) ∈ [0, 1] per segment, song-level median verdict
22
  - **Format**: Single ONNX file (entire pipeline: STFT → UNet → HPSS → 7ch → CNN → sigmoid)
23
 
24
- ## Performance (ArtifactBench v1, fair eval)
25
 
26
  | Metric | ArtifactNet (4.2M) | CLAM (194M) | SpecTTTra (19M) |
27
  |---|---|---|---|
28
- | **F1** | **0.983** | 0.824 | 0.766 |
29
- | **Precision** | 0.991 | 0.758 | 0.885 |
30
- | **Recall (TPR)** | 0.976 | 0.904 | 0.675 |
31
- | **FPR** | 0.015 | 0.705 | 0.214 |
 
32
  | @FPR≤5% TPR | **99.1%** | - | - |
33
 
34
- Evaluated on 8,766 tracks across 22 AI generators and 6 real music sources.
 
35
 
36
  ## Usage
37
 
@@ -58,7 +65,7 @@ For song-level verdict, compute median over multiple chunks.
58
 
59
  ## Benchmark
60
 
61
- Evaluate with [ArtifactBench v1](https://huggingface.co/datasets/intrect/artifactbench-v1).
62
 
63
  ## Citation
64
 
@@ -72,4 +79,12 @@ Evaluate with [ArtifactBench v1](https://huggingface.co/datasets/intrect/artifac
72
 
73
  ## License
74
 
75
- CC BY-NC 4.0
 
 
 
 
 
 
 
 
 
14
 
15
  ArtifactNet detects AI-generated music by extracting forensic residual artifacts via a task-specific UNet, rather than learning generator-specific patterns. This approach generalizes across 22 AI music generators with only 4.2M parameters.
16
 
17
+ > ⚠️ **License: CC BY-NC 4.0 — Non-Commercial Only**
18
+ > This model and its weights may not be used for any commercial product, service, API, or
19
+ > revenue-generating activity. Research, academic, and personal evaluation use are welcome.
20
+ > For commercial licensing, contact: **unohee.official@gmail.com**
21
+
22
  ## Model Description
23
 
24
  - **Architecture**: ArtifactUNet (3.6M) + 7ch HPSS Forensic CNN (424K) = 4.2M total
 
26
  - **Output**: P(AI) ∈ [0, 1] per segment, song-level median verdict
27
  - **Format**: Single ONNX file (entire pipeline: STFT → UNet → HPSS → 7ch → CNN → sigmoid)
28
 
29
+ ## Performance ArtifactBench v0.9 (test-only fair eval, all models unseen)
30
 
31
  | Metric | ArtifactNet (4.2M) | CLAM (194M) | SpecTTTra (19M) |
32
  |---|---|---|---|
33
+ | **F1** | **0.9829** | 0.7576 | 0.7713 |
34
+ | **Precision** | 0.9905 | 0.6674 | 0.8519 |
35
+ | **Recall (TPR)** | 0.9755 | 0.8761 | 0.7046 |
36
+ | **FPR** | 0.0149 | 0.6926 | 0.1943 |
37
+ | **AUC** | **0.9974** | 0.7031 | 0.8460 |
38
  | @FPR≤5% TPR | **99.1%** | - | - |
39
 
40
+ Evaluated on 2,263 tracks (`bench_origin=test`, unseen by all three models),
41
+ threshold τ=0.5, identical preprocessing.
42
 
43
  ## Usage
44
 
 
65
 
66
  ## Benchmark
67
 
68
+ Evaluate with [ArtifactBench v1](https://huggingface.co/datasets/intrect/artifactbench).
69
 
70
  ## Citation
71
 
 
79
 
80
  ## License
81
 
82
+ **CC BY-NC 4.0** — Free for academic, research, and personal use. **Commercial use is
83
+ prohibited** without prior written permission. This includes (but is not limited to):
84
+
85
+ - Selling access to the model or its outputs
86
+ - Integrating into commercial products, SaaS, or APIs
87
+ - Using the model to generate revenue, directly or indirectly
88
+ - Training derivative commercial models on these weights
89
+
90
+ For commercial licensing inquiries: **unohee.official@gmail.com**