model releaseNVIDIA

Nvidia Releases Nemotron 3 Diarization, a Free 100M-Parameter Model That Tracks 8 Speakers in Real Time

TL;DR

Nvidia released Nemotron 3 Diarization, a free 100-million-parameter model that identifies who is speaking in real time across up to eight participants. It leads the VoiceArena Diarization Benchmark v1 with a 14.7% error rate, cutting errors by 41% versus its predecessor.

2 min read
0

What happened

Nvidia released Nemotron 3 Diarization, a freely available AI model that identifies which speaker is talking at any given moment in an audio stream. The model has approximately 100 million parameters, and its weights are available on Hugging Face.

The model can distinguish up to eight speakers in a single conversation and detect overlapping speech, when multiple people talk simultaneously. It works on both pre-recorded audio and live audio streams, according to Nvidia.

Benchmark performance

On the VoiceArena Diarization Benchmark v1, Nemotron 3 Diarization currently ranks first with a Diarization Error Rate (DER) of 14.7%, ahead of the next-best system at 19.3%. Nvidia claims this represents a 41% average error reduction over its predecessor, Streaming Sortformer, across eight test scenarios when using a 1.04-second audio buffer.

The benchmark applies strict scoring: overlapping speech counts toward errors, and even small misalignments at speaker transitions are penalized. Users can configure the audio buffer at four settings, ranging from 30.4 seconds down to 0.32 seconds. Shorter buffers reduce latency but generally increase error rates, and performance degrades further with more speakers, heavy background noise, or reverberation, according to Nvidia.

How it fits into a pipeline

Nemotron 3 Diarization does not transcribe speech itself. It only labels who is speaking and when, using anonymous tags such as "speaker_2" rather than identifying real names. When paired with a speech recognition system like Nvidia's Parakeet, it can produce full transcripts with speaker labels attached to each line of text.

Confirmed facts vs. claims

The parameter count (~100 million), open weight availability, support for up to eight speakers, and the four buffer-length options are confirmed specifications. The 14.7% DER score and the 41% improvement over Streaming Sortformer come from the VoiceArena Diarization Benchmark v1 and Nvidia's own reporting; independent verification across broader datasets has not been published. Pricing is not applicable since the model is free to download and self-host; Nvidia has not disclosed specific hosting or API costs for enterprise deployment.

What this means

Diarization has typically been a bottleneck in transcription pipelines, especially in multi-speaker settings like meetings, call centers, and podcasts, where existing open models often lag well behind proprietary offerings. A 100M-parameter model that tops a public benchmark while remaining small enough to run in real time suggests diarization is becoming cheap and commoditized rather than a premium feature bundled into closed transcription APIs.

For teams building voice AI products, the practical value is in the combination: pairing a lightweight diarization model like Nemotron 3 with an ASR system such as Parakeet gives a full speaker-labeled transcript without licensing a closed end-to-end stack. The tradeoffs are real, though — accuracy drops with more speakers, noisy environments, and shorter buffers, meaning production deployments will need to tune buffer length against latency requirements. The benchmark's strict scoring of overlapping speech also means real-world error rates in noisy, multi-person settings will likely exceed the reported 14.7%.

Related Articles

model release

NVIDIA Releases Nemotron 3 Diarization, a 100M-Parameter Open-Weight Model Ranked #1 on Voice Arena's Diarization-Bench

NVIDIA released Nemotron 3 Diarization, a 100-million-parameter open-weight model that identifies who is speaking and when in audio conversations. It ranked #1 among 17 system configurations on Voice Arena's Diarization-Bench with a 14.72% diarization error rate, supporting up to eight speakers in both live and recorded audio.

model release

NVIDIA Releases Nemotron 3 Diarization, an Open-Weight Speaker ID Model Supporting Up to 8 Speakers

NVIDIA has released Nemotron 3 Diarization, an open-weight speaker diarization model that determines "who spoke when" in audio, supporting both streaming and offline inference for up to eight speakers. The model achieves input buffer latency as low as 80 milliseconds and is available for commercial and non-commercial use.

model release

Alibaba Launches Qwen-Audio-3.1, Cuts AI Audio API Prices by Up to 95 Percent

Alibaba's Qwen team has released Qwen-Audio-3.1, a five-model lineup covering speech recognition, text-to-speech, and real-time voice interaction. Alongside the release, Alibaba cut API pricing by up to 95 percent for ASR, 85 percent for real-time models, and 70 percent for TTS.

research

Nvidia's SoL-Pi Cuts Coding Agent Token Usage by Up to 49% Through Automated Harness Optimization

A new Nvidia research system called SoL-Pi automatically rewrites the control logic of coding agents rather than the underlying model, cutting token usage by up to 49% while keeping performance nearly intact. The approach could shift efficiency gains in AI agents from model-level tricks to harness-level engineering.

Comments

Loading...