Krisp Turn-Taking v2
Technology
This model uses only audio input for End-of-Turn prediction for real-time conversational systems like human-bot interaction. It represents a general improvement over the krisp-viva-tt-v1 across all test cases; it was trained on a better-structured dataset with further enriched data augmentations.
Testing Results
The main advantage of the new krisp-viva-tt-v2 Krisp Turn-Taking model over the previous version is:
- Improved results with noisy audio
- Better accuracy when paired with Krisp background voice and noise removal models
Testing: No Noise
The table below presents evaluation results on ~1800 audio samples extracted from real conversations. The dataset includes ~1000 hold cases and ~800 shift cases, with a mild level of background noise. Although the numerical results show only a small difference between the two versions on this dataset, the accompanying graph indicates that the mean shift prediction time has improved at the same false positive rate.
| Model | Balanced accuracy | AUC | F1 Score |
|---|---|---|---|
| krisp-viva-tt-v1 | 0.82 | 0.89 | 0.804 |
| krisp-viva-tt-v2 | 0.823 | 0.904 | 0.813 |

Another evaluation was conducted on the noisy mixes dataset at noise levels of 5 dB, 10 dB, and 15 dB. Two testing scenarios were considered:
Directly on the noisy mixes dataset
- On the same dataset, after processing through the Krisp BVC Inbound model
- In both cases, the results demonstrate the advantage of krisp-viva-tt-v2 compared to krisp-viva-tt-v1
In both cases, the results demonstrate the advantage of krisp-viva-tt-v2 compared to krisp-viva-tt-v1.
Testing: Using Noisy Dataset
| Model | Balanced accuracy | AUC | F1 Score |
|---|---|---|---|
| krisp-viva-tt-v1 | 0.723 | 0.799 | 0.71 |
| krisp-viva-tt-v2 | 0.768 | 0.842 | 0.757 |

Testing: Using Noisy Dataset After Removing Background Voices And Noises
Testing on the noisy mixes dataset, after applying krisp-viva-tel-v2 background noise and voice removal model
| Model | Balanced accuracy | AUC | F1 Score |
|---|---|---|---|
| krisp-viva-tt-v1 | 0.787 | 0.854 | 0.775 |
| krisp-viva-tt-v2 | 0.816 | 0.885 | 0.808 |

Updated 20 days ago
