Search papers, labs, and topics across Lattice.
The tttAI system was developed for the TSA-ASR task in the SmartGlasses Challenge 2026, focusing on accurate speech recognition from recordings of two-person dialogues and multi-party meetings. Utilizing a cascaded architecture that integrates speaker diarization, overlap detection, and target-speaker extraction, the system effectively handles the complexities of long-form audio with overlapping speech. Achieving a tcpCER of 7.10% in Track 1 and 34.04% in Track 2, the system ranked second overall, demonstrating its robustness in challenging audio environments.
Achieving a remarkable tcpCER of 7.10% for two-person dialogues, the tttAI system showcases a novel approach to tackling overlapping speech in smart-glasses recordings.
This paper presents the tttAI system submitted to the TSA-ASR task of the SmartGlasses Challenge 2026, evaluated on both two-person dialogues (Track 1) and multi-party meetings (Track 2). The task requires time-stamped speaker-attributed speech recognition from smart-glasses recordings. This is particularly challenging due to long-form audio, multiple speakers, and frequent overlapping speech. We proposed a cascaded architecture consisting of speaker diarization, overlap detection, target-speaker extraction, post-processing, and automatic speech recognition. The diarization module extracts features via WavLM-Large, performs frame-wise speaker classification with a Conformer encoder, and then generates global speaker segments through embedding clustering. For overlapped regions, we apply a WeSep-based target-speaker extraction model with ECAPA-TDNN speaker embeddings. When the extraction is unreliable, a dominant-speaker fallback strategy is used. The final system uses FireRedASR2-AED with the first microphone channel. The submitted system has a total parameter count of approximately 1.53B. On Track 1, our system achieves a tcpCER of 7.10%. On Track 2, it achieves a tcpCER of 34.04% and ranks second on the leaderboard.