LIM: Large Interpolator Model for Dynamic Reconstruction
Remy Sabathier, Niloy J. Mitra, David Novotny
TL;DR
LIM tackles the challenge of dynamic 4D asset reconstruction by introducing a transformer-based Large Interpolator Model that interpolates implicit 3D representations between two keyframes at continuous times. Built on a multi-view extension of the Large Reconstruction Model (LRM), LIM uses a novel causal consistency loss to enforce temporally coherent interpolations and enables time-resolved, uv-textured mesh tracking. The approach supports both multi-view and monocular inputs (the latter via diffusion-driven view synthesis) and demonstrates superior interpolation quality, faster runtime, and robust mesh tracing compared to baselines and ablations. This yields production-friendly, high-fidelity 4D reconstructions suitable for real-time pipelines and downstream applications. Key contributions include the integration of canonical surface coordinates for mesh tracing and a causally consistent training objective that preserves temporal coherence across arbitrary interpolation times.
Abstract
Reconstructing dynamic assets from video data is central to many in computer vision and graphics tasks. Existing 4D reconstruction approaches are limited by category-specific models or slow optimization-based methods. Inspired by the recent Large Reconstruction Model (LRM), we present the Large Interpolation Model (LIM), a transformer-based feed-forward solution, guided by a novel causal consistency loss, for interpolating implicit 3D representations across time. Given implicit 3D representations at times $t_0$ and $t_1$, LIM produces a deformed shape at any continuous time $t\in[t_0,t_1]$, delivering high-quality interpolated frames in seconds. Furthermore, LIM allows explicit mesh tracking across time, producing a consistently uv-textured mesh sequence ready for integration into existing production pipelines. We also use LIM, in conjunction with a diffusion-based multiview generator, to produce dynamic 4D reconstructions from monocular videos. We evaluate LIM on various dynamic datasets, benchmarking against image-space interpolation methods (e.g., FiLM) and direct triplane linear interpolation, and demonstrate clear advantages. In summary, LIM is the first feed-forward model capable of high-speed tracked 4D asset reconstruction across diverse categories.
