CVAE Problem Setup
CVAE Problem Setup
This note isolates the basic factorization target and the role of each model component.
Problem Setup
We assume an input-conditioned generation task with:
- input ,
- latent strategy ,
- output sequence .
The frozen entangled base model is:
The target factorization is:
- discrete :
- continuous :
Interpretation:
- is a strategy router,
- is a strategy-conditioned decoder,
- is a variational inference model used during training.
Training data for post-training is drawn from the frozen base distribution:
Why this setup matters
The methodology is not about learning from scratch. It is about refactoring an already strong entangled model so that the latent variable can act as a reusable high-level strategy handle.