Modern text-to-speech (TTS) is dominated by autoregressive (AR) codec language models, whose left-to-right decoding brings latency that grows with utterance length, error accumulation along the committed prefix, and an artificial generation order imposed on the Residual Vector Quantization (RVQ) token grid. We propose Luna-TTS Family, diffusion-language-model-based TTS systems pretrained on 1 million hours of speech across Chinese, English, Japanese, and Korean. The family is built by progressive adaptation of a pretrained AR text LLM, from causal to bidirectional and finally to block-causal attention, and comprises two variants sharing a single tokenizer, data pipeline, and 0.6B backbone lineage. Luna-TTS is fully non-autoregressive: it generates the entire RVQ token grid in a fixed number of parallel refinement steps, with zero-shot voice cloning and speech editing arising natively as infilling. Luna-TTS Realtime, derived by continual training, is autoregressive over blocks of 32 codec frames (1.28s) while denoising each block in parallel; it supports KV-cached blockwise generation and incremental audio delivery, achieving an end-to-end RTF of 0.0240 and 41.6 ms local first-block latency under the warmed serving protocol. An annealed fine-tuning stage adds explicit control over emotion and non-verbal vocalizations (NVVs), and a reinforcement-learning stage applies GRPO with policy ratios computed over the realized denoising trajectory. On Seed-TTS-Eval, Luna-TTS achieves the best results on all four metrics among compared open-source and commercial systems (0.73 CER / 79.7 SIM on test-zh, 1.49 WER / 76.8 SIM on test-en); on the harder in-the-wild CV3-Eval, it posts the lowest Mandarin and English error rates in our comparison. Against leading commercial systems, it achieves the best results on most objective, model-based, and human-rated metrics for NVV and emotion control.
Primary: VUI Labs Research
All Institutions: VUI Labs Research
Luna-TTS introduces a scalable, block-diffusion-based TTS framework that achieves state-of-the-art quality and latency by adapting pretrained LLMs through progressive architectural changes and RL post-training, effectively resolving the latency-quality trade-off inherent in previous diffusion TTS systems.
The paper proposes a novel architecture for Text-to-Speech (TTS) by adapting Large Language Models (LLMs) into Diffusion Language Models (dLLMs). Specifically, it introduces a "block-causal" attention mechanism that allows for streaming generation while retaining the parallel denoising benefits of diffusion models. The approach involves a progressive adaptation from causal to bidirectional and finally to block-causal attention on a pretrained AR text LLM. A key technical contribution is the application of Group Relative Policy Optimization (GRPO) directly over the realized denoising trajectory, optimizing for content correctness and speaker similarity. The use of a semantic-distilled RVQ tokenizer where the first codebook is anchored to linguistic content is a significant methodological detail that facilitates the diffusion process. The transition from fully parallel masked diffusion to block-autoregressive diffusion for latency reduction is a well-reasoned engineering solution to a known bottleneck in diffusion-based generation.
The evaluation is comprehensive, covering both objective metrics (CER, WER, SIM) and subjective/human-rated metrics for emotion and non-verbal vocalization (NVV) control. The paper claims state-of-the-art performance on Seed-TTS-Eval and CV3-Eval, outperforming both open-source and leading commercial systems. The inclusion of a "warmed serving protocol" to measure real-time factor (RTF) and first-block latency adds practical relevance to the experimental setup. The comparison against commercial baselines strengthens the claim of production-readiness. However, the specific numerical results are redacted in the provided text, preventing a precise verification of the magnitude of improvement, though the qualitative claims are strong.
The paper provides detailed descriptions of the architecture, including the tokenizer design, the masked diffusion formulation, and the training schedule. The mention of "0.6B backbone lineage" and "1 million hours of speech" provides scale context. However, the specific hyperparameters for the GRPO stage and the exact implementation details of the block-causal attention masking are likely critical for reproduction and may be subject to interpretation. The lack of publicly released code or weights (implied by "none" for URLs) significantly hinders immediate reproducibility for the broader community, although the technical report format suggests a high level of detail.
The primary limitation is the reliance on a specific RVQ tokenizer and the assumption that the semantic anchoring of the first codebook generalizes well across all languages and domains. The block-diffusion approach, while reducing latency, still requires multiple denoising steps per block, which may not be as fast as single-step AR decoding in extreme low-latency scenarios. Furthermore, the complexity of training a diffusion LLM with RL post-training is significantly higher than standard AR TTS training, potentially limiting accessibility. The paper does not extensively discuss the failure modes of the NVV control or the robustness of the emotion conditioning under adversarial text inputs.
This work represents a significant step towards making diffusion-based generative models viable for real-time, production-grade audio applications. By bridging the gap between the quality of diffusion models and the latency requirements of streaming TTS, it expands the toolkit available for developers building voice assistants, gaming NPCs, and accessibility tools. The emphasis on expressive control (emotion, NVVs) aligns with the growing demand for more natural and engaging human-computer interaction. However, the potential for misuse in deepfake generation remains a concern, necessitating robust safety measures in deployment. Luna-TTS introduces a scalable, block-diffusion-based TTS framework that achieves state-of-the-art quality and latency by adapting pretrained LLMs through progressive architectural changes and RL post-training, effectively resolving the latency-quality trade-off inherent in previous diffusion TTS systems.
Omni-modal dialogue models can understand multimodal inputs and synthesize spoken replies, yet their responses remain visually disembodied. We introduce Ex-Omni-2D, an omni-modal dialogue framework that generates a coordinated response comprising text, personalized speech, and reference-conditioned video. Given a multimodal query, reference image, and reference audio, the model predicts a structured Visual Thought Plan (VTP) describing scene, emotion, and motion, followed by response text and native multi-codebook speech units. These units form a shared acoustic-temporal interface: they are decoded into speech and aligned online with video frames. This interface enables the response and avatar pathways to be learned from heterogeneous speech, dialogue, and avatar-video data, avoiding the need for large-scale query--text--speech--video supervision. A full-sequence Video Generator serves as the primary Teacher. For efficient incremental generation, we further distill it into a few-step block-causal Streaming Student whose Prefix Streaming mechanism carries a clean latent across consecutive chunks to reduce cumulative late-chunk degradation. With four-step inference, the complete four-GPU pipeline achieves an end-to-end RTF of 1.293 at 400times720/720times400, providing a practical quality--efficiency operating point.
Primary: The Chinese University of Hong Kong, Shenzhen
All Institutions: The Chinese University of Hong Kong, Shenzhen, LIGHTSPEED, Independent Researcher
[One sentence main contribution]. The paper introduces Ex-Omni-2D, an omni-modal dialogue framework that generates coordinated text, speech, and video responses by decoupling visual intent planning (VTP) and acoustic timing (speech units) to enable efficient training from heterogeneous data sources. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The work is a significant engineering achievement in integrating large language models with speech and video generation for interactive dialogue. Its primary value lies in the system-level design: the VTP interface and the shared acoustic-temporal interface allow for modular training and inference. While not introducing a new foundational model, it effectively demonstrates how to overcome data scarcity in omni-modal dialogue by leveraging structured intermediate representations. The "Prefix Streaming" technique is a notable contribution to the specific problem of autoregressive video generation stability. The paper is well-written, thoroughly evaluated, and addresses a timely and important problem in multimodal AI.
The paper proposes Ex-Omni-2D, a framework for omni-modal dialogue that generates text, speech, and video. The core methodological contribution is the "Visual Thought Plan" (VTP), a structured textual representation of visual intent (scene, emotion, motion) generated by the LLM, and a "native multi-codebook speech unit" interface. The architecture factors the problem: the LLM generates VTP and text; a Speech Generator produces acoustic units; and a Video Generator (based on Wan2.1) synthesizes video conditioned on the reference image, VTP, and frame-aligned speech units. A key technical detail is the "Prefix Streaming" mechanism for the video generator, which attempts to mitigate cumulative degradation in autoregressive video generation by carrying a clean latent from the previous chunk. The approach is a sophisticated integration of existing components (LLM, TTS, Video Diffusion) rather than a fundamental architectural breakthrough in any single modality. The factorization to avoid paired dialogue-video data is a pragmatic engineering solution to a data scarcity problem.
The evaluation covers audio quality (PQ, CU, SIM), video quality (SC, IQ, DD), and synchronization (Sync-C). The paper demonstrates that the Teacher model achieves high quality but is slow, while the Streaming Student offers a trade-off. The ablation studies on VTP and speech conditioning are valuable, showing that the VTP improves subject consistency and synchronization compared to a neutral plan. However, the video quality metrics (SC ~94%, IQ ~67%) are competitive but not state-of-the-art for dedicated video generators, which is expected given the constraints of dialogue-native generation. The audio quality is strong, leveraging recent TTS advances. The evaluation protocol is rigorous, using established benchmarks like VoiceBench and OmniCharacter.
The paper provides detailed descriptions of the architecture, training stages, and hyperparameters. The use of open-source backbones (Qwen3, Wan2.1) facilitates reproduction. The specific "Prefix Streaming" mechanism and data construction pipelines are described in sufficient detail for replication. The project page link suggests code or at least detailed visualizations may be available, though the code repository itself is not explicitly linked in the text provided.
The authors acknowledge several limitations: the speaker similarity is not perfect, the VTP is not independently sufficient for video control (requiring acoustic conditioning), and there is a measurable trade-off between language capability and visual planning in the shared LLM channel. The Streaming Student still has significant latency (first video chunk >3s) and is not real-time. The quality-efficiency trade-off means the fast model is significantly lower quality than the teacher.
This work contributes to the field of embodied AI and virtual humans by providing a framework for generating coherent, multi-modal responses. It addresses the challenge of generating visually present dialogue agents, which has applications in customer service, education, and entertainment. The factorization strategy offers a blueprint for training complex multi-modal systems where paired data is scarce. [One sentence main contribution]. The paper introduces Ex-Omni-2D, an omni-modal dialogue framework that generates coordinated text, speech, and video responses by decoupling visual intent planning (VTP) and acoustic timing (speech units) to enable efficient training from heterogeneous data sources. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The work is a significant engineering achievement in integrating large language models with speech and video generation for interactive dialogue. Its primary value lies in the system-level design: the VTP interface and the shared acoustic-temporal interface allow for modular training and inference. While not introducing a new foundational model, it effectively demonstrates how to overcome data scarcity in omni-modal dialogue by leveraging structured intermediate representations. The "Prefix Streaming" technique is a notable contribution to the specific problem of autoregressive video generation stability. The paper is well-written, thoroughly evaluated, and addresses a timely and important problem in multimodal AI.
Long-form song generation models continue to improve in duration, structural integrity, and acoustic complexity, making reliable aesthetic rewards increasingly important for aligning these models with human preferences. However, reward models for complete songs remain limited, and existing evaluators typically predict scores in a single forward pass without providing readable explanations. We introduce MUSECRITIC, a semi-scalar reward model that generates a natural-language critique covering five aesthetic dimensions and uses it as an intermediate representation to predict continuous reward scores. MUSECRITIC follows a two-stage training pipeline: a teacher model first provides high-quality critiques for supervised fine-tuning, after which the fine-tuned model generates its own critiques for reward learning, mitigating distribution shift between training and inference. On an in-domain test set of 200 SongEval songs, MUSECRITIC reduces macro-averaged mean squared error from 0.2875 to 0.2316 and improves macro-averaged LCC, SRCC, and Kendall's tau to 0.9068, 0.8838, and 0.7178, respectively. On the out-of-domain Music Arena benchmark with 733 preference pairs, it achieves the highest accuracy of 71.35%. Moreover, using MUSECRITIC with GRPO improves Muse-0.6B on all nine aesthetic metrics from SongEval and Audiobox Aesthetics. These results demonstrate that critique-conditioned reward modeling reduces scoring error and provides an effective optimization signal for song generation. The project repository is available at https://github.com/WuqnEl/MuseCritic.
Primary: Fudan University
All Institutions: Fudan University
MuseCritic introduces a critique-conditioned reward modeling framework for long-form song generation, demonstrating that natural-language aesthetic critiques serve as effective intermediate representations for improving score prediction accuracy and enabling successful reinforcement learning alignment.
The paper proposes MuseCritic, a semi-scalar reward model for long-form song generation that integrates natural-language aesthetic critiques as an intermediate representation before predicting continuous scores. The methodology involves a two-stage training pipeline: first, supervised fine-tuning (SFT) of an audio-language model backbone using critiques generated by a powerful external teacher (Gemini-3-Pro) conditioned on expert scores; second, reward learning where the model generates its own critiques (self-generated) to mitigate distribution shift, followed by training a reward head to predict scores conditioned on these self-generated critiques. This "critique-then-score" approach is conceptually sound and aligns with recent trends in LLM-as-a-Judge and reasoning-enhanced reward modeling. However, the novelty is somewhat limited by the reliance on a black-box teacher for data generation and the use of standard LoRA fine-tuning on a large foundation model, rather than proposing a fundamentally new architectural primitive for audio processing.
The experimental evaluation is comprehensive and rigorous. The authors evaluate on in-domain SongEval metrics (MSE, LCC, SRCC, KTAU) and out-of-domain Music Arena preference accuracy. MuseCritic consistently outperforms baselines, including a retrained SongEval (UTMOS) baseline and Gemini-3.1-Pro. Crucially, the ablation studies effectively isolate the contributions of the critique generation, self-generated critiques vs. offline critiques, and SFT initialization. The downstream reinforcement learning experiment using GRPO to optimize Muse-0.6B with MuseCritic as the reward model demonstrates practical utility, showing improvements across multiple aesthetic metrics. The use of deterministic decoding and fixed-prefix evaluation windows adds robustness to the downstream results.
The paper provides detailed implementation details, including hyperparameters, training configurations, and data splitting strategies. The code repository is linked. The use of a specific external teacher (Gemini-3-Pro) for data generation is a potential reproducibility hurdle for others without access to that specific model version, but the prompt templates are provided. The data splitting is clearly defined.
The primary limitation is the computational cost and latency introduced by the autoregressive critique generation step, which makes inference slower than direct score regression. Additionally, the method relies heavily on the quality of the external teacher for initial data generation, which may introduce biases or hallucinations if not properly verified (though the authors claim human verification). The evaluation is somewhat limited to Chinese and English vocal songs, and the generalizability to other genres or languages is not fully explored.
This work contributes to the field of AI-generated content evaluation and alignment. By providing a more interpretable and potentially more accurate reward model for song generation, it facilitates better optimization of generative models via reinforcement learning. This can lead to higher quality AI-generated music and more reliable evaluation benchmarks. The emphasis on interpretable critiques also aligns with the broader goal of making AI systems more transparent and trustworthy. MuseCritic introduces a critique-conditioned reward modeling framework for long-form song generation, demonstrating that natural-language aesthetic critiques serve as effective intermediate representations for improving score prediction accuracy and enabling successful reinforcement learning alignment.
Vocalized audio synthesis, the task of generating audio in which intelligible speech is embedded within an environmental soundscape, underpins applications such as podcast production and video dubbing. Existing Text-to-Audio (T2A) systems either reduce quoted speech to unintelligible vocal murmur or delegate it to a separate TTS model with post-hoc mixing, which forfeits control over when speech occurs and how it interacts with the scene. We present VoxAudio, a causal autoregressive flow matching model that addresses this problem from three complementary aspects. At the architecture level, chunk-wise causal factorization with independent per-chunk noise levels lets audio be emitted through sliding-window streaming inference with KV caching at variable target durations; to enable inference at arbitrary chunk granularities, we further pretrain the model with randomized chunk boundaries. At the preference level, multi-reward Negative-aware FineTuning (NFT) jointly optimizes semantic fidelity, linguistic accuracy, aesthetic quality, and temporal grounding At the data level, to supply the missing supervision for vocal content, we build VoxCorpus, a large-scale corpus whose captions quote the verbatim transcript of embedded speech with time intervals, and VoxBench, an interval-annotated benchmark with a temporal-grounding metric. Experiments on four benchmarks spanning general audio, speech, and unified vocalized audio validate the effectiveness and efficiency of VoxAudio. Our code and demos are available at https://voxaudio.github.io.
Primary: Zhejiang University
All Institutions: Zhejiang University
The paper presents a technically sound approach to streaming audio generation with speech, introducing valuable data and benchmarks. The adaptation of autoregressive flow matching with chunk-wise causal factorization is a meaningful contribution to efficient audio synthesis, and the multi-reward alignment strategy offers a robust path for preference optimization in continuous domains.
The paper proposes VoxAudio, a causal autoregressive flow matching model for vocalized audio synthesis. The core technical contribution lies in adapting flow matching to a streaming, autoregressive setting. Specifically, it employs chunk-wise causal factorization with independent per-chunk noise levels, allowing for sliding-window inference with KV caching. This addresses the train-test gap often seen in causal diffusion/flow models by randomizing chunk boundaries during pretraining. The methodology also includes a multi-reward Negative-aware FineTuning (NFT) stage to align the model with human preferences across semantic, linguistic, aesthetic, and temporal grounding dimensions. The architectural adaptations (causal convolutions, chunk-wise causal attention) are sound and necessary for the stated streaming objective. The integration of NFT for audio generation is a notable extension of recent RLHF techniques to continuous flow-matching domains.
The authors introduce VoxCorpus, a new dataset with verbatim speech annotations and time intervals, and VoxBench, a benchmark with a temporal-grounding metric. Experiments are conducted on four benchmarks. The results claim superiority in speech fidelity and timing precision over baselines. However, the provided text is truncated, preventing a full assessment of the quantitative results (e.g., FAD, UTMOS, WER scores) and ablation studies. The claim of "outperforming current vocalized audio generation baselines" is significant but requires rigorous verification against strong baselines like separate TTS+T2A pipelines or unified models like Dasheng-AudioGen. The introduction of a new benchmark is a strong positive for the community, provided the annotation quality and metric validity are high.
The paper provides a code and demo link. The methodology describes the use of pre-trained components (Universe Audio VAE, T5, Whisper, CLAP), which aids reproducibility. The specific details of the NFT reward weights and the exact implementation of the randomized chunk boundary training are crucial for reproduction and are likely detailed in the full text (which is partially truncated here). The use of standard open-source models for evaluation (Whisper, CLAP) ensures that the evaluation protocol is replicable.
The paper does not explicitly discuss the computational cost of the autoregressive flow matching compared to non-causal diffusion models, which is a significant factor for practical deployment. The reliance on multiple external models (Whisper for WER, CLAP for semantic reward) for NFT introduces potential biases and error propagation. The quality of the VoxCorpus dataset, particularly the accuracy of the "verbatim transcript" and time intervals, is critical and any errors there would limit the model's potential. The truncation of the text prevents assessment of failure cases or specific limitations in handling complex acoustic scenes.
VoxAudio addresses a significant gap in audio generation by enabling intelligible speech within environmental soundscapes, which has applications in podcasting, video dubbing, and immersive media. The release of VoxCorpus and VoxBench provides valuable resources for the community. However, the ability to generate realistic speech in arbitrary contexts raises concerns about misuse for deepfakes or misinformation, although the environmental context may mitigate some immediate risks compared to pure TTS. The paper presents a technically sound approach to streaming audio generation with speech, introducing valuable data and benchmarks. The adaptation of autoregressive flow matching with chunk-wise causal factorization is a meaningful contribution to efficient audio synthesis, and the multi-reward alignment strategy offers a robust path for preference optimization in continuous domains.
Modern text-to-speech (TTS) is dominated by autoregressive (AR) codec language models, whose left-to-right decoding brings latency that grows with utterance length, error accumulation along the committed prefix, and an artificial generation order imposed on the Residual Vector Quantization (RVQ) token grid. We propose Luna-TTS Family, diffusion-language-model-based TTS systems pretrained on 1 million hours of speech across Chinese, English, Japanese, and Korean. The family is built by progressive adaptation of a pretrained AR text LLM, from causal to bidirectional and finally to block-causal attention, and comprises two variants sharing a single tokenizer, data pipeline, and 0.6B backbone lineage. Luna-TTS is fully non-autoregressive: it generates the entire RVQ token grid in a fixed number of parallel refinement steps, with zero-shot voice cloning and speech editing arising natively as infilling. Luna-TTS Realtime, derived by continual training, is autoregressive over blocks of 32 codec frames (1.28s) while denoising each block in parallel; it supports KV-cached blockwise generation and incremental audio delivery, achieving an end-to-end RTF of 0.0240 and 41.6 ms local first-block latency under the warmed serving protocol. An annealed fine-tuning stage adds explicit control over emotion and non-verbal vocalizations (NVVs), and a reinforcement-learning stage applies GRPO with policy ratios computed over the realized denoising trajectory. On Seed-TTS-Eval, Luna-TTS achieves the best results on all four metrics among compared open-source and commercial systems (0.73 CER / 79.7 SIM on test-zh, 1.49 WER / 76.8 SIM on test-en); on the harder in-the-wild CV3-Eval, it posts the lowest Mandarin and English error rates in our comparison. Against leading commercial systems, it achieves the best results on most objective, model-based, and human-rated metrics for NVV and emotion control.
Primary: VUI Labs Research
All Institutions: VUI Labs Research
Luna-TTS introduces a scalable, block-diffusion-based TTS framework that achieves state-of-the-art quality and latency by adapting pretrained LLMs through progressive architectural changes and RL post-training, effectively resolving the latency-quality trade-off inherent in previous diffusion TTS systems.
The paper proposes a novel architecture for Text-to-Speech (TTS) by adapting Large Language Models (LLMs) into Diffusion Language Models (dLLMs). Specifically, it introduces a "block-causal" attention mechanism that allows for streaming generation while retaining the parallel denoising benefits of diffusion models. The approach involves a progressive adaptation from causal to bidirectional and finally to block-causal attention on a pretrained AR text LLM. A key technical contribution is the application of Group Relative Policy Optimization (GRPO) directly over the realized denoising trajectory, optimizing for content correctness and speaker similarity. The use of a semantic-distilled RVQ tokenizer where the first codebook is anchored to linguistic content is a significant methodological detail that facilitates the diffusion process. The transition from fully parallel masked diffusion to block-autoregressive diffusion for latency reduction is a well-reasoned engineering solution to a known bottleneck in diffusion-based generation.
The evaluation is comprehensive, covering both objective metrics (CER, WER, SIM) and subjective/human-rated metrics for emotion and non-verbal vocalization (NVV) control. The paper claims state-of-the-art performance on Seed-TTS-Eval and CV3-Eval, outperforming both open-source and leading commercial systems. The inclusion of a "warmed serving protocol" to measure real-time factor (RTF) and first-block latency adds practical relevance to the experimental setup. The comparison against commercial baselines strengthens the claim of production-readiness. However, the specific numerical results are redacted in the provided text, preventing a precise verification of the magnitude of improvement, though the qualitative claims are strong.
The paper provides detailed descriptions of the architecture, including the tokenizer design, the masked diffusion formulation, and the training schedule. The mention of "0.6B backbone lineage" and "1 million hours of speech" provides scale context. However, the specific hyperparameters for the GRPO stage and the exact implementation details of the block-causal attention masking are likely critical for reproduction and may be subject to interpretation. The lack of publicly released code or weights (implied by "none" for URLs) significantly hinders immediate reproducibility for the broader community, although the technical report format suggests a high level of detail.
The primary limitation is the reliance on a specific RVQ tokenizer and the assumption that the semantic anchoring of the first codebook generalizes well across all languages and domains. The block-diffusion approach, while reducing latency, still requires multiple denoising steps per block, which may not be as fast as single-step AR decoding in extreme low-latency scenarios. Furthermore, the complexity of training a diffusion LLM with RL post-training is significantly higher than standard AR TTS training, potentially limiting accessibility. The paper does not extensively discuss the failure modes of the NVV control or the robustness of the emotion conditioning under adversarial text inputs.
This work represents a significant step towards making diffusion-based generative models viable for real-time, production-grade audio applications. By bridging the gap between the quality of diffusion models and the latency requirements of streaming TTS, it expands the toolkit available for developers building voice assistants, gaming NPCs, and accessibility tools. The emphasis on expressive control (emotion, NVVs) aligns with the growing demand for more natural and engaging human-computer interaction. However, the potential for misuse in deepfake generation remains a concern, necessitating robust safety measures in deployment. Luna-TTS introduces a scalable, block-diffusion-based TTS framework that achieves state-of-the-art quality and latency by adapting pretrained LLMs through progressive architectural changes and RL post-training, effectively resolving the latency-quality trade-off inherent in previous diffusion TTS systems.
Long-form song generation models continue to improve in duration, structural integrity, and acoustic complexity, making reliable aesthetic rewards increasingly important for aligning these models with human preferences. However, reward models for complete songs remain limited, and existing evaluators typically predict scores in a single forward pass without providing readable explanations. We introduce MUSECRITIC, a semi-scalar reward model that generates a natural-language critique covering five aesthetic dimensions and uses it as an intermediate representation to predict continuous reward scores. MUSECRITIC follows a two-stage training pipeline: a teacher model first provides high-quality critiques for supervised fine-tuning, after which the fine-tuned model generates its own critiques for reward learning, mitigating distribution shift between training and inference. On an in-domain test set of 200 SongEval songs, MUSECRITIC reduces macro-averaged mean squared error from 0.2875 to 0.2316 and improves macro-averaged LCC, SRCC, and Kendall's tau to 0.9068, 0.8838, and 0.7178, respectively. On the out-of-domain Music Arena benchmark with 733 preference pairs, it achieves the highest accuracy of 71.35%. Moreover, using MUSECRITIC with GRPO improves Muse-0.6B on all nine aesthetic metrics from SongEval and Audiobox Aesthetics. These results demonstrate that critique-conditioned reward modeling reduces scoring error and provides an effective optimization signal for song generation. The project repository is available at https://github.com/WuqnEl/MuseCritic.
Primary: Fudan University
All Institutions: Fudan University
MuseCritic introduces a critique-conditioned reward modeling framework for long-form song generation, demonstrating that natural-language aesthetic critiques serve as effective intermediate representations for improving score prediction accuracy and enabling successful reinforcement learning alignment.
The paper proposes MuseCritic, a semi-scalar reward model for long-form song generation that integrates natural-language aesthetic critiques as an intermediate representation before predicting continuous scores. The methodology involves a two-stage training pipeline: first, supervised fine-tuning (SFT) of an audio-language model backbone using critiques generated by a powerful external teacher (Gemini-3-Pro) conditioned on expert scores; second, reward learning where the model generates its own critiques (self-generated) to mitigate distribution shift, followed by training a reward head to predict scores conditioned on these self-generated critiques. This "critique-then-score" approach is conceptually sound and aligns with recent trends in LLM-as-a-Judge and reasoning-enhanced reward modeling. However, the novelty is somewhat limited by the reliance on a black-box teacher for data generation and the use of standard LoRA fine-tuning on a large foundation model, rather than proposing a fundamentally new architectural primitive for audio processing.
The experimental evaluation is comprehensive and rigorous. The authors evaluate on in-domain SongEval metrics (MSE, LCC, SRCC, KTAU) and out-of-domain Music Arena preference accuracy. MuseCritic consistently outperforms baselines, including a retrained SongEval (UTMOS) baseline and Gemini-3.1-Pro. Crucially, the ablation studies effectively isolate the contributions of the critique generation, self-generated critiques vs. offline critiques, and SFT initialization. The downstream reinforcement learning experiment using GRPO to optimize Muse-0.6B with MuseCritic as the reward model demonstrates practical utility, showing improvements across multiple aesthetic metrics. The use of deterministic decoding and fixed-prefix evaluation windows adds robustness to the downstream results.
The paper provides detailed implementation details, including hyperparameters, training configurations, and data splitting strategies. The code repository is linked. The use of a specific external teacher (Gemini-3-Pro) for data generation is a potential reproducibility hurdle for others without access to that specific model version, but the prompt templates are provided. The data splitting is clearly defined.
The primary limitation is the computational cost and latency introduced by the autoregressive critique generation step, which makes inference slower than direct score regression. Additionally, the method relies heavily on the quality of the external teacher for initial data generation, which may introduce biases or hallucinations if not properly verified (though the authors claim human verification). The evaluation is somewhat limited to Chinese and English vocal songs, and the generalizability to other genres or languages is not fully explored.
This work contributes to the field of AI-generated content evaluation and alignment. By providing a more interpretable and potentially more accurate reward model for song generation, it facilitates better optimization of generative models via reinforcement learning. This can lead to higher quality AI-generated music and more reliable evaluation benchmarks. The emphasis on interpretable critiques also aligns with the broader goal of making AI systems more transparent and trustworthy. MuseCritic introduces a critique-conditioned reward modeling framework for long-form song generation, demonstrating that natural-language aesthetic critiques serve as effective intermediate representations for improving score prediction accuracy and enabling successful reinforcement learning alignment.
Prompted attribute agreement is widely used as evidence of text-to-music controllability, yet a requested attribute may occur simply because it is already common in the model's output distribution. We introduce a matched counterfactual evaluation that separates target occurrence from instruction-attributable control. Each family contains a neutral input that omits the scored attribute and two otherwise matched inputs that swap the requested target. All three are rendered through frozen native-interface adapters with a shared seed. Applied to global key and beat grouping in three open systems, this design changes the empirical conclusion. ACE-Step 1.5 and Stable Audio 3 Medium exhibit substantial key control, whereas LeVo2 does not. For beat grouping, the same models redirect toward the rare three-beat target, but high four-beat agreement is largely inherited from neutral outputs: Stable Audio 3 produces four-beat grouping in 0.97 of neutral cases but only 0.56 under its explicit four-beat treatment. Off-attribute placebos, external recognizer validation, blind expert annotation, and multi-seed sentinels support the attribution. When targets have unequal output priors, agreement describes what a model produced, while matched neutral and target-swap contrasts test whether the instruction changed it.
Primary: Unknown
All Institutions: Unknown
The paper presents a novel counterfactual evaluation framework that rigorously distinguishes between attribute occurrence and instruction-attributable control in text-to-music models, revealing that high agreement rates often reflect data priors rather than genuine controllability, thereby providing a more accurate and actionable benchmark for the field.
The paper introduces a rigorous counterfactual evaluation framework for text-to-music models, specifically targeting the distinction between "prompted attribute agreement" (mere occurrence) and "instruction-attributable control" (causal influence of the prompt). The core methodological contribution is the "matched neutral--A--B contrast family" design. By generating audio with a neutral prompt (omitting the target attribute) and two treatment prompts (specifying different target values) using a shared seed and frozen adapters, the authors isolate the effect of the instruction from the model's inherent output priors. This approach is statistically sound and addresses a critical flaw in current evaluation practices where high agreement rates may simply reflect the model's bias toward common attributes (e.g., 4/4 time). The metrics proposedโTreatment Agreement, Enhancement ($\Delta$), and Marginโare well-defined and provide a granular view of controllability.
The evaluation is applied to three prominent open systems: ACE-Step 1.5, Stable Audio 3 Medium, and LeVo2. The experiments cover global key and beat grouping. The results are compelling and counter-intuitive to standard benchmarks: while ACE-Step and Stable Audio 3 show strong key control, LeVo2 shows little attributable response. More importantly, for beat grouping, the paper demonstrates that high four-beat agreement in Stable Audio 3 is largely inherited from neutral outputs (0.97 neutral rate), and the explicit instruction actually *decreases* the probability of four-beat grouping (negative $\Delta$). This finding fundamentally changes the empirical conclusion about these models' capabilities. The use of off-attribute placebos, external recognizer validation, blind expert annotation, and multi-seed sentinels adds significant robustness to the claims.
The paper provides extensive details on the experimental setup, including frozen native-interface adapters, specific decoding settings, and seed handling. The authors release a code-and-data package with instantiated cases, prompts, configurations, and analysis code. The use of deterministic seeds and frozen model revisions ensures that the generation process is reproducible. The detailed appendix provides literal renderings of inputs and full provenance, making it highly reproducible.
The evaluation is limited to global key and beat grouping. It does not address local structural edits, modulation, or continuous controls. The neutral contrast necessarily changes the rendered carrier (e.g., omitting a field vs. filling it), which introduces a confound between the absence of the attribute and the change in prompt structure. The authors acknowledge this and use A/B swaps and off-attribute placebos to mitigate it, but a factorial design crossing carrier templates would be stronger. The evaluation is also limited to the specific public interfaces of the models; internal architectural changes that might improve control are not explored.
This work has significant implications for the development and evaluation of generative audio models. By establishing that "agreement" is not sufficient evidence of "control," it provides a new standard for benchmarking. This can guide model developers to focus on improving genuine instruction-following capabilities rather than just aligning with data priors. It also helps practitioners choose models based on their actual controllability profiles (e.g., good at rare targets vs. common targets). The framework is generalizable to other multimodal generation tasks where output priors are strong. The paper presents a novel counterfactual evaluation framework that rigorously distinguishes between attribute occurrence and instruction-attributable control in text-to-music models, revealing that high agreement rates often reflect data priors rather than genuine controllability, thereby providing a more accurate and actionable benchmark for the field.
Generating coherent audio scenes that simultaneously blend speech, music, and sound effects remains a significant challenge. Current approaches typically rely on a disjointed pipeline where a frozen, decoupled text encoder feeds a separate audio decoder, limiting cross-modal optimization and leading to poor speech intelligibility. To overcome these limitations, we introduce MiDashengLM-Gen, an end-to-end framework that couples a pre-trained Large Language Model (LLM) with per-token conditional flow matching for autoregressive, variable-length mixed-audio scene generation. MiDashengLM-Gen represents a first approach for general text-to-audio generation with one end-to-end trained model. Empirical evaluations demonstrate that MiDashengLM-Gen drastically improves speech intelligibility over existing unified models. On the Seed-TTS benchmark, English Word Error Rate (WER) drops from 12.15% to 2.79%, approaching the performance of dedicated Text-to-Speech (TTS) systems (1.24%). Furthermore, the framework extends effectively to multilingual settings, yielding highly competitive multilingual WERs compared to existing baselines. Lastly, the model maintains competitive mixed-audio generation quality on the MECAT benchmark. Code and checkpoints are available at https://github.com/xiaomi-research/midashenglm-gen and https://huggingface.co/mispeech/midashenglm-gen, and the demo page is available at https://xingws.github.io/midashenglm-gen-demo/.
Primary: Xiaomi Inc.
All Institutions: MiLM Plus, Xiaomi Inc., X-LANCE Lab, Shanghai Jiao Tong University
[One sentence main contribution]. MiDashengLM-Gen introduces an end-to-end LLM-based autoregressive framework with per-token flow matching for unified mixed-audio scene generation, achieving state-of-the-art speech intelligibility and competitive mixed-audio quality. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The paper presents a significant step forward in unified audio generation by effectively integrating large language models with continuous flow matching. The key insight regarding the DiT width constraint provides valuable theoretical and practical guidance for training such hybrid architectures. The substantial improvement in speech intelligibility addresses a major bottleneck in previous unified models, making the generated audio more usable for practical applications. While the approach builds on existing components (LLMs, Flow Matching, Tokenizers), the specific integration for variable-length mixed-audio generation is novel and well-validated.
The paper proposes MiDashengLM-Gen, an end-to-end framework for unified audio scene generation (speech, music, sound effects). The core architectural innovation is replacing the frozen text encoder and non-autoregressive diffusion backbone of its predecessor (Dasheng AudioGen) with a pre-trained Large Language Model (Qwen3-1.7B) coupled with per-token conditional flow matching. The method utilizes a structured multi-view captioning approach to decompose audio scenes into semantic views (global, transcript, SFX, music, env, speaker). A key technical contribution is the identification of a convergence prerequisite: the DiT decoder width must strictly exceed the audio latent dimensionality. The approach integrates an audio-text alignment stage to map high-dimensional audio latents into the LLM's token space. While the combination of LLMs and flow matching is not entirely new, applying it to *unified mixed-audio scene generation* with *per-token* flow matching for variable-length output is a distinct methodological shift from previous fixed-length or disjointed pipeline approaches.
The evaluation is comprehensive, covering single-type (AudioCaps, MusicCaps) and mixed-type (MECAT) generation, as well as speech intelligibility (Seed-TTS, multilingual WER/CER). The results show significant improvements in speech intelligibility (WER drop from 12.15% to 2.79% on Seed-TTS) compared to the previous Dasheng AudioGen model. The model maintains competitive performance on mixed-audio metrics (FAD, FD, KL) on MECAT, although it trails dedicated sound-effect models like TangoFlux on pure sound effects, which is acknowledged. The ablation studies effectively validate the necessity of the audio-text alignment stage and the DiT width constraint. The use of standard benchmarks (Seed-TTS, MECAT) ensures fair comparison.
The paper provides detailed implementation details, including model sizes (Qwen3-1.7B, DiT 16 layers), training hyperparameters (batch size, LR, epochs), and data sources. Code and checkpoints are made publicly available via GitHub and Hugging Face, significantly enhancing reproducibility. The description of the structured captioning and the specific flow matching objective is sufficiently detailed for replication.
The authors acknowledge several limitations: variable-length generation is bounded by training data distribution (1-20 seconds); speech intelligibility still trails dedicated TTS systems (especially in low-resource languages); and the model supports only coarse speaker-style control without explicit voice cloning or fine-grained temporal control. The trade-off between mixed-audio coordination and single-source acoustic fidelity (e.g., trailing TangoFlux on sound effects) is also a noted limitation.
This work advances the field of generative audio by demonstrating that LLM-based autoregressive frameworks can effectively handle complex, mixed-audio scene generation with high speech intelligibility. This has significant implications for immersive media, gaming, and film production where coherent multi-source audio is required. The open-source release contributes to the community's ability to build upon unified audio generation models. [One sentence main contribution]. MiDashengLM-Gen introduces an end-to-end LLM-based autoregressive framework with per-token flow matching for unified mixed-audio scene generation, achieving state-of-the-art speech intelligibility and competitive mixed-audio quality. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The paper presents a significant step forward in unified audio generation by effectively integrating large language models with continuous flow matching. The key insight regarding the DiT width constraint provides valuable theoretical and practical guidance for training such hybrid architectures. The substantial improvement in speech intelligibility addresses a major bottleneck in previous unified models, making the generated audio more usable for practical applications. While the approach builds on existing components (LLMs, Flow Matching, Tokenizers), the specific integration for variable-length mixed-audio generation is novel and well-validated.
We present RT-SEMamba, a fully causal speech enhancement (SE) model built upon causal time-frequency Mamba blocks. Unlike Transformer-based architectures that rely on a growing key-value cache, Mamba propagates a fixed-size recurrent state per layer, enabling memory- and bandwidth-efficient long-form inference. We further introduce a progressive knowledge distillation (KD) strategy that compresses an 8-layer teacher into a shallow 1-layer student by jointly distilling complex spectral outputs and intermediate representations. On Voicebank-DEMAND, the 8-layer RT-SEMamba achieves 3.32 PESQ with a 25 ms algorithmic latency constraint, and the distilled 1-layer student improves over a naive 1-layer baseline from 3.06 to 3.18 PESQ while preserving the same steady-state RTF, delivering a 2.75x speedup over the teacher. These results demonstrate that state-space models with progressive KD provide a competitive quality-latency trade-off for real-time SE.
Primary: National Taiwan University
All Institutions: Academia Sinica, National Taiwan University, Kore University of Enna, University of Palermo, NVIDIA
The paper presents RT-SEMamba, a causal Mamba-based speech enhancement model with progressive knowledge distillation, offering a competitive quality-latency trade-off for real-time applications.
The paper proposes RT-SEMamba, a fully causal speech enhancement model utilizing Time-Frequency Mamba (TF-Mamba) blocks. The core methodological contribution lies in adapting the selective state-space model (SSM) architecture for strict real-time streaming, specifically by ensuring causality in the temporal dimension while maintaining bidirectional frequency modeling. The authors introduce a progressive knowledge distillation (KD) strategy to compress an 8-layer teacher into a 1-layer student. This involves distilling both complex spectral outputs (magnitude, phase, complex spectrum) and intermediate feature representations. The methodology is technically sound and addresses a relevant gap in applying Mamba architectures to streaming audio, where memory efficiency is critical. However, the novelty is somewhat incremental; adapting existing SSM blocks for causality and applying standard KD techniques are well-established practices in the field, though their specific combination and tuning for SE are valuable.
The experiments are conducted on the VoiceBank-DEMAND dataset, a standard but relatively small benchmark for SE. The results show that the distilled 1-layer student achieves 3.18 PESQ, outperforming a naive 1-layer baseline (3.06) and approaching the 8-layer teacher (3.32). The paper provides a detailed analysis of the quality-latency trade-off, demonstrating that KD effectively shifts the Pareto frontier. The inclusion of hybrid Mamba-Transformer ablations adds depth to the architectural analysis. However, the evaluation is limited to objective metrics (PESQ, CSIG, etc.) on a single dataset. The lack of subjective listening tests or evaluation on larger, more diverse benchmarks (like DNS Challenge datasets) limits the generalizability of the claims. The comparison with prior works is fair, but the performance gains, while consistent, are modest in absolute terms.
The paper provides sufficient architectural details, including layer configurations, loss functions, and training hyperparameters (e.g., ramp-up steps). The code is promised to be released on GitHub, which enhances reproducibility. The dataset and evaluation protocol are standard, facilitating independent verification. The description of the streaming inference setup, including buffer management, is clear enough for implementation.
The primary limitation is the reliance on the VoiceBank-DEMAND dataset, which may not reflect performance on more challenging, real-world noise conditions or larger-scale training data. The model's performance on unseen, complex acoustic environments is not thoroughly tested. Additionally, the "progressive" nature of the KD is described but the specific scheduling or adaptive mechanisms are standard, limiting the perceived innovation in the distillation strategy itself. The paper does not discuss potential failure modes of the Mamba blocks in handling very long-term dependencies compared to Transformers in the streaming context.
This work contributes to the development of efficient, real-time audio processing systems, which are crucial for accessibility technologies (hearing aids), immersive communications (AR/VR), and edge computing applications. By demonstrating that Mamba-based models can achieve competitive performance with lower latency and memory footprint than Transformers, it encourages the exploration of alternative sequence modeling architectures in audio AI. The open-source release will further facilitate research in this direction. The paper presents RT-SEMamba, a causal Mamba-based speech enhancement model with progressive knowledge distillation, offering a competitive quality-latency trade-off for real-time applications.
Omni-modal dialogue models can understand multimodal inputs and synthesize spoken replies, yet their responses remain visually disembodied. We introduce Ex-Omni-2D, an omni-modal dialogue framework that generates a coordinated response comprising text, personalized speech, and reference-conditioned video. Given a multimodal query, reference image, and reference audio, the model predicts a structured Visual Thought Plan (VTP) describing scene, emotion, and motion, followed by response text and native multi-codebook speech units. These units form a shared acoustic-temporal interface: they are decoded into speech and aligned online with video frames. This interface enables the response and avatar pathways to be learned from heterogeneous speech, dialogue, and avatar-video data, avoiding the need for large-scale query--text--speech--video supervision. A full-sequence Video Generator serves as the primary Teacher. For efficient incremental generation, we further distill it into a few-step block-causal Streaming Student whose Prefix Streaming mechanism carries a clean latent across consecutive chunks to reduce cumulative late-chunk degradation. With four-step inference, the complete four-GPU pipeline achieves an end-to-end RTF of 1.293 at 400times720/720times400, providing a practical quality--efficiency operating point.
Primary: The Chinese University of Hong Kong, Shenzhen
All Institutions: The Chinese University of Hong Kong, Shenzhen, LIGHTSPEED, Independent Researcher
[One sentence main contribution]. The paper introduces Ex-Omni-2D, an omni-modal dialogue framework that generates coordinated text, speech, and video responses by decoupling visual intent planning (VTP) and acoustic timing (speech units) to enable efficient training from heterogeneous data sources. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The work is a significant engineering achievement in integrating large language models with speech and video generation for interactive dialogue. Its primary value lies in the system-level design: the VTP interface and the shared acoustic-temporal interface allow for modular training and inference. While not introducing a new foundational model, it effectively demonstrates how to overcome data scarcity in omni-modal dialogue by leveraging structured intermediate representations. The "Prefix Streaming" technique is a notable contribution to the specific problem of autoregressive video generation stability. The paper is well-written, thoroughly evaluated, and addresses a timely and important problem in multimodal AI.
The paper proposes Ex-Omni-2D, a framework for omni-modal dialogue that generates text, speech, and video. The core methodological contribution is the "Visual Thought Plan" (VTP), a structured textual representation of visual intent (scene, emotion, motion) generated by the LLM, and a "native multi-codebook speech unit" interface. The architecture factors the problem: the LLM generates VTP and text; a Speech Generator produces acoustic units; and a Video Generator (based on Wan2.1) synthesizes video conditioned on the reference image, VTP, and frame-aligned speech units. A key technical detail is the "Prefix Streaming" mechanism for the video generator, which attempts to mitigate cumulative degradation in autoregressive video generation by carrying a clean latent from the previous chunk. The approach is a sophisticated integration of existing components (LLM, TTS, Video Diffusion) rather than a fundamental architectural breakthrough in any single modality. The factorization to avoid paired dialogue-video data is a pragmatic engineering solution to a data scarcity problem.
The evaluation covers audio quality (PQ, CU, SIM), video quality (SC, IQ, DD), and synchronization (Sync-C). The paper demonstrates that the Teacher model achieves high quality but is slow, while the Streaming Student offers a trade-off. The ablation studies on VTP and speech conditioning are valuable, showing that the VTP improves subject consistency and synchronization compared to a neutral plan. However, the video quality metrics (SC ~94%, IQ ~67%) are competitive but not state-of-the-art for dedicated video generators, which is expected given the constraints of dialogue-native generation. The audio quality is strong, leveraging recent TTS advances. The evaluation protocol is rigorous, using established benchmarks like VoiceBench and OmniCharacter.
The paper provides detailed descriptions of the architecture, training stages, and hyperparameters. The use of open-source backbones (Qwen3, Wan2.1) facilitates reproduction. The specific "Prefix Streaming" mechanism and data construction pipelines are described in sufficient detail for replication. The project page link suggests code or at least detailed visualizations may be available, though the code repository itself is not explicitly linked in the text provided.
The authors acknowledge several limitations: the speaker similarity is not perfect, the VTP is not independently sufficient for video control (requiring acoustic conditioning), and there is a measurable trade-off between language capability and visual planning in the shared LLM channel. The Streaming Student still has significant latency (first video chunk >3s) and is not real-time. The quality-efficiency trade-off means the fast model is significantly lower quality than the teacher.
This work contributes to the field of embodied AI and virtual humans by providing a framework for generating coherent, multi-modal responses. It addresses the challenge of generating visually present dialogue agents, which has applications in customer service, education, and entertainment. The factorization strategy offers a blueprint for training complex multi-modal systems where paired data is scarce. [One sentence main contribution]. The paper introduces Ex-Omni-2D, an omni-modal dialogue framework that generates coordinated text, speech, and video responses by decoupling visual intent planning (VTP) and acoustic timing (speech units) to enable efficient training from heterogeneous data sources. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The work is a significant engineering achievement in integrating large language models with speech and video generation for interactive dialogue. Its primary value lies in the system-level design: the VTP interface and the shared acoustic-temporal interface allow for modular training and inference. While not introducing a new foundational model, it effectively demonstrates how to overcome data scarcity in omni-modal dialogue by leveraging structured intermediate representations. The "Prefix Streaming" technique is a notable contribution to the specific problem of autoregressive video generation stability. The paper is well-written, thoroughly evaluated, and addresses a timely and important problem in multimodal AI.
The signal ambiguity of whispered speech drives ASR systems toward two opposing failure modes: failing to capture whispered speech or hallucinatory transcription of noise. This paper introduces the Whisper-Aware LLM, a framework that teaches an Audio-LLM to perceive and react to this uncertainty. Our model develops an intrinsic self-awareness by learning to quantify the physical deficiencies of acoustic signals through targeted self-supervised tasks. This learned uncertainty is then operationalized via a novel Confidence-Fused Decoding mechanism, which provides both high-level instructions and frame-level attention modulation to the LLM decoder. Our experiments confirm the effectiveness of this approach. The model sets a new state-of-the-art on whispered speech with a 17% relative CER reduction on AISHELL6-Whisper. At the same time, it directly addresses the reliability trade-off, with hallucination rates dropping from over 25% to 4.5%.
Primary: Qwen Business Unit of Alibaba
All Institutions: Qwen Business Unit of Alibaba
The paper presents a novel framework for robust whispered speech recognition by integrating self-supervised uncertainty perception into an Audio-LLM, achieving state-of-the-art results and significantly reducing hallucinations.
The paper proposes a "Whisper-Aware LLM" framework that integrates an Uncertainty Perception Module (UPM) into an Audio-LLM (Qwen2-Audio). The core innovation lies in using self-supervised tasksโF0 contour prediction and masked spectrum reconstructionโto quantify signal uncertainty. This uncertainty is then operationalized via a "Confidence-Fused Decoding" mechanism that injects global instruction embeddings and frame-level attention biases into the LLM decoder. The methodology is technically sound and addresses a specific, well-defined problem (whispered speech recognition) with a plausible mechanism for handling signal ambiguity. The use of physics-informed auxiliary tasks (F0 absence) to drive uncertainty estimation is a novel angle compared to standard confidence calibration methods. However, the integration of uncertainty into the attention mechanism via additive bias is a relatively simple modification, and the "self-awareness" claim is somewhat marketing-heavy for what is essentially a multi-task learning setup with a specific decoding strategy.
The experimental evaluation is comprehensive, covering whispered speech (AISHELL6-Whisper, wTIMIT), general ASR (AISHELL-1, LibriSpeech), and a novel "Noise Hallucination Set" to evaluate reliability. The results show significant improvements in CER/WER on whispered speech and a drastic reduction in hallucination rates (from >25% to 4.5%). The ablation studies support the contribution of the UPM and the decoding mechanism. The inclusion of a hallucination metric is a strong point, addressing a critical gap in current ASR evaluations. The comparison against strong baselines (Whisper-v3, Qwen2-Audio, Seed-ASR) is appropriate. The 17% relative CER reduction is a substantial empirical gain.
The paper provides detailed implementation details, including the base model (Qwen2-Audio), UPM architecture (1D-CNN + Transformer), training stages, and hyperparameters (LoRA rank, learning rates). The dataset construction is described, though the "pure noise" collection is less defined. The three-stage training strategy is clearly outlined. However, the code is not released, and some details regarding the "Noise Hallucination Set" creation (source of non-speech sounds) are vague. Reproducibility is moderate to high, assuming access to the base Qwen2-Audio weights and the described datasets.
The paper does not extensively discuss the computational overhead of the UPM or the decoding mechanism during inference. The generalization of the UPM to other types of speech degradation (e.g., heavy noise, reverberation) beyond whispering is not thoroughly explored, although some general ASR results are provided. The reliance on F0 prediction for uncertainty might be less effective for non-tonal languages or speech with very low pitch, though the masked spectrum task helps mitigate this. The "hallucination" metric, while useful, is specific to the authors' curated dataset; broader standard metrics for hallucination in ASR are still evolving.
This work has significant implications for robust speech recognition systems, particularly in low-resource or noisy environments where whispered speech might occur (e.g., libraries, hospitals, late-night settings). By addressing the accuracy-reliability trade-off, it contributes to the development of more trustworthy AI systems. The methodology of using self-supervised uncertainty perception for decoding control could be adapted to other modalities or tasks requiring robustness to signal degradation. The paper presents a novel framework for robust whispered speech recognition by integrating self-supervised uncertainty perception into an Audio-LLM, achieving state-of-the-art results and significantly reducing hallucinations.
Time-aware dense audio captioning (TDAC) aims to generate multiple fine-grained attributes (dense) of the audio with precise time boundaries (time-aware). Existing methods struggle to achieve these two goals and mainly rely on supervised fine-tuning, yielding sub-optimal performance. While reinforcement learning (RL) shows promise, applying it to TDAC faces two main challenges: (1) existing rewards are too coarse to supervise multi-event, multi-attribute, and multi-relation descriptions in a fine-grained manner; and (2) temporal supervision is difficult for free-form captions, where flexible event-time expressions make reliable event-time correspondence challenging. To address these challenges, we propose AudioMap, a novel RL-based TDAC framework, which shifts to a unified cloze-and-choice reward paradigm. Specifically, we introduce the Evidence Sufficiency Reward (ESR) with an asymmetric hierarchical scoring mechanism to promote fine-grained accuracy and descriptive richness across diverse acoustic dimensions. Furthermore, we design the Event-Conditioned Temporal Reward (ECTR) to structurally bind timestamps to event semantics via temporal IoU, accompanied by a dual-curriculum learning strategy to facilitate the training process. Finally, to support this task, we construct the first time-aware fine-grained audio captioning dataset, AudioMapCap-44K, which contains 44K carefully annotated captions. Extensive experiments across diverse benchmarks show that AudioMap achieves state-of-the-art (SOTA) performance among open-source models and delivers competitive or superior results relative to proprietary models. Project page and release updates are available at https://github.com/ryysayhi/AudioMap.
Primary: Kling Team
All Institutions: Kling Team
AudioMap introduces a novel RL-based framework for time-aware dense audio captioning, utilizing a cloze-and-choice reward paradigm to enhance fine-grained semantic coverage and temporal grounding, achieving state-of-the-art results among open-source models.
The paper proposes AudioMap, an RL-based framework for Time-Aware Dense Audio Captioning (TDAC). The core methodological contribution is a shift from coarse scalar rewards to a "cloze-and-choice" paradigm. Specifically, it introduces the Evidence Sufficiency Reward (ESR), which uses a frozen examiner to generate multiple-choice questions about acoustic details, and the Event-Conditioned Temporal Reward (ECTR), which aligns event descriptions with timestamps using temporal IoU. The approach employs Group Relative Policy Optimization (GRPO) with a dual-curriculum strategy (input duration and reward complexity). The methodology is technically sound and addresses specific pain points in dense captioning (lack of fine-grained supervision and temporal grounding). However, the use of cloze tests for reward modeling is not entirely new in the broader LLM literature (e.g., Omni-Cloze), though its application to dense audio captioning with temporal constraints is a novel adaptation. The reliance on a large frozen examiner (Qwen3.6-27B) for reward computation is a significant computational overhead.
The authors construct a new dataset, AudioMapCap-44K, with 44K high-quality captions. Experiments show SOTA performance among open-source models on Omni-Cloze, MMSU, MMAU, and TACOS benchmarks. The results are competitive with proprietary models like Gemini-3.1-Pro. The ablation studies effectively demonstrate the contribution of ESR (semantic coverage) and ECTR (temporal grounding). The user study provides subjective validation. The evaluation is comprehensive, covering semantic, QA-based, and temporal metrics. The comparison with proprietary models is strong.
The paper provides a GitHub link. The methodology describes the training setup (Qwen2.5-Omni initialization, GRPO details, curriculum stages). However, the reliance on proprietary models for dataset construction (Gemini-3.1-Pro, GPT-4.1) and the specific prompt engineering for the cloze question generation might make exact replication difficult without the specific prompts or access to those models. The code release is a positive sign.
The method is computationally expensive due to the need for a large examiner model during RL training. The dataset construction relies heavily on proprietary LLMs, which may introduce biases or limitations in the diversity of the data. The temporal grounding is still dependent on the examiner's ability to extract timestamps, which can be error-prone for concurrent events. The paper does not extensively discuss the failure cases of the temporal reward in complex acoustic scenes.
This work advances the field of audio understanding by enabling more detailed and temporally precise audio descriptions, which is crucial for accessibility, multimedia retrieval, and embodied AI. The dataset AudioMapCap-44K is a valuable resource for the community. The RL-based approach offers a generalizable framework for other dense captioning tasks. AudioMap introduces a novel RL-based framework for time-aware dense audio captioning, utilizing a cloze-and-choice reward paradigm to enhance fine-grained semantic coverage and temporal grounding, achieving state-of-the-art results among open-source models.
Text-to-music generation has advanced rapidly, but current systems still rely primarily on global text prompts, leaving the structural organization of generated music implicit and difficult to inspect, control, or revise before audio generation. To address this issue, we introduce MusicLayout, an explicit intermediate representation for controlling musical structure in text-to-music generation. MusicLayout describes a musical piece as a time-aligned layout of sections, textures, repetitions, variations, and instrument-level arrangements, serving as an interpretable planning layer between textual intent and the generated music. We integrate MusicLayout into a text-to-music framework built on a unified autoregressive formulation, where the model first generates a MusicLayout representation and subsequently predicts audio tokens conditioned on this representation within a single sequence. The resulting MusicLayout can be inspected and modified prior to audio generation, providing a mechanism for layout-level structural control. We evaluate MusicLayout through layout-conditioned generation, layout manipulation experiments, and matched-data ablations, providing evidence that explicit layout planning can improve long-range structural organization and support layout-level control.
Primary: Zhejiang University
All Institutions: Zhejiang University, The Chinese University of Hong Kong, Shandong University, Ant Group
MusicLayout introduces an explicit, time-aligned intermediate representation for controlling musical structure in text-to-music generation, enabling interpretable planning and layout-level control within a unified autoregressive framework.
The paper proposes MusicLayout, an explicit intermediate representation for text-to-music generation. The core methodological contribution is the design of a structured, time-aligned token sequence that describes musical sections, textures, variations, and instrument arrangements. This layout is generated by a unified autoregressive language model (based on ACE-Step 1.5) before audio tokens are predicted. The approach effectively introduces a "planning" layer, analogous to spatial layout planning in image generation, but adapted for the temporal domain of music. The serialization grammar is well-defined, and the integration into the autoregressive sequence is straightforward. However, the novelty is somewhat incremental; it applies a known paradigm (explicit intermediate representation) to a new modality (music) without introducing fundamentally new algorithmic mechanisms for the generation process itself. The reliance on MIDI-synthesized audio for training the layout structure is a significant methodological constraint, as it decouples the structural planning from the acoustic fidelity of the final output.
The evaluation is comprehensive, covering objective metrics (FAD, CLAPScore, PaSST-KL, SSIM, SCM Energy Distance, boundary agreement) and subjective human evaluation. The authors include strong baselines (MusicGen, ACE-Step, Stable Audio) and, crucially, matched-data controls (finetuned ACE-Step without layout, shuffled layout training/inference) to isolate the effect of the explicit planning. The results show that MusicLayout improves structural organization (boundary agreement) and can be manipulated to control structure. However, the acoustic quality metrics (FAD, CLAP) are generally inferior to or comparable with baselines, which the authors attribute to the use of MIDI-synthesized training data. The evaluation on MuChin (real audio) shows a performance drop, highlighting the domain gap. The subjective evaluation supports the claim of improved structural control and text consistency for experienced listeners. The ablation studies are rigorous and help validate the specific contribution of the layout tokens.
The paper provides detailed implementation details, including the model architecture (ACE-Step 1.5 backbone), training settings (batch size, learning rate, GPU count), and the specific datasets used (FreeMIDI, MidiCaps, MuChin). The annotation pipeline for creating MusicLayout from MIDI is described in an algorithmic format. The code for the layout extraction and the model adaptation is not explicitly linked, but the description is sufficient for a competent researcher to reproduce the method. The use of open-source components (FluidSynth, PrettyMIDI, ACE-Step) aids reproducibility.
The primary limitation is the reliance on MIDI-synthesized audio for training the structural planner. This creates a domain gap when evaluating on real audio (MuChin), where performance degrades. The system cannot edit existing audio or regenerate selected regions; it only allows pre-synthesis layout manipulation. The vocabulary for sections, textures, and instruments is closed and may not cover all musical styles or nuances. The quality of the generated layout depends on the text prompt, and if the prompt is ambiguous, the generated layout may not align with the user's intent. The acoustic fidelity is limited by the quality of the MIDI synthesis used in training, although the DiT renderer is frozen and presumably capable of higher quality if trained on better data.
This work contributes to the field of controllable generative AI by demonstrating the value of explicit intermediate representations for complex, structured data like music. It opens up new avenues for human-in-the-loop music creation, where users can plan the structure of a piece before generation. This could lower the barrier to entry for music production and enable more precise artistic control. However, the reliance on MIDI data and the potential for generating low-quality audio from poor MIDI synthesis are practical concerns. The work also raises questions about the generalizability of such explicit planning methods to other domains. MusicLayout introduces an explicit, time-aligned intermediate representation for controlling musical structure in text-to-music generation, enabling interpretable planning and layout-level control within a unified autoregressive framework.
Automated Text-to-Speech (TTS) evaluation methods (Mean Opinion Score (MOS) predictors and Audio Large Language Models (Audio-LLM) judges) are expected to reflect human perception, yet it is unclear how well they capture the distinct aspects of speech that listeners actually perceive. We deconstruct "naturalness" into a linguistically grounded annotation schema spanning 10 distinct perceptual dimensions, and use it to construct the first dimension-level meta-evaluation benchmark for TTS, comprising 860 utterances annotated by trained linguist raters. Results from benchmarking four MOS predictors and four Audio-LLM judges reveal that MOS predictors collapse onto acoustic signal quality, while Audio-LLM judges show selective, prompt-dependent detection that does not generalise across all dimensions. Neither class reliably captures a breadth of linguistically structured speech errors. Our dataset, annotation schema, and evaluation code are publicly released to support more targeted and interpretable TTS evaluation.
Primary: ServiceNow
All Institutions: ServiceNow
This paper introduces a linguistically grounded, dimension-level meta-evaluation benchmark for TTS, revealing significant gaps in the diagnostic capabilities of current MOS predictors and Audio-LLM judges, thereby providing a crucial foundation for more interpretable and targeted speech quality assessment.
The paper proposes a novel meta-evaluation framework for Text-to-Speech (TTS) systems, moving beyond holistic Mean Opinion Score (MOS) predictors. The core methodological contribution is a linguistically grounded annotation schema that deconstructs "naturalness" into 10 distinct perceptual dimensions across word, prosodic, and paralinguistic levels. The authors construct a dataset of 860 utterances with controlled errors introduced via LLM-altered IPA, acoustic manipulation, and API-enforced emotion tags. They then benchmark four neural MOS predictors and four Audio-LLM judges against this human-annotated ground truth. The methodology is rigorous in its construction of a diagnostic benchmark, though the error generation methods (particularly acoustic manipulation) represent upper-bound cases that may not reflect natural system failures. The approach to evaluating Audio-LLMs via varied prompting conditions (schema-guided vs. isolated) is a significant methodological step for understanding model capabilities.
The experimental design is comprehensive, covering a wide range of current state-of-the-art evaluators. The results clearly demonstrate that MOS predictors collapse onto acoustic signal quality rather than linguistic naturalness, and that Audio-LLM judges exhibit selective, prompt-dependent detection capabilities. The use of Krippendorff's alpha to assess inter-annotator reliability adds robustness to the human ground truth. However, the dataset size (860 samples) is relatively small for such a high-dimensional evaluation space, and the reliance on synthetic error injection limits the generalizability of the findings to real-world TTS system outputs. The correlation analysis between automated scores and human labels is well-executed but reveals a significant gap in current technology's ability to diagnose specific linguistic errors.
The paper states that the dataset, annotation schema, and evaluation code are publicly released, which strongly supports reproducibility. The detailed description of the error generation pipeline, including specific tools (Praat, Parselmouth) and model versions (Cartesia Sonic-3, GPT-5), allows for replication of the dataset construction. The clear definition of the 10 dimensions and the binary rating scale facilitates consistent annotation by future researchers.
The primary limitation is the reliance on synthetic errors. Acoustic manipulations (e.g., F0 contour changes, duration scaling) create extreme cases that may not be representative of the subtle, complex errors found in production TTS systems. Additionally, the dataset is limited to English, restricting the generalizability of the schema to other languages with different phonological and prosodic structures. The small sample size per dimension (ranging from 46 to 128) may limit the statistical power of the findings for less common error types. The evaluation of Audio-LLMs is also constrained by the specific prompts tested, and the "black box" nature of these models means the exact reasoning behind their scores remains opaque.
This paper has significant implications for the development and deployment of TTS systems. By providing a diagnostic benchmark, it enables developers to identify specific weaknesses in their models rather than relying on opaque holistic scores. This can lead to more targeted improvements in TTS technology. The release of the dataset and schema also contributes to the broader ML community by providing a standardized resource for evaluating speech quality along linguistically grounded dimensions. This work highlights the current limitations of automated evaluators and underscores the need for more sophisticated models that can understand and diagnose linguistic nuances in speech. This paper introduces a linguistically grounded, dimension-level meta-evaluation benchmark for TTS, revealing significant gaps in the diagnostic capabilities of current MOS predictors and Audio-LLM judges, thereby providing a crucial foundation for more interpretable and targeted speech quality assessment.
Many music datasets contain MIDI notes but lack reliable velocities, defaulting to a constant value. This absence is especially problematic outside the piano domain, as velocity is a core component for expressive rendering, music generation, and performance analysis. This paper studies cross-instrument MIDI velocity estimation in this label-scarce setting. Starting from a piano-trained velocity estimator, we recast target-instrument adaptation as predicting renderer-conditioned velocities whose rendering matches the dynamics of the performance audio. This adaptation can be driven by either differentiable synthesizers (Diff-Synth) or our proposed differentiable SoundFont proxies (Diff-SFProxy). We highlight the Diff-SFProxy: it supervises velocity through note-wise, loudness-related acoustic parameters rather than waveform reconstruction, focusing gradients on velocity-dependent behavior. Experiments on piano and guitar show that Diff-SFProxy is effective for cross-instrument MIDI velocity estimation, while waveform-domain Diff-Synth degrades performance.
Primary: University of Western Australia
All Institutions: University of New South Wales, University of Western Australia
The paper presents a robust and innovative solution to cross-instrument MIDI velocity estimation by introducing a differentiable SoundFont proxy that leverages perceptual loudness parameters for gradient-based adaptation, effectively overcoming the limitations of waveform-based methods in label-scarce settings.
The paper proposes a novel framework for cross-instrument MIDI velocity estimation in label-scarce settings. The core innovation is the "Diff-SFProxy," a differentiable proxy that maps MIDI note events to loudness-related acoustic parameters (Pitch-conditioned Harmonic Energy and Onset-window Spectral Flux) derived from SoundFont renders. This allows gradient-based adaptation of a piano-trained velocity estimator (VeloEst) to target instruments (guitar) without requiring ground-truth velocity labels. The methodology effectively addresses the "gradient mismatch" problem inherent in waveform-based differentiable synthesis (Diff-Synth), where timbral and room-acoustic mismatches dominate the loss landscape. The use of perceptual loudness metrics (Bark-scale specific/total loudness) for evaluation is a strong methodological choice, aligning the objective with the perceptual goal of velocity estimation.
The experimental design is rigorous and well-structured. The authors include a critical "velocity-recovery diagnostic" on synthetic audio to verify that the Diff-SFProxy gradients point in the correct direction, which is essential for trusting the adaptation process. The evaluation on real-world datasets (MAESTRO, SMD, GAPS, FL) demonstrates that Diff-SFProxy significantly outperforms both flat-velocity baselines and zero-shot transfer. Crucially, it shows that Diff-Synth often degrades performance on guitar, validating the paper's central hypothesis that parameter-space supervision is superior to waveform-space supervision for this specific task. The ablation studies on segment length and loss components further strengthen the findings.
The paper provides substantial implementation details, including FFT settings, optimizer hyperparameters, and architecture specifications for the Transformer proxy. The code is explicitly linked via GitHub. The use of standard datasets (MAESTRO, GAPS) and public SoundFonts enhances reproducibility. The description of the training protocol, including the mixture sampler and caching strategy, is clear enough for replication.
The approach relies on the availability of a suitable SoundFont for the target instrument, which requires manual selection or future automation. The recovered velocities are "renderer-conditioned," meaning they are optimal for the specific SoundFont used, not necessarily the canonical physical velocity of the performance. The method is currently limited to instruments with available SoundFonts and may struggle with complex polyphony or instruments with significant inharmonicity not captured by the proxy. The evaluation is limited to piano and guitar; generalization to other instruments (violin, wind) is speculative.
This work addresses a significant bottleneck in symbolic music processing: the lack of expressive velocity data for non-piano instruments. By enabling label-scarce adaptation, it facilitates the creation of more expressive MIDI representations for music generation, analysis, and education. The Diff-SFProxy framework could be extended to other expressive parameters (e.g., pedal, bow pressure), potentially enriching the symbolic music domain. The paper presents a robust and innovative solution to cross-instrument MIDI velocity estimation by introducing a differentiable SoundFont proxy that leverages perceptual loudness parameters for gradient-based adaptation, effectively overcoming the limitations of waveform-based methods in label-scarce settings.
Recent advances in speech synthesis and audio generation have made high-fidelity acoustic forgery low-cost and difficult to attribute, enabling a realistic attack scenario in which speech and background audio are independently manipulated over otherwise authentic video. Yet existing research either focuses on visual manipulation, addresses speech detection in isolation, or conflates speech and non-speech audio as a single undifferentiated audio stream, overlooking the distinct forensic challenges posed by background audio. This conflation is consequential: the two acoustic components arise from fundamentally different generative mechanisms, exhibit distinct artifact profiles, and pose different challenges to detection systems. We introduce MADBench, the first benchmark that treats speech and environmental audio as distinct acoustic components, enabling component-aware evaluation of audio deepfake detection across independently manipulated forgery sources. We benchmark representative state-of-the-art detectors and multimodal large language models under a unified protocol. Our experiments reveal that environmental audio manipulation is more detectable than synthetic speech across general-purpose encoders, while existing pretrained detectors fail on both acoustic components, and manipulated environmental audio asymmetrically degrades speech deepfake detection, findings entirely invisible under the single-label paradigm of prior benchmarks. MADBench establishes a rigorous foundation for future research into robust, component-aware audio deepfake detection.
Primary: Unknown
All Institutions: Unknown
The paper introduces MADBench, a novel benchmark for component-aware audio deepfake detection that disentangles speech and environmental audio manipulation, providing rigorous evaluation protocols and insightful findings on detector behavior and cross-component interference.
The paper proposes MADBench, a novel benchmark for audio deepfake detection that disentangles speech and environmental audio components. The methodology involves a rigorous pipeline: source video separation using MossFormer2, generation of fake speech via TTS/VC models (F5-TTS, SeedVC, etc.), and generation of fake environmental audio via Text-to-Audio and Video-to-Audio models (AudioLDM2, MMAudio, etc.). A key methodological contribution is the introduction of a "scene-consistency" axis (matched vs. mismatched environmental audio) and the evaluation of cross-component interference. The approach is technically sound, addressing a genuine gap in existing benchmarks which often conflate audio modalities or focus solely on speech. However, the novelty is somewhat tempered by the fact that the core components (separation, TTS, TTA) are established techniques; the innovation lies primarily in the specific combination and the evaluation protocol rather than a new algorithmic breakthrough.
The experimental evaluation is comprehensive. The authors benchmark a wide range of models: pretrained AV detectors (AVH-Align, etc.), frozen AV encoders (ImageBind, PE-AV, CAV-MAE), and zero-shot Omni models (Qwen2.5-Omni, MiniCPM-o). They evaluate across multiple protocols (Binary, 4-way, Component-level, Scene-consistency). The results are insightful: they find that environmental audio manipulation is easier to detect than speech, and that fake environmental audio can obscure speech detection (cross-component interference). They also find that frozen AV encoders perform surprisingly well, often better than task-specific detectors, and that video input does not consistently improve manipulation detection but helps with scene consistency. The analysis is thorough, including ablation studies on input modality and scene consistency. The statistical reporting (AUC, EER) is appropriate.
The paper provides detailed descriptions of the dataset construction, including the source dataset (AVSpeech), the separation model (MossFormer2), the specific generation models used, and the quality control steps. The split strategy (7:1:2) and the balancing of generation settings are described. However, the paper does not provide a public link to the dataset or code in the text provided (URLs are "none"). The use of proprietary or hard-to-access models (e.g., specific checkpoints of F5-TTS, SeedVC, etc.) might pose reproducibility challenges for the exact generation pipeline, although the models themselves are generally available. The detailed protocol allows for reasonable reproducibility of the evaluation framework.
The paper acknowledges that the visual stream is held fixed, which limits the study to audio manipulation detection in authentic video. It does not address scenarios where both audio and video are manipulated. The dataset size (1,892 clips) is relatively small for deep learning benchmarks, which might limit the generalizability of the findings, especially for complex multimodal models. The reliance on automatic scene classification (Qwen2.5-VL) for taxonomy construction introduces potential noise, although manual verification was performed. The performance of zero-shot models is limited, which is expected but highlights the current gap in multimodal reasoning for forensic tasks.
This paper has significant broader impact. By providing a benchmark that reflects a realistic attack scenario (independent manipulation of speech and background), it enables more robust development of deepfake detection systems. The findings that environmental audio manipulation is easier to detect and can interfere with speech detection have practical implications for security and forensics. The benchmark will likely spur research into more robust, component-aware detection models. It also highlights the limitations of current zero-shot multimodal models in forensic reasoning, guiding future research directions. The paper introduces MADBench, a novel benchmark for component-aware audio deepfake detection that disentangles speech and environmental audio manipulation, providing rigorous evaluation protocols and insightful findings on detector behavior and cross-component interference.
Neural speech codecs face a fundamental tension in the language-model era: tokens that support high-fidelity reconstruction are not necessarily easy for autoregressive models to predict. Our controlled analysis of diverse codec and self-supervised speech representations shows that clearer phoneme structure before discrete code assignment is consistently associated with easier autoregressive token prediction. Yet phoneme structure alone is insufficient for high-fidelity reconstruction, which also requires reconstruction-relevant acoustic detail. Guided by this observation, we introduce ReLMCodec, a low-bitrate single-codebook speech codec built upon a preserve--control--refine principle: it preserves the linguistic organization of frozen self-supervised learning (SSL) features at the quantizer input, controls reconstruction-driven drift through Pre-quantization Anchor-Preserving Adaptation (PAPA), and refines the quantized latent space with a training-only WavLM-Large L24 teacher to reduce phoneme-level token fragmentation. Together, these components allow acoustic detail to support waveform reconstruction while keeping the resulting token sequence predictable for autoregressive models. At 650 and 800 bps, ReLMCodec moves the empirical single-stream predictability--reconstruction frontier in our evaluations, with gains that carry over to downstream text-to-speech (TTS) synthesis in both intelligibility and speaker similarity.
Primary: Peking University
All Institutions: Peking University, Tencent
[One sentence main contribution]. ReLMCodec introduces a novel single-codebook speech codec that leverages a frozen SSL anchor and residual adaptation to preserve phoneme structure, significantly improving the predictability of speech tokens for autoregressive models while maintaining high reconstruction fidelity. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The paper makes a significant technical contribution by identifying and addressing the tension between reconstruction quality and token predictability in neural speech codecs. The diagnostic study providing empirical evidence linking pre-quantization phoneme structure to token predictability is a valuable insight for the community. The proposed ReLMCodec architecture, particularly the PAPA mechanism, offers a practical and effective solution to this problem. The comprehensive evaluation, including both reconstruction metrics and downstream TTS performance, strongly supports the claims. The work is well-written, clearly motivated, and technically rigorous. It represents a solid advancement in the field of speech tokenization for LLM-based generation.
The paper proposes ReLMCodec, a single-codebook speech codec designed to optimize the trade-off between waveform reconstruction quality and autoregressive token predictability. The core methodological contribution is the "preserve--control--refine" principle. It preserves linguistic structure by anchoring the quantizer input to frozen W2v-BERT 2.0 features. It controls reconstruction drift via Pre-quantization Anchor-Preserving Adaptation (PAPA), which adds a scaled residual correction to the anchor rather than learning the full representation. It refines the latent space using a training-only WavLM-Large teacher to reduce phoneme-level fragmentation. The approach is technically sound and addresses a specific, well-defined problem in the intersection of speech coding and LLM-based generation. The use of a frozen SSL anchor to maintain phoneme structure while allowing acoustic detail to be learned via a residual path is a clever and effective architectural choice.
The experimental evaluation is comprehensive. The authors conduct a controlled diagnostic study across 24 different codec and SSL representations, establishing a strong correlation between pre-quantization phoneme structure (measured by KNN accuracy) and token predictability (P-ACC/P-PPL). This diagnostic provides a strong theoretical grounding for the design choices. The end-to-end results on LibriSpeech show that ReLMCodec achieves state-of-the-art performance at low bitrates (650/800 bps) in terms of WER, PESQ, and speaker similarity compared to baselines like X-Codec2, FocalCodec, and SemantiCodec. The downstream TTS evaluation further validates the utility of the tokens, showing improved intelligibility and speaker similarity. The ablation studies effectively isolate the contributions of PAPA and the JMAS refinement loss.
The paper provides detailed descriptions of the architecture, training objectives, and evaluation protocols. The appendix includes extensive details on the probing protocol, baseline configurations, and statistical methods. The code release statement indicates that checkpoints and scripts will be available upon acceptance. The use of standard datasets (LibriSpeech) and metrics (WER, PESQ, UTMOS) enhances reproducibility. The matched probing protocol is particularly well-documented, allowing other researchers to replicate the diagnostic analysis.
The study is limited to English speech (LibriSpeech). The analysis of phoneme structure relies on forced alignment (MFA), which may not be robust to noisy or out-of-domain data. The teacher selection is limited to W2v-BERT and WavLM; the generalizability to other SSL models is not explored. The paper acknowledges that multilingual and noisy settings are future work. Additionally, the reliance on a training-only teacher adds complexity to the training pipeline, although it does not affect inference cost.
ReLMCodec contributes to the development of efficient and predictable speech tokenizers, which are critical for the advancement of end-to-end speech generation models based on LLMs. By improving the predictability of tokens, it may facilitate the training of smaller, more efficient speech LLMs. The insights gained from the diagnostic study could inform the design of future speech representations. The work has positive implications for the field of audio AI, promoting more efficient and linguistically aware speech processing. [One sentence main contribution]. ReLMCodec introduces a novel single-codebook speech codec that leverages a frozen SSL anchor and residual adaptation to preserve phoneme structure, significantly improving the predictability of speech tokens for autoregressive models while maintaining high reconstruction fidelity. [Comprehensive analysis of the technical contribution, methodology, and significance to the field]. The paper makes a significant technical contribution by identifying and addressing the tension between reconstruction quality and token predictability in neural speech codecs. The diagnostic study providing empirical evidence linking pre-quantization phoneme structure to token predictability is a valuable insight for the community. The proposed ReLMCodec architecture, particularly the PAPA mechanism, offers a practical and effective solution to this problem. The comprehensive evaluation, including both reconstruction metrics and downstream TTS performance, strongly supports the claims. The work is well-written, clearly motivated, and technically rigorous. It represents a solid advancement in the field of speech tokenization for LLM-based generation.
India's linguistic landscape spans over 700 languages and thousands of dialects, yet the vast majority of automatic speech recognition (ASR) systems support only a small fraction of this diversity. We present SraVaani-1.0, a multilingual ASR model covering 65 Indian languages and dialects, many of which currently have no publicly available or competing ASR system. SraVaani-1.0 is built on a FastConformer architecture and trained from scratch through a three-stage pipeline.In the first stage, we perform self-supervised pretraining on 31,255 hours of unlabelled speech from the VAANI corpus using a contrastive learning objective. In the second stage, we introduce an audio-image representation alignment stage that leverages the paired images and speech available in the VAANI corpus. This multimodal alignment encourages the speech encoder to learn semantically richer representations by exploiting the relationship between visual context and spoken content, thereby improving downstream recognition, particularly for low-resource languages.In the final stage, the aligned encoder is fine-tuned end-to-end using a Hybrid Token-and-Duration Transducer (TDT)-CTC decoder on 31,263 hours of labelled multilingual Indian speech compiled from 24 public datasets spanning 65 languages and dialects. We evaluate SraVaani-1.0 against three state-of-the-art multilingual ASR systems across eight benchmarks. SraVaani-1.0 achieves the lowest word error rate (WER) on a large number of language-dataset pairs while remaining competitive with the best-performing systems on high-resource languages.Most importantly, it is the only open-source evaluated model that provides transcription capability for multiple low-resource and tribal Indian languages, which are assessed exclusively on the VAANI benchmark.
Primary: Indian Institute of Science (IISc)
All Institutions: Indian Institute of Science (IISc), SPIRE Lab, ARTPARK@IISc
SraVaani-1.0 is a significant contribution to the field of multilingual speech recognition, particularly for low-resource Indian languages, by demonstrating the effectiveness of a three-stage pipeline combining self-supervised learning, audio-image alignment, and supervised fine-tuning, and by providing the first open-source ASR system with broad coverage of India's linguistic diversity.
The paper proposes a three-stage training pipeline for a multilingual ASR system. Stage 1 involves self-supervised contrastive pretraining on a large corpus of unlabelled Indian speech. Stage 2 introduces a novel audio-image representation alignment stage, leveraging paired audio and images from the VAANI corpus to inject semantic context into the speech encoder using a SigLIP-style contrastive loss. Stage 3 is supervised fine-tuning using a Hybrid Token-and-Duration Transducer (TDT)-CTC decoder. The methodology is technically sound and follows established practices in self-supervised learning (wav2vec 2.0 style) and multimodal alignment (SigLIP). The specific novelty lies in the application of audio-image alignment to improve low-resource ASR performance, which is a creative use of available multimodal data. However, the core components (FastConformer, TDT, SigLIP) are not new; the contribution is primarily in the system design and data curation for a specific linguistic domain.
The evaluation is comprehensive, covering 65 languages and comparing against strong baselines (Gemini 3 Flash, Sarvam Saaras v3, IndicConformer). The use of multiple benchmarks (CommonVoice, FLEURS, etc.) provides a robust assessment of generalization. The results demonstrate that SraVaani-1.0 achieves state-of-the-art performance on many languages, particularly those with limited prior support. The inclusion of 44 languages with no competing ASR systems is a significant empirical contribution. The analysis of the coverage-accuracy trade-off is insightful. However, the WERs on some low-resource languages are quite high (e.g., Nyishi 93.9%), indicating that while the model is the best available, it is not yet production-ready for all target languages. The evaluation is limited to in-domain data (VAANI), which the authors acknowledge as a limitation.
The paper provides detailed implementation details, including model architecture, hyperparameters, training schedules, and data preprocessing steps. The use of standard frameworks (NVIDIA NeMo, PyTorch Lightning) and public datasets enhances reproducibility. The model weights are made available on Hugging Face, which is a strong positive for reproducibility and community impact. The codebase is not explicitly mentioned as open-source, but the model weights are.
The authors openly discuss several limitations: lack of support for Urdu and Kashmiri in fine-tuning, issues with code-switched speech transcription, lack of text normalization, unreliable language identification, and significant variance in data availability across languages. The evaluation is also limited to in-domain data, which may not reflect real-world performance on out-of-domain speech. The high WERs on very low-resource languages highlight the current limits of the approach.
This work has significant potential impact on digital equity in India by providing ASR capabilities for a vast number of underrepresented languages and dialects. This can facilitate access to government services, education, and healthcare for rural and tribal communities. The open-source release of the model promotes further research and development in low-resource NLP and speech technologies. The approach of leveraging multimodal data for ASR improvement could be applicable to other domains and languages. SraVaani-1.0 is a significant contribution to the field of multilingual speech recognition, particularly for low-resource Indian languages, by demonstrating the effectiveness of a three-stage pipeline combining self-supervised learning, audio-image alignment, and supervised fine-tuning, and by providing the first open-source ASR system with broad coverage of India's linguistic diversity.
LLM-based full-duplex voice services allow users to speak while the assistant is responding. Because servers can generate output and advance dialogue state faster than clients can play it, subsequent user speech may be interpreted based on content the user never heard. We call this failure Generative Context Mis-anchoring (GCM). To address GCM issues, we present PACE, a provider-independent middleware layer that anchors model-facing context to the client playback boundary, a system-observable proxy for what the user could have heard. After an interruption, PACE repairs this context to exclude assistant content that never reached playback, while preserving low-latency generation across heterogeneous voice runtimes. We implement PACE's audio-only projection path end to end in a browser-based realtime voice assistant using a black-box speech model, without modifying the model service. We also construct GCM-Bench, a new controlled benchmark dataset of 108 playback-relative referent-anchoring cases. On GCM-Bench, PACE raises Referent Anchoring Accuracy from 25.0% to 96.3% over a cancellation-only baseline. On 200 Full-Duplex-Bench v1 interruption samples, it preserves interruption response quality. These results show that grounding model-facing context in actual playback is a practical way to maintain consistency in full-duplex voice dialogue.
Primary: Alibaba Group
All Institutions: Alibaba Group
The paper presents a practical systems solution for context misalignment in full-duplex voice LLMs, demonstrating significant accuracy improvements on a new benchmark through playback-aware context repair.
The paper introduces PACE, a middleware layer designed to solve "Generative Context Mis-anchoring" (GCM) in full-duplex voice LLM systems. The core innovation is decoupling the model's internal dialogue state from the client's actual playback boundary. By tracking audio samples rendered to the user, PACE identifies which assistant content was actually heard. Upon interruption, it "repairs" the context by revoking unplayed content before passing the user's input to the model. This is a systems-level architectural contribution rather than a novel algorithmic or modeling breakthrough. The approach is pragmatic, leveraging existing APIs (like OpenAI's item truncation) but providing a generalized abstraction for state management across heterogeneous runtimes. The methodology is sound for its specific problem domain but relies on standard software engineering patterns (state tracking, event handling) rather than new machine learning techniques.
The authors evaluate PACE using two benchmarks. First, GCM-Bench, a new dataset of 108 cases specifically designed to test referent anchoring accuracy. PACE improves accuracy from 25.0% to 96.3% compared to a baseline that only cancels generation without context repair. This is a significant and clear improvement, demonstrating the necessity of context repair. Second, they evaluate on 200 samples from Full-Duplex-Bench v1, showing that PACE preserves interruption response quality (mean score 4.975 vs 4.995). The evaluation is relevant and directly addresses the proposed problem. However, the GCM-Bench is small (108 cases) and likely synthetic or narrowly curated, which limits the generalizability of the accuracy claims. The latency impact is mentioned but not deeply quantified in terms of added overhead, which is critical for real-time voice systems.
The paper provides a link to a GitHub repository for the GCM-Bench dataset. The implementation is described as a browser-based middleware. While the code for the benchmark is available, the full source code for the PACE middleware itself is not explicitly linked in the provided text (only the benchmark repo is cited). The description of the "audio-only projection path" is detailed enough for a systems researcher to replicate the logic, but the exact integration with specific black-box models might require additional inference. The use of a standardized benchmark (FDB v1) aids in reproducibility of the interruption quality metrics.
The primary limitation is the scope of the evaluation. GCM-Bench is small and potentially lacks the diversity of natural conversation nuances found in larger, open-domain datasets. The paper focuses on a "black-box" projection path; while this is a strength for portability, it may not achieve the same precision as a system with deep access to internal model states (like KV-cache truncation), which the paper acknowledges but does not benchmark against in terms of ultimate accuracy ceiling. Additionally, the paper does not extensively discuss the computational overhead of the middleware itself, which could be non-trivial in high-concurrency scenarios. The assumption that playback boundary is a perfect proxy for "what the user heard" ignores user attention and cognitive processing, though the authors correctly note this distinction.
This work addresses a critical usability issue in the deployment of full-duplex voice assistants. As LLM-based voice interfaces become more common, ensuring that the system's context aligns with the user's actual experience is vital for trust and effectiveness. PACE provides a practical, provider-independent solution that can be adopted by various voice service providers. It highlights the importance of systems-level design in multimodal AI, showing that even with powerful models, poor state management can lead to significant failures. This could influence the design of future voice assistant frameworks to prioritize playback-aware context management. The paper presents a practical systems solution for context misalignment in full-duplex voice LLMs, demonstrating significant accuracy improvements on a new benchmark through playback-aware context repair.
Continuous-latent autoregressive speech generation has emerged as a promising alternative to discrete-token modeling by avoiding quantization loss and preserving richer acoustic information. However, continuous acoustic targets do not ex- pose linguistic structure as explicit token-level prediction tar- gets. Consequently, the autoregressive language model (LM) must acquire linguistic structure indirectly through acous- tic prediction, which can compromise the content fidelity of generated speech. We propose SemBridge, a training-only semantic-token anchoring framework for continuous-latent autoregressive speech generation. SemBridge uses discrete se- mantic tokens to directly supervise autoregressive LM states and employs a Semantic-Aligned Acoustic VAE to organize the continuous target space under the same semantic refer- ence. The semantic supervision is used only during train- ing, while inference remains entirely continuous. We evalu- ate SemBridge on zero-shot text-to-speech (TTS) and score- conditioned singing voice synthesis (SVS). Across multi- ple benchmarks, SemBridge improves content accuracy, as measured by word and character error rates (WER/CER), while maintaining competitive speaker similarity and percep- tual quality. Experimental results demonstrate that explicit semantic-token supervision for autoregressive state learning is an effective and general direction for continuous speech generation. Speech samples are available.1 The model code and checkpoints will be available at https://github.com/ASLP- lab/SemBridge
Primary: Shanghai Jiao Tong University
All Institutions: Shanghai Jiao Tong University, Soul AI Lab
SemBridge introduces a training-only semantic-token anchoring framework that improves content fidelity in continuous-latent autoregressive speech generation by supervising LM states with discrete semantic tokens, demonstrating significant gains in WER/CER across TTS and SVS benchmarks while maintaining competitive acoustic quality.
The paper proposes SemBridge, a framework for continuous-latent autoregressive speech generation. The core innovation is "semantic-token anchoring," which uses discrete semantic tokens (from a frozen GLM-4 tokenizer) to supervise the hidden states of the autoregressive language model during training. This is complemented by a Semantic-Aligned Acoustic VAE (SA-VAE) that aligns continuous acoustic latents with semantic embeddings. The approach is technically sound and addresses a real gap in continuous speech generation: the lack of explicit linguistic structure in continuous targets. However, the novelty is moderate; using discrete tokens to guide continuous generation is a known strategy (e.g., in VALL-E X, SpeechTokenizer), and the specific implementation of anchoring LM states with classification loss is a straightforward adaptation of existing multi-task learning principles. The method is essentially a training-time regularization technique that does not alter the inference architecture, which is a pragmatic but not groundbreaking design choice.
The evaluation is comprehensive, covering zero-shot TTS on Seed-TTS-Eval and CV3-Eval, as well as score-conditioned SVS on GMO-SVS. The results show consistent improvements in content accuracy (WER/CER) compared to baselines like MELA-TTS and VoxCPM, while maintaining competitive speaker similarity and perceptual quality. The ablation studies are well-conducted, isolating the effects of target-space alignment, state anchoring, anchoring depth, and anchoring strength. The inclusion of SVS results adds value by demonstrating the method's transferability to a more challenging task with explicit musical constraints. The comparison with a wide range of baselines (discrete, continuous, and hybrid) provides a strong context for the results. The paper effectively demonstrates that explicit semantic supervision improves content fidelity without sacrificing acoustic quality.
The paper provides detailed descriptions of the model architecture, training stages, hyperparameters, and datasets. It specifies the use of the GLM-4 tokenizer and the SA-VAE architecture. The training configurations, including batch sizes, learning rates, and loss weights, are clearly listed. The authors state that code and checkpoints will be available, and a demo link is provided. The detailed ablation studies and clear separation of Stage I and Stage II training procedures enhance reproducibility. However, the reliance on specific internal datasets (Soul AI Lab's 20K-hour singing data) for the joint TTS-SVS model limits full reproducibility for that specific configuration, though the TTS-only experiments are likely reproducible with the public VoxBox corpus.
The primary limitation is that the semantic supervision is only applied during training. While this keeps inference efficient, it means the model relies entirely on the learned alignment between continuous latents and discrete tokens, which might not be as robust as end-to-end discrete modeling in some edge cases. The paper notes a trade-off between content accuracy and synthesis quality depending on the anchoring depth and weight, suggesting that hyperparameter tuning is critical. Additionally, the use of a frozen semantic tokenizer means the model cannot adapt the semantic representation to the specific domain of speech generation, potentially missing out on speech-specific semantic nuances that could be learned jointly. The improvement in WER/CER, while statistically significant, is not massive, and the gains in perceptual quality (UTMOS) are marginal.
SemBridge contributes to the field of speech synthesis by providing a robust method for improving content fidelity in continuous-latent models. This can lead to more reliable and accurate text-to-speech and singing voice synthesis systems, which have broad applications in accessibility, entertainment, and human-computer interaction. The method's ability to improve lyric intelligibility in SVS is particularly relevant for the music industry. However, the potential for misuse in generating deepfakes or misleading audio content remains a concern, as with any advanced speech synthesis technology. The paper does not explicitly discuss safety mitigations, which is a common omission in technical research but important for broader impact assessment. SemBridge introduces a training-only semantic-token anchoring framework that improves content fidelity in continuous-latent autoregressive speech generation by supervising LM states with discrete semantic tokens, demonstrating significant gains in WER/CER across TTS and SVS benchmarks while maintaining competitive acoustic quality.