Encoder-Decoder (T5-style)
Used by: Chronos
Quantizes continuous time series values into discrete token bins and processes them through a T5-style encoder-decoder transformer. The encoder reads the full context window; the decoder autoregressively generates future tokens which are mapped back to continuous values. Naturally produces probabilistic outputs by sampling multiple trajectories.
Strengths
- Strong probabilistic calibration
- Well-studied architecture
- Flexible sequence-to-sequence framework
Tradeoffs
- Autoregressive decoding adds latency per step
- Quantization introduces discretization error