iky1e commited on
Commit
7f51d9e
·
verified ·
1 Parent(s): 8446214

Document paper and latest validation results

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -19,6 +19,7 @@ This repository is the default model source for the [`DeepFilterNetCoreML`](http
19
  ## Origin
20
 
21
  - Original project: [Rikorose/DeepFilterNet](https://github.com/Rikorose/DeepFilterNet)
 
22
  - Swift runtime and conversion: [kylehowells/DeepFilterNet-mlx](https://github.com/kylehowells/DeepFilterNet-mlx)
23
  - Conversion script: [`Scripts/Conversion/convert_deepfilternet_to_coreml.py`](https://github.com/kylehowells/DeepFilterNet-mlx/blob/feature/deepfilternet4/Scripts/Conversion/convert_deepfilternet_to_coreml.py)
24
 
@@ -36,7 +37,7 @@ The fixed 30 ms delay is separate from model execution time and application audi
36
 
37
  ## Validation
38
 
39
- The validated Swift streaming path measured 0.999993 correlation to the official PyTorch CLI output. On the development Apple Silicon Mac, steady per-hop Core ML compute was approximately 0.288 ms and the 52.13-second validation clip processed in 1.548 seconds. Performance varies by device and OS.
40
 
41
  ## Swift usage
42
 
 
19
  ## Origin
20
 
21
  - Original project: [Rikorose/DeepFilterNet](https://github.com/Rikorose/DeepFilterNet)
22
+ - Paper: [DeepFilterNet: Perceptually Motivated Real-Time Speech Enhancement](https://arxiv.org/abs/2305.08227)
23
  - Swift runtime and conversion: [kylehowells/DeepFilterNet-mlx](https://github.com/kylehowells/DeepFilterNet-mlx)
24
  - Conversion script: [`Scripts/Conversion/convert_deepfilternet_to_coreml.py`](https://github.com/kylehowells/DeepFilterNet-mlx/blob/feature/deepfilternet4/Scripts/Conversion/convert_deepfilternet_to_coreml.py)
25
 
 
37
 
38
  ## Validation
39
 
40
+ The validated Swift streaming path measured 0.999993 correlation to the official PyTorch CLI output. A fresh end-to-end run from the original stereo source, including Swift downmix/resampling, measured 0.999969 correlation and 42.13 dB signal-to-error ratio. On the development Apple Silicon Mac, unpaced steady per-hop Core ML compute was 0.264 ms and the 52.13-second validation clip processed in 1.494 seconds (34.9x real time). Performance and paced callback latency vary by device, operating system, and concurrent load.
41
 
42
  ## Swift usage
43