Abstract
Comment: 40 pages
Chimera is a hybrid visual diffusion transformer that combines O(N) Kimi Delta Attention, Multi-head Latent Attention, short spatiotemporal convolutions, and Sparse MoE, operating on a raster-ordered token stream without positional embeddings. Using a new HeteroP module-wise scaling recipe tuned to Chinchilla-style compute laws, the authors train an 11B-parameter (2B activated) model that achieves 1.7×–7.3× compute efficiency vs a matched full-attention baseline and generalizes zero-shot from 5s to 30s video with only 6.5% FID loss. Summary based on the paper abstract (full text not provided here).
Chimera is a hybrid visual diffusion backbone combining Kimi Delta Attention (KDA, O(N) long-context state tracking), interleaved Multi-head Latent Attention (MLA), modality-aware short convolutions, and Sparse Mixture-of-Experts (MoE); it processes text/image/video tokens in one raster-ordered stream without positional embeddings and uses HeteroP, a module-wise scaling recipe.
Abstract
Comment: 40 pages