NVIDIA 發布 Nemotron 3 Diarization:1 億參數開放權重模型,即時分辨 8 位說話者

2026年9月23日 18:17
站內 AI 整理稿

NVIDIA has released Nemotron 3 Diarization, an open-weight speaker diarization model on Hugging Face.It answers one question about any conversation: who spoke when.The 100M-parameter model tracks up to 8 speakers, including when voices overlap.

One checkpoint handles both offline recordings and real-time streaming.Is it deployable?Yes.The weights are released under the OpenMDW License 1.1, which permits commercial use.It runs on Linux through NVIDIA NeMo, using Ampere, Ada Lovelace, Hopper, or Blackwell GPUs.Why Speaker Diarization?

Automatic speech recognition (ASR) gives you the words.It does not tell you who said them.Without attribution, a summarizer cannot tell who made a commitment or who raised an objection.Diarization outputs the time intervals where each speaker is active.

Those timestamps combine with ASR output to produce a speaker-attributed transcript.Meeting tools, call analytics, podcast pipelines, and voice-agent memory all depend on this step.

What Changed From Streaming Sortformer NVIDIA’s earlier Streaming Sortformer checkpoint, diarstreamingsortformer4spk-v2.1, supported 4 speakers.Nemotron 3 Diarization doubles that limit to 8.According to NVIDIA’s announcement, the target is messy multi-party audio where people talk at once.

How the Architecture Works The model accepts 16 kHz, single-channel audio in .wav, .flac, .opus, or .mp3 format.It converts the audio into Mel-spectrogram features with a 10 ms step.The features are stacked by a factor of 8, which produces 80 ms encoder frames.

A 31-layer Transformer encoder with rotary positional embeddings (RoPE) processes those frames.A Conv1D layer then upsamples the predictions back to 10 ms resolution.The output is a [T, 8] tensor of per-speaker activity probabilities.This design handles overlap directly.

If 2 people talk at the same time, 2 channels activate in the same frame.The model follows the Sortformer approach of ordering speakers by arrival time.The first new voice takes channel 1, the next takes channel 2, and so on.

This keeps labels stable across streaming chunks, so the model does not have to re-match speakers to channels for every chunk.Streaming uses 2 memory mechanisms.The Arrival-Order Speaker Cache (AOSC) keeps speaker information from earlier chunks.A FIFO queue supplies recent frame context.

The labels are anonymous, and mapping them to real identities is left to downstream applications.4 Latency Operating Points Input-buffer latency equals (chunk + right context) × 80 ms.The table uses DIHARD III full-set DER and batch-32 compiled throughput from the model card.

ConfigurationBuffer latencyDIHARD III DERRTFx (batch 32, compiled)Offline style30.4 s12.73%15,113×Low latency1.04 s13.18%865×Very low latency0.64 s13.28%579×Ultra-low latency0.32 s13.55%292× This latency excludes compute, networking, and ASR time.

The model can technically run with an 80 ms buffer, but 0.32 s is the lowest recommended setting.Benchmark Results In Voice Arena’s initial Diarization-Bench results, the model ranked first among 12 systems and 17 configurations.The test covered 139 English conversations totaling about 22 hours.

It scored 14.72% DER against 19.3% for the next-ranked system, roughly a 24% relative reduction.NVIDIA notes these results may change once Voice Arena completes its Version 1 evaluation.Against the 4-speaker baseline at 1.04 s latency, DER dropped on all 8 evaluation conditions.

Relative reductions ranged from 9.0% on CALLHOME-Part2 to 65.2% on NOTSOFAR1 MHM.The unweighted mean across the 8 conditions was 41.0%.There is one regression.On 2-speaker CALLHOME at 30.4 s, DER rose from 5.68% to 5.98%.Full-set CALLHOME-Part2 still improved from 10.32% to 9.10%.

Throughput also jumped.At 30.4 s, the model reached 15,113× RTFx versus 2,619× for the baseline.The tests used BF16 on an NVIDIA RTX PRO 5000 with torch.compile().These are batched numbers, not single-stream application latency.

Training Data Training combined about 10,000 hours of real conversations with 82,611 hours of simulated multi-talker mixtures.The mix included real-world multi-speaker audio licensed from David AI.Adding the David AI data cut compound DER from 11.19% to 10.42%.

The licensed source audio for the simulated mixtures spans 21 languages.Getting Started Install NVIDIA NeMo Speech with Python 3.12 or later: Copy CodeCopiedUse a different Browseruv pip install 'nemo-toolkit[asr]' Copy CodeCopiedUse a different Browserfrom nemo.collections.asr.

models import SortformerEncLabelModel diarmodel = SortformerEncLabelModel.frompretrained("nvidia/Nemotron-3-Diarization") diarmodel.eval() segments = diarmodel.diarize(audio=["conversation.wav"], batchsize=1) Output segments take the form start end speaker_id.

To get the words as well, pair the model with Parakeet TDT 0.6B v3 using the ASR integration guide.The live demo Space offers synthetic conversations, a live mic, a multilingual live mic, and audio upload.For production, NVIDIA lists Baseten and DigitalOcean.

On-device support is available through Argmax Pro SDK 3.The model is not yet available through Hugging Face Inference Providers.The model has limits.Recordings with more than 8 speakers can produce missed or misassigned speech.

Heavy noise, reverberation, and far-field capture can also raise error rates.Interactive Explainer (function(){var f=document.getElementById("mtp-n3d-frame");window.addEventListener("message",function(e){if(e.data&&e.data.mtpN3dHeight&&e.source===f.contentWindow){f.style.height=e.data.

mtpN3dHeight+"px";}});})(); Key Takeaways 100M-parameter open-weight model tracks up to 8 overlapping speakers.One checkpoint covers everything from offline (30.4 s) to ultra-low 0.32 s streaming.Ranked #1 on Voice Arena’s initial Diarization-Bench at 14.72% DER.Averages a 41.

0% relative DER reduction versus Streaming Sortformer at 1.04 s.The OpenMDW-1.1 license permits commercial use; the model runs on NVIDIA GPUs through NeMo.Check out the Model Weights, Technical Blog, and Demo.All credit goes to the researcher of this project.

Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter.Wait!are you on telegram?now you can join us on telegram as well.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?

Connect with us The post NVIDIA Releases Nemotron 3 Diarization: A 100M-Parameter Open-Weight Model That Tracks 8 Speakers in Real Time appeared first on MarkTechPost.

Related

相關文章

量子位模型更新

出海Agent“小元AI”入駐騰訊WorkBuddy:找買家寫開發信談生意

米奧蘭特在2026年全球數字貿易博覽會上推出AI出海經營智能體「小元AI」,整合市場洞察、買家分析、內容營銷等能力,並已上架騰訊WorkBuddy平台。該產品採充值加token消耗模式,旨在將AI從工具升級為企業的經營夥伴,協助外貿企業在熟悉的辦公環境中完成買家開發與業務談判。

剛剛
IT之家模型更新

【IT之家開箱】OPPO Watch X3 圖賞:TC4 鈦合金遇上金屬竹節錶帶,寰月鈦更顯精緻

作者:馬卡 責編:馬卡 評論: 9 月 22 日,OPPO Watch X3 手錶正式發佈,建議零售價 2799 元,首銷優惠價 2599 元,國補到手價 2209.15 元。拿到了“寰月鈦”配色,搭配全新的金屬竹節錶帶。整體設計將金屬材質帶來的精緻硬朗,與氟橡膠材質的柔軟親膚結合,在視覺質感與佩戴舒適度之間進行了平衡。

剛剛
IT之家模型更新

危機感拉滿:通用汽車內部每月比拼 AI 使用率

作者:遠洋 責編:遠洋 評論: 9 月 24 日消息,通用汽車(General Motors,GM)的高管們正在人工智能應用方面展開一場“內部競爭”。當地時間週三,通用汽車首席財務官保羅 · 雅各布森(Paul Jacobson)表示,直接向 CEO 瑪麗 · 博拉(Mary Barra)彙報工作的高級管理層,會按照業務職能和部門比較每月的 AI 使用數據。

剛剛
智東西模型更新

DeepSeek被曝衝刺5000億元估值!年化營收達67億

(公眾號:zhidxcom) 作者 | 江宇 編輯 | 李水青 9月24日消息,據外媒The Information今日報道,兩名直接知情人士透露,DeepSeek目前的年化營收運行率已經達到10億美元(約合人民幣67.13億元),較幾個月前不足5億美元的水平翻了一倍以上。 這一最新數據被曝是由DeepSeek創始人兼CEO梁文鋒在近期一次投資者會議上披露。近期模型漲價疊加持續增長的市場需求,共同推動了DeepSeek營收提升。 與此同時,據The Information報道,DeepSeek正在敲定新一輪融資,計劃最晚於今年10月底完成新一輪500億元人民幣融資,目標估值為5000億元人民幣。其上海科創板IPO籌備也在同步推進。 在此之前,DeepSeek今年6月剛剛完成約500億元人民幣融資,投後估值近4000億元人民幣。結合路透社此前報道及企查查平臺信息,在這輪融資中,DeepSeek創始人梁文鋒個人出資200億元人民幣,騰訊出資100億元人民幣,寧德時代出資50億元人民幣。騰訊和寧德時代由此成為DeepSeek最大的外部股東。其股東陣容還包括國智投、網易、京東、正心谷資本、拾象科技、Monolith礪思資本、IDG資本等。 目前,DeepSeek官方API目前有兩款主力模型:旗艦版DeepSeek-V4-Pro-0813和輕量版DeepSeek-V4.1-Flash,二者均採用峰谷分時定價。其中,DeepSeek-V4-Pro自2026年8月17日起高峰時段漲價,而V4.1-Flash於9月10日發佈時進一步降價,較上一代Flash模型同項價格下降約60%。 據The Information報道,此次漲價令DeepSeek客戶使用模型的成本提高至此前的2.3倍至4.5倍。不過,梁文鋒在投資者會議上被曝透露:“漲價並未導致客戶數量下降,用戶需求依然強勁。”

剛剛