paper-with-me

Papers

FlowEdit: Associative Memory for Lifelong Pronunciation Adaptation in Flow-Matching TTS

2026-06-18 · Harshit Singh, Ayush Pratap Singh, Nityanand Mathur arxiv

Flow-matching text-to-speech systems achieve remarkable zero-shot quality but remain static after deployment: pronunciation errors on out-of-vocabulary proper nouns persist unless the model is retrained. We introduce FlowEdit, a life-long adaptation framework for frozen flow-matching TTS that learns pronunciation corrections as latent conditioning edits rather than weight updates. When corrective feedback is provided, FlowEdit optimizes a token-level perturbation in the text embedding space, then stores the correction in a Modern Hopfield Network serving as content-addressable episodic memory. At inference, corrections are retrieved via soft attention with a similarity gate, enabling fuzzy morphological matching. On our curated benchmark of 312 multilingual proper nouns across 18 language families, FlowEdit reduces target-word Phoneme Error Rate by 92.7% relative to the zero-shot baseline while maintaining identical general-speech quality. Corrections complete in approximately 15 seconds on a single GPU.

📄 PDF Abstract BibTeX arXiv:2606.20518

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Memory-Augmented Transformers: A Systematic Review from Neuroscience Principles to Enhanced Model Architectures

2025-08-14 · Parsa Omidi, Xingshuai Huang, Axel Laborieux, Bahareh Nikpour 외 arxiv

Memory is fundamental to intelligence, enabling learning, reasoning, and adaptability across biological and artificial systems. While Transformer architectures excel at sequence modeling, they face critical limitations i…

Continual Learning

FAAST: Forward-Only Associative Learning via Closed-Form Fast Weights for Test-Time Supervised Adaptation

2026-05-06 · Guangsheng Bao, Hongbo Zhang, Han Cui, Ke Sun 외 arxiv

Adapting pretrained models typically involves a trade-off between the high training costs of backpropagation and the heavy inference overhead of memory-based or in-context learning. We propose FAAST, a forward-only assoc…

Image Classification

Efficient Meta Lifelong-Learning with Limited Memory

2020-10-06 · EMNLP 2020 11 · ZiRui Wang, Sanket Vaibhav Mehta, Barnabás Póczos, Jaime Carbonell

Current natural language processing models work well on a single task, yet they often fail to continuously learn new tasks without forgetting previous ones as they are re-trained throughout their lifetime, a challenge kn…

Lifelong learningMulti-Task LearningQuestion Answeringtext-classification+1

Episodic Memory in Lifelong Language Learning

2019-06-03 · NeurIPS 2019 12 · Cyprien de Masson d'Autume, Sebastian Ruder, Lingpeng Kong, Dani Yogatama

We introduce a lifelong language learning setup where a model needs to learn from a stream of text examples without any dataset identifier. We propose an episodic memory model that performs sparse experience replay and l…

Continual LearningGeneral ClassificationQuestion Answeringtext-classification+1

Knowledge in Superposition: Unveiling the Failures of Lifelong Knowledge Editing for Large Language Models

2024-08-14 · Chenhui Hu, Pengfei Cao, Yubo Chen, Kang Liu 외

Knowledge editing aims to update outdated or incorrect knowledge in large language models (LLMs). However, current knowledge editing methods have limited scalability for lifelong editing. This study explores the fundamen…

knowledge editing