Breaking the Quality--Intelligibility Trade-off in Streaming Target Speaker Extraction via Deep-Feature-Anchored Preference Optimization
Summary
Generative streaming models for Target Speaker Extraction (TSE) often face a quality-intelligibility trade-off, where optimizing for one degrades the other. This issue stems from an inappropriate optimization anchor, leading to "reward hacking" that erases content critical for pronunciation. To resolve this, researchers propose two improvements: an enlarged Conformer convolution kernel for richer local spectro-temporal modeling, and a WavLM-anchored Direct Preference Optimization (DPO) fine-tuning strategy. DPO preference pairs are ranked using WavLM cosine similarity, which encodes both phonetic structure and speaker identity, providing a robust optimization anchor. This method achieved a 10.9% relative intelligibility improvement (word error rate from 0.138 to 0.123) under a 560 ms streaming chunk size, with marginal gains in audio quality and speaker similarity.
Key takeaway
For AI Scientists and NLP Engineers optimizing streaming Target Speaker Extraction (TSE) models, recognize that the quality-intelligibility trade-off is often an optimization problem, not an architectural limitation. You should investigate integrating WavLM-anchored Direct Preference Optimization (DPO) and enlarged Conformer convolution kernels into your pipelines. This approach can significantly improve speech intelligibility (e.g., 10.9% relative WER reduction) while maintaining or marginally enhancing audio quality and speaker similarity.
Key insights
The quality-intelligibility trade-off in streaming TSE models arises from optimization anchor choice, not architectural constraints.
Principles
- Optimization anchors are critical for model behavior.
- Reward hacking can systematically degrade content.
- Deep acoustic features resist optimization hacking.
Method
Enlarge Conformer convolution kernels and apply WavLM-anchored Direct Preference Optimization (DPO) fine-tuning, ranking DPO pairs by WavLM cosine similarity.
In practice
- Utilize WavLM for robust feature encoding.
- Implement DPO for preference-based optimization.
- Consider larger convolution kernels for local modeling.
Topics
- Target Speaker Extraction
- Streaming Models
- Deep Preference Optimization
- WavLM
- Speech Intelligibility
- Conformer
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.