HW-TSC’s Submission to the IWSLT 2026 Cross-Lingual Voice Cloning Track
Summary
HW-TSC submitted its approach to the IWSLT 2026 Cross-Lingual Voice Cloning Track, focusing on Chinese and French language tasks. Their core system utilizes the Qwen3-TTS-12Hz-1.7B-Base multilingual model. To address challenges posed by excessively long reference audio and scattered features, HW-TSC developed a sliding-window audio segmentation preprocessing method. This technique continuously splits lengthy audio into standardized short segments, incorporating overlapping redundancy to prevent feature attenuation and maximize timbre information preservation. For selecting the best synthetic results, the submission employs voiceprint recognition, leveraging the Enhanced Context-Dependent Adversarial Time Delay Neural Network (ECAPA-TDNN) with cosine similarity as the primary quantitative evaluation metric to identify the output with the highest timbre similarity.
Key takeaway
For NLP Engineers developing cross-lingual voice cloning systems, you should consider implementing advanced audio preprocessing and output selection. Your systems can overcome challenges with long reference audio by adopting a sliding-window segmentation method to preserve timbre. Furthermore, integrate voiceprint recognition, such as ECAPA-TDNN with cosine similarity, to objectively select the highest quality synthetic voice outputs, thereby enhancing overall cloning accuracy and naturalness.
Key insights
Cross-lingual voice cloning quality can be enhanced by robust audio segmentation and timbre-based output selection.
Principles
- Segment audio with overlapping redundancy to preserve timbre.
- Use voiceprint recognition for optimal timbre similarity selection.
Method
A sliding-window audio segmentation preprocesses long audio into overlapping short segments. Voiceprint recognition via ECAPA-TDNN with cosine similarity selects the highest timbre match.
In practice
- Employ Qwen3-TTS-12Hz-1.7B-Base for multilingual voice cloning.
- Apply ECAPA-TDNN for voiceprint recognition and output selection.
Topics
- Cross-Lingual Voice Cloning
- Audio Segmentation
- Voiceprint Recognition
- ECAPA-TDNN
- Qwen3-TTS
- IWSLT 2026
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.