Tokenizer-Free Turkish TTS and Video as World Models
Today's digest covers FreyaTTS, a production-ready Turkish speech synthesis system that ditches phonemizers for direct character-level Diffusion Transformers, alongside a Hugging Face trending paper reconceptualizing video as a joint world-state and event stream.
Overall architecture of . Character-level Turkish text (a $92$-symbol vocabulary; no byte-pair encoding, phonemizer, or grapheme-to-phoneme frontend) is embedded and refined by a ConvNeXt-1d encoder into a character-feature sequence $c$, which (i)~drives a duration head that predicts the total latent length $ T$ and (ii)~serves as the key/value memory for the cross-attention layers of a non-autoregressive Diffusion Transformer (DiT). Conditioned on the flow-matching timestep $t$ through adaLN-zero modulation, the DiT denoises a length-$ T$ sequence of $64$-dimensional latent frames drawn from Gaussian noise; the resulting clean latents are rendered to $48$\,kHz audio by the frozen AudioVAE2 decoder. The autoregressive TSLM/FSQ/RALM backbone is discarded; only AudioVAE2 is reused. From Freya TTS Research Team.
