Chimera: Designing and Chinchilla-Scaling Hybrid Visual Diffusion Transformers
Summary
This paper introduces Chimera, a hybrid visual diffusion backbone with a principled scaling recipe, combining Kimi Delta Attention, Multi-head Latent Attention, and sparse Mixture-of-Experts to efficiently handle long-context image and video generation. It also presents HeteroP, a module-wise hyperparameter transfer scheme, and Chinchilla-style scaling laws to train an 11B-parameter model with 2B activated parameters.
View Cached Full Text
Cached at: 07/31/26, 05:53 AM
Paper page - Chimera: Designing and Chinchilla-Scaling Hybrid Visual Diffusion Transformers
Source: https://huggingface.co/papers/2607.28611 Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
Visualgenerationincreasinglyrequireshigh-resolutionimages,longvideos,andmultimodalcontext,makingthequadraticcostoffullattentionprohibitive.WeintroduceChimera,ahybridvisualdiffusionbackbonewithaprincipledscalingrecipe.Chimeraprocessestext,image,andvideotokensinoneraster-orderedstreamwithoutpositionalembeddings.ItcombinesKimiDeltaAttention(KDA)forlong-contextstatetrackingwithO(N)complexity,interleavedMulti-headLatentAttention(MLA)fordirectglobalinteraction,andmodality-awareshortconvolutionsforlocalspatiotemporalcontext.SparseMixture-of-Experts(MoE)layersexpandcapacitywhilecontrollingactivatedcompute.Toscalethisheterogeneousarchitecture,weintroduceHeteroP,amodule-wiseschemethattransfershyperparametersacrosswidthanddepthaccordingtoeachtensor’sfunctionalfan-inandmodeldepth.HeteroPyieldsaconsistentlytunedfamilyusedtofitChinchilla-stylecompute-optimallawsforactivatedmodelsize,training-tokencount,andimage-videodataratio.Guidedbytheselaws,wetrainan11B-parameterChimerawith2Bactivatedparameters.Experimentsshowthreeresults.First,measuredbypretrainingdiffusionloss,thedensebackboneis1.7xascompute-efficientasamatchedfull-attentionWan-2.12Bbaseline,whilethecompletesystemreaches7.3x.Second,withoutlength-specificfine-tuning,Chimeraextrapolateszero-shotfrom5-secondtrainingclipsto30-secondvideos,withonly6.5%FIDdegradationinthelastfiveseconds.Third,thefittedlawsshowthatcompute-optimalimagepretrainingdividescomputenearlyevenlybetweenactivatedmodelsizeandtraining-tokencount,whereasvideopretrainingmodestlyfavorsmodelsizeathigherbudgets.Theseresultsestablishafoundationfordesigningandscalingefficientlong-contextdiffusionarchitectures.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.28611
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.28611 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.28611 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.28611 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding
VideoChat3 is a fully open, efficient, and generalist video-centric multimodal large language model that introduces Inflated 3D Vision Transformer (I3D-ViT) and Adaptive Frame Resolution for streaming video perception, along with scalable video data synthesis pipelines, achieving superior performance with only 4B parameters.
DiffusionBench: On Holistic Evaluation of Diffusion Transformers
Researchers introduce NanoGen, a unified framework for training and evaluating diffusion transformers, and propose DiffusionBench, a holistic benchmark combining ImageNet class-conditional and text-to-image generation to better assess progress in generative modeling.
MMDiff: Extending Diffusion Transformers for Multi-Modal Generation
MMDiff extends frozen diffusion transformers into multi-modal generative systems using lightweight decoders, achieving significant improvements in semantic segmentation and other perceptual tasks through multi-timestep feature fusion.
Nemotron-Labs-Diffusion-Image: Advancing Masked Discrete Diffusion for High-Resolution Image Synthesis
This paper proposes Nemotron-Labs-Diffusion-Image, a masked discrete diffusion model for high-resolution text-to-image synthesis, introducing a token-editing mechanism and grouped cross-entropy objective to improve token refinement and training efficiency.
@VukRosic99: Long-context Transformers hit two walls: quadratic attention compute and a KV cache that reaches hundreds of GB at 1M t…
MiniCPM-SALA is a 9B-parameter hybrid attention model that interleaves sparse and linear attention to overcome the quadratic compute and large KV cache bottlenecks of long-context Transformers. It achieves 3.5x faster inference than Qwen3-8B at 256K tokens and supports up to 1M tokens on consumer GPUs, with a cost-effective continual training approach that reduces training costs by ~75%.