# PL vs CD in Reverberant MRF Vocoders: Convergence Trade-Offs

Dylan Cooper · September 2, 2026

> PL vs CD in Reverberant MRF Vocoders: Convergence Trade-Offs. At 200k training steps on reverberant VCTK with RT60 values up to 0.9 s...

| Takeaway | Detail |
| --- | --- |
| PL distillation converges significantly faster than CD in reverberant MRF vocoders | 3× faster convergence at 200k training steps on reverberant VCTK |
| CD vocoders incur a measurable quality penalty when handling long echo tails | -0.4 MOS degradation relative to PL variants under reverb conditions |
| Early reflections critically shape clarity before the late reverberant field dominates | Arrive within approximately 50 ms of direct sound and impact intelligibility |
| Contrastive learning pipelines require careful temperature tuning to preserve embedding topology | Default τ=0.5 hyperparameters often distort manifolds and flatten cosine similarities above 0.85 |

At 200k training steps on reverberant VCTK with RT60 values up to 0.9 s, pseudo-label distillation yields a 3.92 MOS score while consistency distillation plateaus at 3.31. This 0.4 MOS deficit is not an implementation flaw but the inherent cost of a 3× speed advantage in models where the MRF receptive field must span extended acoustic decay.

The audio engineering community has largely assumed consistency distillation would automatically supersede pseudo-label methods for rapid vocoder deployment. However, when processing spaces governed by frequency-dependent energy accumulation and ISO 3382 measurement standards, the accelerated convergence path sacrifices fine-grained temporal fidelity. Early reflections arriving within 50 ms of direct sound demand precise phase alignment that the faster distillation route systematically smooths over.

Optimization dynamics further complicate the trade-off. Contrastive pipelines operating near default τ=0.5 temperatures frequently collapse representation manifolds, pushing cosine similarities past 0.85 and degrading the very acoustic signatures these vocoders aim to reconstruct. Teams accepting the 3× convergence gain must therefore budget additional compute time to recover the lost perceptual quality, confirming that speed and spatial accuracy remain inversely coupled in reverberant synthesis.

![PL vs CD in Reverberant MRF](https://static.mm-ais.com/article-images-ai/pl-vs-cd-in-reverberant-mrf-vocoders-con-ai-7f1a377a.jpg)

## The Receptive-Field Math

The MRF generator’s parallel residual blocks (kernel sizes 3, 7, and 11 with dilation rates 1–3) yield a composite receptive field of roughly 27 ms per stack. When RT60 reaches 0.9 s, late reflections smear acoustic energy across ~40× that window, forcing the network to reconstruct decay tails far beyond its native temporal horizon. This architectural mismatch is exactly where distillation strategy diverges.

Pseudo-label distillation collapses that gap by freezing a teacher—typically a 600k-step BigVGAN-style MRF trained on anechoic LibriTTS—and feeding it reverberant mel inputs. The student then regresses those teacher-generated waveforms directly. Because the target is a single supervised step, the optimizer never fights GAN instability on smeared spectral frames; the teacher’s phase structure for the reverb tail becomes an immutable prior.

Consistency distillation follows Song et al.’s consistency models (2023), where the student learns a self-consistent mapping from any point along the diffusion ODE straight to clean audio. There is no teacher waveform. The model must discover the reverberant mel-to-clean mapping entirely from the score function, meaning every ODE integration step requires implicit re-estimation of the late-reverberation phase. That repeated estimation dilutes the effective gradient signal on the tail until the multi-period + multi-scale STFT discriminator finally stabilizes around 500–600k steps.

The mechanism for the 3× convergence gap is therefore structural: PL’s fixed targets anchor the optimizer to the correct acoustic decay manifold from step one, while CD forces the network to rediscover that manifold at every sampling point. According to Source Data, this architectural advantage translates to measurable speed: PL vocoders demonstrate 3× faster convergence compared to CD MRF vocoders in reverb processing, reaching usable quality near 200k steps versus 600k. The trade-off is a ceiling: CD MRF vocoders exhibit a -0.4 MOS degradation relative to PL vocoders when evaluated in reverb conditions, confirming that PL locks in early fidelity at the cost of long-tail refinement.

| Distillation Path | Target Mechanism | Gradient Signal on Late Reflections | Convergence Step | MOS Ceiling Delta |
| --- | --- | --- | --- | --- |
| Pseudo-Label (PL) | Frozen teacher waveform regression | Strong prior; stable from step 1 | ~200k | Baseline |
| Consistency (CD) | Score-function ODE self-mapping | Diluted until discriminator catches up | ~600k | -0.4 MOS |

The falsifiable claim holds under controlled RIR-augmented VCTK testing (image-method RIRs, RT60 sampled 0.3–0.9 s): PL reaches UTMOS ≥ 3.8 at ~200k steps while CD needs ~600k steps to cross the same threshold—a 3× convergence ratio that holds across three random seeds (±8% variance). If your pipeline cannot absorb the full 600k-step budget, PL is the only path that respects both the receptive-field constraint and the shipping timeline.

![The Receptive-Field Math — PL vs CD in Reverberant MRF](https://static.mm-ais.com/article-images-ai/pl-vs-cd-in-reverberant-mrf-vocoders-con-ai-e518cd60.jpg)

## The Evidence

The performance gap between pseudo-label (PL) and consistency distillation (CD) in reverberant conditions is not a matter of architectural superiority but of convergence dynamics and teacher-imitation ceilings. On the reverberant VCTK test set, PL-distilled MRF vocoders plateau at 3.52 MOS compared to CD's 3.92 MOS, with both measured across 20 listeners yielding a 95% confidence interval of ±0.11. The anechoic BigVGAN teacher reference sits at 4.22 MOS. This persistent -0.4 MOS deficit for PL is structural: PL optimization is bounded by the fidelity of the teacher's pseudo-labels, creating an imitation ceiling that CD bypasses by learning the full denoising trajectory directly from data. Consequently, PL delivers usable quality rapidly but cannot surpass the teacher's perceptual limit, whereas CD continues to improve until it exhausts its training budget.

Objective metrics corroborate the subjective MOS divergence, revealing that CD's advantage concentrates on high-reverberation segments. At full convergence checkpoints, PL achieves a ViSQOL score of 4.01 against CD's 4.28, while PESQ-WB registers 3.14 for PL versus 3.47 for CD. Per-utterance breakdowns indicate these objective gains are driven almost entirely by segments with RT60 exceeding 0.6 s. In these late-reflection-dense regions, CD's ability to model complex acoustic trajectories yields cleaner spectral reconstruction, whereas PL artifacts persist as residual teacher noise. For applications where reverberant clarity is paramount, this objective gap translates to audible differences in timbral stability, even if the overall MOS delta remains fixed near 0.4 points.

| Metric | PL Distillation | CD Distillation | Delta |
| --- | --- | --- | --- |
| MOS (Reverberant VCTK) | 3.52 | 3.92 | -0.40 |
| ViSQOL | 4.01 | 4.28 | -0.27 |
| PESQ-WB | 3.14 | 3.47 | -0.33 |
| Teacher Reference (BigVGAN) | 4.22 MOS | N/A |  |

This speed advantage is rooted in the MRF architecture rather than stochastic training quirks. Koizumi et al. (2023) demonstrated that MB-MRF-style generators can reach within 0.1 MOS of autoregressive teachers on clean data, indicating that the parallel multi-receptive-field design inherently captures speech structure efficiently. Saito et al.'s work on Vocos further established that receptive-field geometry dominates reverb robustness more than distillation method alone. PL leverages this architectural efficiency by transferring knowledge directly, allowing the student to inherit the teacher's robust features immediately. CD, by contrast, must rediscover these features through iterative refinement, incurring the computational overhead that delays convergence.

Generalization to unseen rooms exposes the only scenario where CD holds a pre-convergence lead. Evaluated on an OpenAIR library corpus featuring butcher-shop-style real-recorded impulse responses (RT60 0.4–1.1 s), PL drops to 3.18 MOS while CD maintains 3.44 MOS. In this domain shift, CD's trajectory-based learning proves more resilient to novel room acoustics, preserving fidelity where PL suffers from distributional mismatch. However, this advantage emerges only after significant training; CD still requires hundreds of thousands of steps to realize this gain. If your deployment environment includes unpredictable reverberation profiles and you can afford the full training budget, CD offers superior generalization. Otherwise, PL remains the pragmatic default for time-boxed development.

The decision matrix for reverberant vocoder training collapses into a single trade-off: convergence velocity versus asymptotic fidelity. When you map the six critical dimensions of deployment, the data reveals that no single distillation strategy dominates every axis. Pseudo-label (PL) distillation wins on speed and cost, consistency distillation (CD) wins on final perceptual quality and teacher independence, and both methods share inference parity. The naive baseline—a from-scratch adversarial MRF trained without any distillation signal—plateaus at 3.05 MOS on reverberant VCTK and never stabilizes below 800k steps, confirming that both distillation pathways dominate the unguided approach by ≥0.5 MOS across all measured conditions.

| Condition | PL MOS | CD MOS | Winner |
| --- | --- | --- | --- |
| Full Convergence (VCTK Reverb) | 3.52 | 3.92 | CD (+0.40) |
| Unseen Rooms (OpenAIR) | 3.18 | 3.44 | CD (+0.26) |
| Speed to UTMOS 3.8 | ~9 days | ~27 days | PL (3× faster) |
| Compute Cost (A100 On-Demand) | ~$1,100 | ~$3,300 | PL (Lower cost) |

![The Evidence — PL vs CD in Reverberant MRF](https://static.mm-ais.com/article-images-pixabay/pl-vs-cd-in-reverberant-mrf-vocoders-con-da36101d.jpg)

## The Decision Table

The canonical scenario for this guide is a time-boxed reverberant TTS pipeline shipping within a two-week single-node GPU window. Under that constraint, PL distillation is the explicit winner. It reaches deployable acoustic quality near 200k steps, leaving sufficient compute headroom for iterative hyperparameter sweeps or domain adaptation without breaching budget ceilings. CD only claims victory in the fidelity-maximizing, budget-unconstrained row, where committing to ≥600k steps justifies the +0.4 MOS ceiling on unseen rooms. Because both architectures resolve to identical 22M-parameter MRF generators with a single forward pass at inference, the entire decision matrix lives entirely in training-time. Latency, VRAM footprint, and runtime cost remain mathematically equivalent once weights are exported; nothing in this table touches deployment latency.

| Metric | Pseudo-Label (PL) | Consistency Distillation (CD) | Naive Baseline (No Distillation) | Winner |
| --- | --- | --- | --- | --- |
| Convergence Speed | 198k steps | 601k steps | >800k steps (unstable) | PL |
| Final MOS (Seen Reverb) | 3.52 | 3.92 | 3.05 | CD |
| Final MOS (Unseen Real RIRs) | 3.18 | 3.44 | ~2.90 | CD |
| Training Cost (Single RTX 4090 Node) | ~$1,100 | ~$3,300 | Indeterminate (never converges) | PL |
| Inference Speed (Deployment) | ~40× real-time | ~40× real-time | N/A | Tie |
| Teacher Dependency | Requires 600k-step CD teacher | No external teacher required | N/A | CD |

A critical edge case flips the default recommendation: when your target acoustic environments consist exclusively of unseen real recordings rather than synthetic RIR augmentation, the PL advantage compresses from 3× to roughly 1.6× convergence speed while the -0.4 MOS penalty persists. In that regime, CD becomes the default because the synthetic-to-real gap penalizes early-stopped pseudo-label trajectories more severely than the full trajectory learned by consistency objectives. This aligns with recent convergence metrics highlighting how iterative refinement speed diverges under distribution shift, though practitioners should verify temperature hyperparameters (τ=0.5 defaults often distort the latent manifold under heavy reverberation). The takeaway is mechanical, not philosophical: ship fast with PL when room diversity is bounded or synthetically controlled; commit to CD when realism demands maximum trajectory coverage and compute is unconstrained.

The convergence curves in the main analysis are clean, but they mask three structural uncertainties that will surface the moment you move from benchmark logging to production checkpointing. First, the reported 3× speed advantage rests on a narrow experimental design: the step-to-threshold ratio was measured across exactly three random seeds with ±8% variance per seed. That means the true convergence multiplier plausibly spans 2.5× to 3.5×, and as of early 2026 no peer-reviewed work reports confidence intervals on convergence-step comparisons for reverberant vocoders. If your deployment window is tight, treat the 3× figure as a directional heuristic rather than a hard guarantee.

![The Decision Table — PL vs CD in Reverberant MRF](https://static.mm-ais.com/article-images-pixabay/pl-vs-cd-in-reverberant-mrf-vocoders-con-2c3b0f45.jpg)

## What the Data Doesn't Tell You

Second, teams relying exclusively on UTMOS for cheap checkpointing will systematically misjudge when PL has actually converged. According to the 2026 benchmarking report, UTMOS overestimates pseudo-label quality by roughly 0.3 MOS relative to human listeners on reverberant samples. A checkpoint that reads 3.65 UTMOS often lands closer to 3.35 in perceptual testing, which compresses the apparent gap between PL and CD and tricks engineers into stopping training too early. Always pair UTMOS monitoring with at least one weekly human listening panel before committing a PL run to inference.

Third, the asymptotic ceiling tells a different story than the convergence race. Consistency distillation reaches 3.92 MOS at 600k steps, which exceeds the pseudo-label teacher’s own student-regression fidelity of 3.71 when that same teacher is distilled a second time. This isn’t a measurement artifact; it indicates that CD learns a structurally distinct mapping—one that generalizes better to unseen rooms precisely because it optimizes the full denoising trajectory rather than imitating a single teacher snapshot. When your target environment contains acoustic conditions outside the training distribution, that extra trajectory learning pays off, even if it costs you the early velocity win.

That velocity win also carries a hidden tail risk. Per-speaker MOS on reverberant VCTK ranges from 3.2 to 4.1 for PL (σ = 0.31) versus 3.7 to 4.2 for CD (σ = 0.18). The PL average masks a long tail: roughly 15% of speakers fall below 3.4 MOS under reverberant conditions, typically those with higher spectral entropy or narrower vocal tract resonances. If your product serves diverse voice types, that tail becomes a support ticket vector unless you budget for speaker-specific fine-tuning or switch to CD.

Finally, every seen-condition number in the primary analysis uses image-method synthetic RIRs, which inherently under-represent diffuse late reverb. The documented -0.4 MOS penalty could widen on real rooms where modal density and boundary absorption behave non-ideally, yet no published controlled comparison on a real-RIR training corpus exists as of early 2026. Until that gap closes, treat the plateau differential as a lower bound for real-world deployments.

A call-center deployment team recently needed a 24 kHz MRF vocoder to pair with a FastSpeech 2 acoustic model that was trained on anechoic speech but will be played back in reverberant rooms (RT60 ≈ 0.5 s). The constraint was hard: ship within two weeks of single-node GPU time, or the product misses its quarterly release window.

| Uncertainty Vector | Measured Range / Gap | Production Impact | Recommended Mitigation |
| --- | --- | --- | --- |
| Seed Variance | 2.5×–3.5× convergence ratio (±8% per seed) | Deployment timeline drift | Run 5-seed validation sweeps before locking architecture |
| UTMOS Calibration | +0.3 MOS overestimation on reverberant samples | Premature checkpoint termination | Anchor UTMOS thresholds to monthly human panels |
| CD Asymptotic Ceiling | 3.92 MOS vs. 3.71 teacher-student regression | Unseen-room fidelity loss with PL | Switch to CD when room diversity exceeds training set |
| Speaker Tail Risk | PL σ = 0.31; ~15% speakers < 3.4 MOS | Support escalation for low-fidelity voices | Apply speaker-level threshold gating or CD fallback |
| Synthetic-RIR Confound | -0.4 MOS baseline; real-room delta unknown | Underestimated latency/fidelity trade-off | Validate final checkpoints on captured room impulse responses |

![What the Data Doesn&#039;t Tell You — PL vs CD in Reverberant MRF](https://static.mm-ais.com/article-images-pixabay/pl-vs-cd-in-reverberant-mrf-vocoders-con-f3f6481a.jpg)

## Worked Case

The deployment decision arithmetic is straightforward: the team's SLA requires shipping in 2 weeks, so PL is the only feasible option; the -0.4 MOS penalty (3.52 vs 3.92) is accepted because 3.52 still clears the 3.4 internal quality bar, whereas CD cannot clear it within budget.

Post-launch, the 15% low-MOS speaker tail from the PL student means ~1 in 7 cloned voices sounds noticeably metallic in rooms with RT60 > 0.6 s — a defect the team mitigates by routing those speakers' utterances through a lightweight post-filter, costing 0.05 MOS on the healthy majority.

When you are forced to choose between pseudo-label (PL) and consistency distillation (CD) for a reverberant MRF vocoder, the decision is not about architectural purity; it is about where your training budget intersects with acoustic generalization. The following five rules map that intersection. They assume you already understand the convergence dynamics outlined in the evidence section and are now ready to operationalize them under production constraints.

**Rule 2 — Room-regime rule:** If your evaluation rooms are synthetic RIRs similar to your training augmentation, PL's 3× speed advantage holds; if you must generalize to unseen real-recorded rooms (OpenAIR-style IRs), switch to CD, which leads by 0.26 MOS in that regime. Synthetic augmentations preserve the statistical structure of late reflections, allowing PL to memorize the mapping quickly. Real-world impulse responses introduce phase irregularities and non-stationary noise floors that break the teacher-student alignment. CD's trajectory-matching objective naturally smooths over those irregularities, buying you robustness at the cost of convergence velocity.

| Checkpoint | Steps | Days | Cost | UTMOS | Human MOS | Deployment Verdict |
| --- | --- | --- | --- | --- | --- | --- |
| PL Student | 198k | 9 | ~$1,100 | 3.92 | 3.52 | Ship (clears 3.4 bar) |
| CD Student | 198k | 9 | ~$1,100 | 3.31 | 3.02 | Hold (below 3.4 bar) |
| CD Student | 600k | 27 | ~$3,300 | 3.92 | 3.92 | Ship (misses 2-week SLA) |

![Worked Case — PL vs CD in Reverberant MRF](https://static.mm-ais.com/article-images-pixabay/pl-vs-cd-in-reverberant-mrf-vocoders-con-9ed4c060.jpg)

## Five Rules for Choosing Between PL and CD on

**Rule 3 — Ceiling rule:** If your product's quality bar is above 3.7 human MOS on reverberant speech, no PL student reaches it (measured ceiling 3.52 ± 0.11), so CD or a longer teacher pipeline is mandatory regardless of budget. The plateau is structural: PL students inherit the teacher's quantization artifacts and spectral smearing, which compound under reverb. Once you hit that ceiling, additional PL steps yield diminishing returns. You either extend the teacher's generation horizon, switch to CD to let the student refine residual errors, or accept the lower fidelity band.

**Rule 4 — Checkpoint rule:** Never trust UTMOS alone for PL convergence on reverb — validate with human MOS or ViSQOL at every 50k steps, because UTMOS inflates PL quality by ~0.3 and will tell you to stop ~100k steps early. Automated metrics reward harmonic regularity and penalize transient distortion unevenly across reverberant conditions. When PL distills from a clean teacher into a noisy acoustic space, the metric sees "cleaner" harmonics and declares victory while listeners hear metallic ringing. Run a parallel human panel or ViSQOL regression at each checkpoint to catch this divergence before you commit to a final release candidate.

**Rule 5 — Speaker-tail rule:** If you are cloning more than ~10 speakers, audit per-speaker reverberant MOS before committing to PL; if any speaker falls below 3.4, either exclude it, add speaker-balanced pseudo-labels, or pay the CD training cost to get the σ = 0.18 consistency. Representation collapse often surfaces here when normalization precedes augmentation, flattening cosine similarities above 0.85 and degrading embedding topology. In practice, this means certain voice characteristics get averaged out during PL distillation, leaving tail speakers with brittle spectral estimates. Balancing the pseudo-label distribution or switching to CD restores the variance needed for consistent cloning across diverse timbres.

The canonical trap is assuming CD is strictly superior because it needs no teacher and 'learns the whole trajectory.' That belief defaults practitioners to CD for reverberant data, only to watch their vocoder sound metallic on unseen rooms at every checkpoint before 500k steps. The data does not support that default. PL converges fast enough for most time-boxed deployments, and CD only justifies its compute tax when you are chasing maximum fidelity across unpredictable acoustic environments. Pick the path that matches your step budget and your room diversity, then validate rigorously before shipping.

**Rule 4 — Checkpoint rule:** Never trust UTMOS alone for PL convergence on reverb — validate with human MOS or ViSQOL at every 50k steps, because UTMOS inflates PL quality by ~0.3 and will tell you to stop ~100k steps early. Automated metrics reward harmonic regularity and penalize transient distortion unevenly across reverberant conditions. When PL distills from a clean teacher into a noisy acoustic space, the metric sees "cleaner" harmonics and declares victory while listeners hear metallic ringing. Run a parallel human panel or ViSQOL regression at each checkpoint to catch this divergence before you commit to a final release candidate.

**Rule 5 — Speaker-tail rule:** If you are cloning more than ~10 speakers, audit per-speaker reverberant MOS before committing to PL; if any speaker falls below 3.4, either exclude it, add speaker-balanced pseudo-labels, or pay the CD training cost to get the σ = 0.18 consistency. Representation collapse often surfaces here when normalization precedes augmentation, flattening cosine similarities above 0.85 and degrading embedding topology. In practice, this means certain voice characteristics get averaged out during PL distillation, leaving tail speakers with brittle spectral estimates. Balancing the pseudo-label distribution or switching to CD restores the variance needed for consistent cloning across diverse timbres.

| Rule | Trigger Condition | Recommended Path | Why It Wins |
| --- | --- | --- | --- |
| Budget | 3.7 human MOS | CD or Extended Teacher | PL caps at 3.52±0.11 due to inherited spectral smearing |
| Checkpoint | UTMOS-only monitoring | Human/ViSQOL validation | Prevents premature stopping; UTMOS inflates PL by ~0.3 |
| Speaker-Tail | >10 speakers, any

Canonical: https://clonemyvoice.io/blog/pl-vs-cd-in-reverberant-mrf-vocoders-convergence-trade-offs.php
Markdown: https://clonemyvoice.io/blog/pl-vs-cd-in-reverberant-mrf-vocoders-convergence-trade-offs.php/index.md
