This INTERSPEECH 2026 paper proposes DeSRPA, a decoupled architecture for spoken role-playing agents that separately controls a character's textual identity and vocal expression. It uses Qwen3-4B as a cognitive controller and StyleTTS 2 as a synthesizer, with both base backbones frozen. Three vector classes, personality base, contextual activation, and linguistic style, are injected into LLM layers 15 and 20. These directions come from sparse autoencoders and a 15,000-sample corpus aligned to 30 Big Five facets described in another preprint by the authors. The LLM generates a response and emotion label. On the acoustic side, the system creates neutral, angry, happy, sad, surprise, disgust, and fear directions by subtracting mean neutral from mean emotional StyleTTS 2 representations. Each output also starts from a character's neutral reference utterance; the emotional direction shifts that style, passes through the diffusion predictor, and is separately interpolated for timbre and prosody. The engineering idea is coherent: adapt characters without fully fine-tuning an audio-text model and make the bridge from textual intent to acoustic emotion explicit. Evaluation has two branches. On SpeechRole, the authors select 72 English movie and television characters and report 372 evaluated responses. Gemini 2.5 Pro compares outputs against references across eight dimensions: instruction adherence, fluency, coherence, naturalness, prosody, emotion, personality, and knowledge. The study also measures time to first audio, WavLM speaker similarity, emotion2vec execution accuracy, and ASR word error rate. On OmniCharacter, six experts score ten Genshin Impact characters on six ten-point dimensions. The main automated results favor DeSRPA. Its judge mean is 0.8379, above SpeechRole 0.7747, LLaMA-Omni 0.7452, and Qwen2.5-Omni 0.5504, slightly above the AliCloud pipeline 0.8356, and below GPT-4o Audio 0.8862. It has the table's highest Emotion Execution Accuracy, 0.701, and speaker similarity 0.886, with WER 2.63% and TTFA 577 ms. Ablations are directionally informative: removing LLM vectors reduces personality from 0.7615 to 0.7235 and knowledge from 0.8116 to 0.7743; removing acoustic vectors reduces prosody from 0.7958 to 0.7186, emotion appropriateness from 0.8160 to 0.7245, and EEA from 0.701 to 0.549. The full system does not dominate every dimension: the no-vector baseline is slightly higher on fluency, coherence, and naturalness; latency is worse than five systems and all three ablations; and vectors slightly increase WER and reduce similarity relative to the baseline. In human ratings, DeSRPA leads fluency 8.70, emotional expression 7.41, and clarity 9.11, but trails OmniCharacter in consistency 6.07 versus 6.84, appropriateness 5.54 versus 5.63, and immersion 7.44 versus 8.52. An unreported equal-weight six-dimension mean is 7.378 for DeSRPA and 7.178 for OmniCharacter, but without dispersion or an inferential design it is descriptive only. Several abstract claims need narrowing. Training-free here means no per-character backbone fine-tuning, not absence of training: cognitive vectors are trained on 15,000 samples and acoustic directions are built from ESD and CREMA-D. Generalization to unseen characters is also not established because no seen/unseen split is documented and overlap among roles, profiles, voices, vector-training data, and coefficient annotation is not ruled out. The claimed modality alignment tax of end-to-end models is motivation rather than a result: no reasoning benchmark is run before and after audio-text training. DeSRPA also combines Qwen3-4B with StyleTTS 2 while baselines differ in family, size, role data, voice-cloning support, APIs, and latency. The comparison measures whole systems but does not causally isolate decoupling. Personality validity is especially limited. Personality Consistency is a Gemini 2.5 Pro score against profiles and references, not a psychometric measure or independent human validation. The paper does not release the judge prompt, score transformation, raw outputs, pair order, temperature, immutable snapshot, repetitions, or human agreement. The 372 responses are nested within 72 characters and multi-turn conversations but aggregated without intervals or clustering. The count itself is inconsistent: 72 characters averaging ten turns would yield about 720 responses, not 372; 372 implies 5.17 per character. No tests, intervals, or bootstrap support the word significantly. The table also contains stale arithmetic. Means for the core open systems and DeSRPA are simple eight-dimension averages, but w/o LLM recomputes to 0.8132 rather than 0.8120, w/o Speech to 0.8155 rather than 0.8168, and GPT-4o Audio to 0.8855 rather than 0.8862. Correcting them preserves the main ranking but shows some summary cells were not updated with their components. Important implementation details are missing: PDB is undefined; injection coefficients and contextual routing are not published; eta has no final value; and layer, range, and blending choices come from preliminary sweeps not tied to a separate held-out set. The human study, with six experts and ten characters, omits total clips and ratings, task assignment, blinding, randomization, rater background and recruitment, compensation, inter-rater reliability, uncertainty, tests, and an ethics statement. The public artifact allows listening but not reproduction. The linked repository contains two HTML files, ten avatars, and 159 WAVs; the interface uses 122 paths and leaves 37 audio files unreferenced. There is no code, profiles, prompts, vectors, data, splits, results, metrics, environment, checkpoints, README, license, tests, or CI. The demo compares selected neutral and emotion-steered variants rather than DeSRPA against table baselines. Some filenames suggest intensity values 3.0, 3.5, and 4.0 above the described 2.5 maximum, although without code the parameter meaning cannot be confirmed. The defensible contribution is a promising modular architecture with favorable descriptive gains in emotion control, voice similarity, and automatically judged role fidelity. It is not yet a reproducible, statistically significant, or causal demonstration of training-free personality control, preserved reasoning, and unseen-character generalization.
Research question
Can a spoken role agent decouple textual control of person and style from acoustic control of emotion through vectors injected into frozen backbones, avoiding per-character fine-tuning and maintaining role and voice fidelity?