license: other
language:
- en
- es
- fr
- de
- ru
- zh
metrics:
- roc_auc
pipeline_tag: voice-activity-detection
library_name: nemo
Frame-VAD Multilingual MarbleNet v2.0
Description
Frame-VAD Multilingual MarbleNet v2.0 is a convolutional neural network for voice activity detection (VAD) that serves as the first step for Speech Recognition and Speaker Diarization. It is a frame-based model that outputs a speech probability for each 20 millisecond frame of the input audio.
To reduce false positive errors — cases where the model incorrectly detects speech when none is present — the model was trained with white noise and real-word noise perturbations. During training, the volume of audios was also varied. Additionally, the training data includes non-speech audio samples to help the model distinguish between speech and non-speech sounds (such as coughing, laughter, and breathing, etc.)
This model is ready for commercial use.
License/Terms of Use
GOVERNING TERMS: Your use of this model is governed by the NVIDIA Open Model License Agreement.
Deployment Geography: Global
Use Case: Developers, speech processing engineers, and AI researchers will use it as the first step for other speech processing models.
References:
[1] Jia, Fei, Somshubra Majumdar, and Boris Ginsburg. "MarbleNet: Deep 1D Time-Channel Separable Convolutional Neural Network for Voice Activity Detection." ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2021.
[2] NVIDIA NeMo Toolkit
Model Architecture:
Architecture Type: Convolutional Neural Network (CNN)
Network Architecture: MarbleNet
This model has 91.5K of model parameters
Input:
Input Type(s): Audio
Input Format: .wav files
Input Parameters: 1D
Other Properties Related to Input: 16000 Hz Mono-channel Audio, Pre-Processing Not Needed
Output:
Output Type(s): Sequence of speech probabilities for each 20 millisecond frame
Output Format: Float Array
Output Parameters: 1D
Other Properties Related to Output: May need post-processing, such as smoothing, which reduces sudden fluctuations in detected speech probability for more natural transitions, and thresholding, which sets a cutoff value to determine whether a frame contains speech based on probability (e.g., classifying frames above 0.5 as speech and others as silence or noise).
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
How to Use the Model
The model is available for use in the NeMo toolkit [2], and can be used as a pre-trained checkpoint for inference.
Automatically load the model
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.EncDecFrameClassificationModel.from_pretrained(model_name="frame_vad_multilingual_marblenet_v2.0.nemo")
Perform VAD Inference
python <NEMO_ROOT>/examples/asr/speech_classification/frame_vad_infer.py \
--config-path="../conf/vad" \
--config-name="frame_vad_infer_postprocess.yaml" \
vad.model_path=<Path to .nemo file from which model should be instantiated> \
vad.parameters.shift_length_in_sec=0.02 \
prepare_manifest.auto_split=True \
prepare_manifest.split_duration=7200 \
input_manifest=<Path of manifest file of evaluation data, where audio files should have unique names> \
out_manifest_filepath=<Path of output manifest file>
Software Integration:
Runtime Engine(s):
- NeMo-2.0.0
Supported Hardware Microarchitecture Compatibility:
- [NVIDIA Ampere]
- [NVIDIA Blackwell]
- [NVIDIA Jetson]
- [NVIDIA Hopper]
- [NVIDIA Lovelace]
- [NVIDIA Pascal]
- [NVIDIA Turing]
- [NVIDIA Volta]
Preferred/Supported Operating System(s):
- [Linux]
Model Version(s):
Frame-VAD Multilingual MarbleNet v2.0
Training, Testing, and Evaluation Datasets:
Training Dataset:
Link:
- ICSI (en)
- AMI (en)
- MLS (fr, es)
- MCV7 (de, ru)
- RULS (ru)
- SOVA (ru)
- Aishell2 (zh)
- Librispeech (en)
- Fisher (en)
- MUSAN (noise)
- Freesound (noise)
- Vocalsound (noise)
- Ichbi (noise)
- Coswara (noise)
Data Collection Method by dataset:
- Hybrid: Human, Annotated, Synthetic
Labeling Method by dataset:
- Hybrid: Human, Annotated, Synthetic
Properties:
2600 hours of real-world data, 1000 hours of synthetic data, and 330 hours of noise data
Testing Dataset:
Link:
- Freesound (noise)
- MUSAN (noise)
- Librispeech (en)
- Fisher (en)
- MLS (fr, es)
- MCV7 (de, ru)
- AMI (en)
- Aishell2 (zh)
- CH109 (en)
Data Collection Method by dataset:
- Hybrid: Human, Annotated
Labeling Method by dataset:
- Hybrid: Human, Annotated
Properties:
Around 100 hours of multilingual (Chinese, German, Russian, English, Spanish, French) audio data
Evaluation Dataset:
Link:
Data Collection Method by dataset:
- Hybrid: Human, Annotated
Labeling Method by dataset:
- Hybrid: Human, Annotated
Properties:
Around 182 hours of multilingual (Chinese, English) audio data
Inference:
Engine: NVIDIA NeMo
Test Hardware:
- RTX 5000
- A100
- V100
Performance:
The ROC-AUC performance is listed in the following table. A higher ROC-AUC indicates better performance.
Eval Dataset | ROC-AUC |
---|---|
VoxConverse-test | 96.65 |
VoxConverse-dev | 97.59 |
AMI-test | 96.25 |
Earnings21 | 97.11 |
AISHELL4-test | 92.27 |
CH109 | 94.44 |
AVA-SPEECH | 95.26 |
Ethical Considerations
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards here. Please report security vulnerabilities or NVIDIA AI Concerns here.