Add patent pending notice (KR + PCT)
Browse files
README.md
CHANGED
|
@@ -19,6 +19,12 @@ ArtifactNet detects AI-generated music by extracting forensic residual artifacts
|
|
| 19 |
> revenue-generating activity. Research, academic, and personal evaluation use are welcome.
|
| 20 |
> For commercial licensing, contact: **unohee.official@gmail.com**
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
> ℹ️ **What is released**
|
| 23 |
> A pre-compiled, end-to-end **ONNX inference build** of the full pipeline (STFT → UNet →
|
| 24 |
> HPSS → 7-channel CNN → sigmoid). Raw PyTorch weights, training code, and training data
|
|
@@ -95,3 +101,12 @@ prohibited** without prior written permission. This includes (but is not limited
|
|
| 95 |
- Attempting to extract weights for derivative commercial models
|
| 96 |
|
| 97 |
For commercial licensing inquiries: **unohee.official@gmail.com**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
> revenue-generating activity. Research, academic, and personal evaluation use are welcome.
|
| 20 |
> For commercial licensing, contact: **unohee.official@gmail.com**
|
| 21 |
|
| 22 |
+
> 🛡️ **Patent Pending (KR + PCT)**
|
| 23 |
+
> The bounded-mask residual extraction and codec-invariant training methods used in
|
| 24 |
+
> ArtifactNet are covered by pending patent applications. Use of the ONNX build under
|
| 25 |
+
> CC BY-NC 4.0 grants no patent license; commercial deployment requires both a
|
| 26 |
+
> commercial license and a patent license (contact above for both).
|
| 27 |
+
|
| 28 |
> ℹ️ **What is released**
|
| 29 |
> A pre-compiled, end-to-end **ONNX inference build** of the full pipeline (STFT → UNet →
|
| 30 |
> HPSS → 7-channel CNN → sigmoid). Raw PyTorch weights, training code, and training data
|
|
|
|
| 101 |
- Attempting to extract weights for derivative commercial models
|
| 102 |
|
| 103 |
For commercial licensing inquiries: **unohee.official@gmail.com**
|
| 104 |
+
|
| 105 |
+
### Patent Notice
|
| 106 |
+
|
| 107 |
+
Patent applications covering the core methods of ArtifactNet are pending in Korea (KR)
|
| 108 |
+
and via the Patent Cooperation Treaty (PCT). The CC BY-NC 4.0 license on this ONNX
|
| 109 |
+
inference build does **not** convey any patent rights. Commercial use, even under a
|
| 110 |
+
commercial copyright license, requires a separate patent license. Academic and
|
| 111 |
+
research use within the scope of CC BY-NC 4.0 is permitted without separate patent
|
| 112 |
+
license, consistent with standard research-use exemptions.
|