paper-with-me

Papers

Reinforce-Aligner: Reinforcement Alignment Search for Robust End-to-End Text-to-Speech

2021-06-05 · Hyunseung Chung, Sang-Hoon Lee, Seong-Whan Lee

Text-to-speech (TTS) synthesis is the process of producing synthesized speech from text or phoneme input. Traditional TTS models contain multiple processing steps and require external aligners, which provide attention alignments of phoneme-to-frame sequences. As the complexity increases and efficiency decreases with every additional step, there is expanding demand in modern synthesis pipelines for end-to-end TTS with efficient internal aligners. In this work, we propose an end-to-end text-to-waveform network with a novel reinforcement learning based duration search method. Our proposed generator is feed-forward and the aligner trains the agent to make optimal duration predictions by receiving active feedback from actions taken to maximize cumulative reward. We demonstrate accurate alignments of phoneme-to-frame sequence generated from trained agents enhance fidelity and naturalness of synthesized audio. Experimental results also show the superiority of our proposed model compared to other state-of-the-art TTS models with internal and external aligners.

📄 PDF Abstract BibTeX arXiv:2106.02830

Code (0)

등록된 구현이 없습니다.

Tasks

text-to-speechText to Speech

Similar Papers 제목 키워드 기반

NeMo-Aligner: Scalable Toolkit for Efficient Model Alignment

2024-05-02 · Gerald Shen, Zhilin Wang, Olivier Delalleau, Jiaqi Zeng 외

Aligning Large Language Models (LLMs) with human values and preferences is essential for making them helpful and safe. However, building efficient tools to perform alignment can be challenging, especially for the largest…

modelparameter-efficient fine-tuning

InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model Guidance

2024-01-20 · Pengyu Wang, Dong Zhang, Linyang Li, Chenkun Tan 외

With the rapid development of large language models (LLMs), they are not only used as general-purpose AI assistants but are also customized through further fine-tuning to meet the requirements of different applications. …

BRIDGE: Multimodal-to-Text Retrieval via Reinforcement-Learned Query Alignment

2026-04-08 · Mohamed Darwish Mounis, Mohamed Mahmoud, Shaimaa Sedek, Mahmoud Abdalla 외 arxiv

Multimodal retrieval systems struggle to resolve image-text queries against text-only corpora: the best vision-language encoder achieves only 27.6 nDCG@10 on MM-BRIGHT, underperforming strong text-only retrievers. We arg…

Reinforcement LearningText Retrieval

Third-Party Aligner for Neural Word Alignments

2022-11-08 · Jinpeng Zhang, Chuanqi Dong, Xiangyu Duan, Yuqi Zhang 외

Word alignment is to find translationally equivalent words between source and target sentences. Previous work has demonstrated that self-training can achieve competitive word alignment results. In this paper, we propose …

Language ModelingLanguage ModellingWord Alignment

OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment

2025-03-27 · Hamed Babaei Giglou, Jennifer D'Souza, Oliver Karras, Sören Auer

Ontology Alignment (OA) is fundamental for achieving semantic interoperability across diverse knowledge systems. We present OntoAligner, a comprehensive, modular, and robust Python toolkit for ontology alignment, designe…

Retrieval-augmented Generation