MLVC: Multi-platform Learned Video Codec for Real-World Deployment
Summary
MLVC is a hardware-robust neural video codec designed for practical cross-platform deployment. It surpasses hardware HEVC by over 70% BD-rate (MOS) on video conferencing while running at 100 FPS on commodity NPUs from Apple, Intel, and Qualcomm.
View Cached Full Text
Cached at: 08/05/26, 01:35 AM
Paper page - MLVC: Multi-platform Learned Video Codec for Real-World Deployment
Source: https://huggingface.co/papers/2606.28027
Abstract
Neuralvideocodecshavesurpassedclassicalcodecsincodingefficiencybutremainimpracticalfordeploymentduetocross-platformincompatibilityandhighcomputationalcost.Existingquantization-basedsolutionsfailtoproducedeterministicresultsacrossdiversehardwareplatforms,leadingtocatastrophicdecodingfailures.WeintroduceMLVC,ahardware-robustneuralvideocodecdesignedforpracticalcross-platforminference.Thekeyideaistoexplicitlytransmitscaleparametersthroughthehyperprior,whichguaranteesentropycodingconsistencyacrossdeviceswithoutrequiringbit-exactarithmetic.Whilethisincreasesbitrateoverhead,werecovermostofthecodingefficiencythrougharchitecturalimprovements(gatedmemory,ReGLUactivation),along-termreferencerecoverymechanism,anddomain-specificperceptualtraining.OntheVCDvideoconferencingbenchmark,MLVCachieves>70%BD-rate(MOS)improvementoverhardwareHEVC,thestrongestdeployablebaseline,whilereachingsubjectivequalitycompetitivewithDCVC-RT,whichcannotoperateacrossdiverseplatforms.Boththeencoderanddecoderrunat100FPSonaverageoncommodityNPUsfromApple,Intel,andQualcomm.MLVCisthefirstneuralvideocodectocombinecompetitivecompressionperformance,real-timespeed,andcross-platformrobustnessacrossdiverseconsumerdevices,makingitsuitableforwidespreaddeployment.Codewillbereleased.
View arXiv pageView PDFGitHub276Add to collection
Get this paper in your agent:
hf papers read 2606\.28027
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/2606.28027 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.28027 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.28027 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
microsoft/Mage-VL · Hugging Face - An Efficient Codec-Native Streaming Multimodal Foundation Model
Microsoft introduces Mage-VL, a codec-native streaming multimodal foundation model for image and video understanding that achieves up to 3.5x inference speedup by using a sparsity pattern inspired by video codecs, cutting visual tokens by over 75%.
Mage-VL: An Efficient Codec-Native Streaming Multimodal Foundation Model
Mage-VL is an efficient codec-native streaming multimodal foundation model that reduces visual token consumption by over 75% using a custom tokenizer, achieving up to 3.5x inference speedup while matching or outperforming existing models on static and video tasks.
AdaCodec: A Predictive Visual Code for Video MLLMs
AdaCodec reduces video encoding redundancy in multimodal LLMs by transmitting full visual tokens only when scene prediction fails, otherwise using compact inter-frame change descriptions. It outperforms per-frame RGB baselines at matched token budgets and achieves better or comparable results with significantly fewer tokens, reducing time-to-first-token from 9.26s to 1.62s.
Real-Time Long Video Generation (GitHub Repo)
NVlabs releases LongLive 2.0, a parallel infrastructure for real-time long video generation using NVFP4 quantization, supporting both training and inference. It achieves 45.7 FPS and is accepted at ICLR 2026.
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.