paper-with-me

Papers

LIM: Large Interpolator Model for Dynamic Reconstruction

2025-03-28 · CVPR 2025 1 · Remy Sabathier, Niloy J. Mitra, David Novotny

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.

📄 PDF Abstract BibTeX arXiv:2503.22537

Code (0)

등록된 구현이 없습니다.

Tasks

4D reconstructionBenchmarkingDynamic Reconstructionmodel

Similar Papers 제목 키워드 기반

PAC-Chernoff Bounds: Understanding Generalization in the Interpolation Regime

2023-06-19 · Andrés R. Masegosa, Luis A. Ortega

This paper introduces a distribution-dependent PAC-Chernoff bound that exhibits perfect tightness for interpolators, even within over-parameterized model classes. This bound, which relies on basic principles of Large Dev…

Data Augmentation

Implicit Regularization Leads to Benign Overfitting for Sparse Linear Regression

2023-02-01 · Mo Zhou, Rong Ge

In deep learning, often the training process finds an interpolator (a solution with 0 training loss), but the test loss is still low. This phenomenon, known as benign overfitting, is a major mystery that received a lot o…

regression

Flatness and Generalization: Learning Multi-Index Models with Homogeneous Neural Networks

2026-06-03 · Harsh Vardhan, Hossein Taheri, Arya Mazumdar arxiv

A common heuristic used to explain the generalization of first-order gradient methods on non-convex neural networks is that "flat interpolators generalize well" (Hochreiter and Schmidhuber, 1994; Keskar et al., 2017), wh…

Exact Gap between Generalization Error and Uniform Convergence in Random Feature Models

2021-03-08 · Zitong Yang, Yu Bai, Song Mei

Recent work showed that there could be a large gap between the classical uniform convergence bound and the actual test error of zero-training-error predictors (interpolators) such as deep neural networks. To better under…

Zero Generalization Error Theorem for Random Interpolators via Algebraic Geometry

2025-12-06 · Naoki Yoshida, Isao Ishikawa, Masaaki Imaizumi arxiv

We theoretically demonstrate that the generalization error of interpolators for machine learning models under teacher-student settings becomes 0 once the number of training samples exceeds a certain threshold. Understand…