An Omnilingual-ASR-Based Speech-LLM System for the 2nd MLC-SLM Challenge

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, quick

Summary

A cascaded diarization-then-recognition system was submitted to Task 1 of the 2nd MLC-SLM Challenge, achieving a macro tcpMER of 29.27% on the Development set and 50.23% on the Evaluation set. This system integrates DiariZen-Large-s80 (WavLM-Large) for segmentation, CAM++ embedding-based two-speaker clustering, and a LoRA-adapted omniASR LLM 7B v2 recognizer, operating without oracle segmentation or speaker labels during testing. The authors highlight two critical engineering decisions: embedding-based speaker clustering significantly outperforms an end-to-end alternative relying solely on ASR turn markers. Additionally, while intended to improve diarization recall, overlap-aware segmentation boosts tcpMER because it transcribes overlapped speech twice, impacting the metric.

Key takeaway

For NLP Engineers developing omnilingual ASR systems, you should prioritize embedding-based speaker clustering over simpler ASR turn marker assignments to improve diarization accuracy. When designing your system, consider integrating LoRA-adapted LLMs like omniASR LLM 7B v2 for robust recognition across diverse languages. Be aware that overlap-aware segmentation, while beneficial for recall, will transcribe overlapped speech twice, potentially affecting your tcpMER metric.

Key insights

A cascaded speech-LLM system for omnilingual ASR leverages embedding-based clustering and LoRA adaptation for robust performance.

Principles

Method

The system uses DiariZen-Large-s80 for segmentation, CAM++ embedding-based two-speaker clustering, and a LoRA-adapted omniASR LLM 7B v2 for recognition, without oracle labels.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.