Scaling Native Multimodal Pre-Training From Scratch
Summary
This paper investigates the scaling properties of native multimodal pre-training, deriving compute-optimal model sizes and token counts under a fixed budget, and revealing distinct scaling behaviors for language and multimodal objectives.
View Cached Full Text
Cached at: 07/27/26, 05:40 AM
Paper page - Scaling Native Multimodal Pre-Training From Scratch
Source: https://huggingface.co/papers/2607.22043
Abstract
Althoughlargelanguagemodels(LLMs)exhibitremarkablereasoningcapabilities,theirrelianceontext-onlypre-trainingrestrictstheperceptionofthemultimodalphysicalworld.Nativemultimodalpre-trainingavoidsthislimitationbytrainingmodelsfromscratchonmultimodalinputs,therebyachievingdeepcross-modalintegrationandmitigatingoptimizationasymmetriesinherenttotraditionallate-fusionarchitectures.Despitetheseadvantages,thescalingpropertiesofthisparadigmremainsystematicallyuncharacterized.Toaddressthisgap,weinvestigatetheoptimalmodelsizeandtokencountfortrainingatransformer-basedvision-languagemodelunderafixedcomputationalbudget.Wedemonstratethatminimalobjectivelossadherestoapredictablecomputelaw,whereascompute-optimalmodelsizesandtokencountsscaleaspowerlaws.Notably,languageandmultimodalobjectivesmanifestdistinctscalingbehaviors.Thelanguageallocationlawislargelyinvarianttothecompositionofthedata,indicatingstablelanguagelearningregardlessofthemultimodaldataratio.Conversely,themultimodalallocationlawishighlysensitivetothiscomposition.Specifically,text-heavymixturesbecomecompute-efficientonlyatlargermodelscales,shiftingtheoptimalresourceallocationtowardgreatermodelcapacity.Additionally,bymodelingtheinfluenceofdatacompositiononcomputelawsandallocationexponents,wederiveanefficiencyfrontierspecifyingpreciseconfigurationsofmodelsize,tokencount,anddatamixture.Downstreamevaluationsfurtherrevealthatnativemultimodalpre-traininginducespositivecross-modaltransfer,therebyenhancingpure-textspatialreasoningandenablingrobustmultimodalin-contextlearning.Insummary,thisempiricalresearchestablishestheessentialgroundworkforpredictablyscalingmultimodalfoundationmodels.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.22043
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.22043 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.22043 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.22043 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
Towards Physics of Multimodal Pretraining: Knowledge Flow, Modality Synergy, Early Unification, and Recipes
This paper systematically explores the physics of multimodal pretraining, uncovering how knowledge flows between modalities, conditions for synergy vs. competition, the benefits of early unification, and efficient pretraining recipes validated on 13.5B MoE models.
Scaling laws for neural language models
Foundational empirical study demonstrating power-law scaling relationships between language model performance and model size, dataset size, and compute budget, with implications for optimal training allocation and sample efficiency.
Data-Constrained Language Model Pretraining: Improved Regularization and Scaling Laws
This paper studies data-constrained language model pretraining, proposing masked-input regularization (MIR) to improve validation loss and downstream performance, and SoftQ, a scaling law that better captures model-data interaction under repeated data.
How Modalities Learn Together (49 minute read)
A systematic study from Meta FAIR, Reality Labs, and Oxford on multimodal pretraining, revealing asymmetric knowledge flow between modalities, synergy vs. competition dynamics, the benefits of early unification, and efficient training recipes validated with 13.5B MoE models.
Toward Native Multimodal Modeling: A Roadmap
This paper presents a formal roadmap for transitioning from late-fusion multimodal approaches to native multimodal modeling (NMM) within a unified transformer framework, categorizing existing models by input-output duality and systematically addressing architectural coordination, data curation, training recipes, and evaluation.