CineMobile Runs Cinematic I2V Model Under 1 GB on MediaTek Chip
TL;DR
- A 4-step image-to-video model under 1 GB runs cinematic effects on a MediaTek Dimensity 8400 Ultimate 5G phone, per the paper.
- Reported speedup over the teacher model is 40x, with 0.6-second per-step latency on an NVIDIA H200 GPU.
- On the phone, per-step latency stretches to 20 seconds and peak memory usage reaches 1.8 GB.
The interesting bit here isn't that a phone can generate video, plenty of edge diffusion demos exist, but that the authors claim to have squeezed a cinematic camera-motion image-to-video system down to a model under 1 GB, small enough to sit alongside the OS on a MediaTek Dimensity 8400 Ultimate 5G handset. That is the target hardware the paper actually reports numbers on. According to the arXiv preprint, CineMobile produces 49-frame 480p clips with cinematic effects like bullet time and dolly zoom, driven by a 4-step generator rather than the long denoising loops a full diffusion transformer would normally require.
The mechanics behind that number are three familiar tricks combined. The team applies distillation-guided pruning to shrink the base model, distills the sampler down to four steps with a reinforcement learning pass on top, and finishes with hybrid post-training quantization to hold weights below the 1 GB envelope. The reported outcome is a 40x speedup over the teacher model while, they claim, maintaining visual quality. On an NVIDIA H200 the pruned model takes 0.6 seconds per step; on the phone, per-step latency stretches to 20 seconds, and peak memory usage climbs to 1.8 GB.
Why this matters if you don't build video models: the practical bottleneck for on-device generative video has been that the good cinematic systems are hosted, expensive, and increasingly rate-limited. If a Dimensity-class SoC really can drive a cinematic I2V pipeline without a network round-trip, the economics of short-form creative tooling, camera apps, social filters, ad prototyping, tilt toward the silicon that phone OEMs already ship.
The honest caveat is that this is a single-paper claim with no independent benchmark yet, a four-step distilled sampler is likely to lose fidelity on harder motion than its teacher, and 20 seconds per step still means roughly a minute and a half of compute for a short clip on the specific chip they tested. The reporting doesn't give you a user study, thermal or battery data, or head-to-head quality numbers against other mobile diffusion baselines. Even so, the direction, cinematic camera motion as a first-class target for on-device video rather than an afterthought, is the part worth watching.
Originally reported by paper
Read the original article →Original headline: CineMobile Runs Cinematic Image-to-Video Under 1 GB on MediaTek Dimensity