From 4ae3de90e755104ac206a950602e86fcd62ebe5b Mon Sep 17 00:00:00 2001 From: Jinhyeok Yang Date: Fri, 22 May 2026 11:15:09 +0900 Subject: [PATCH] Add RobustSpeechFlow paper citation to README Added a new section for the RobustSpeechFlow paper, including a summary and citation. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b23073f..513fba5 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,22 @@ This paper describes the self-purification technique for training flow matching } ``` +### RobustSpeechFlow: Learning Robust Text-to-Speech Trajectories via Augmentation-based Contrastive Flow Matching + +This paper describes the RobustSpeechFlow technique for improving the robustness and quality of text-to-speech generation by optimizing flow-matching trajectories against data variability + +```bibtex +@misc{yang2026robustspeechflowlearningrobusttexttospeech, + title={RobustSpeechFlow: Learning Robust Text-to-Speech Trajectories via Augmentation-based Contrastive Flow Matching}, + author={Jinhyeok Yang and Hyeongju Kim and Yechan Yu and Joon Byun and Frederik Bous and Juheon Lee}, + year={2026}, + eprint={2605.22083}, + archivePrefix={arXiv}, + primaryClass={cs.SD}, + url={https://arxiv.org/abs/2605.22083}, +} +``` + ## License This project's sample code is released under the MIT License. - see the [LICENSE](https://github.com/supertone-inc/supertonic?tab=MIT-1-ov-file) for details.