English

Image as an IMU: Estimating Camera Motion from a Single Motion-Blurred Image

Computer Vision and Pattern Recognition 2025-11-27 v4

Abstract

In many robotics and VR/AR applications, fast camera motions lead to a high level of motion blur, causing existing camera pose estimation methods to fail. In this work, we propose a novel framework that leverages motion blur as a rich cue for motion estimation rather than treating it as an unwanted artifact. Our approach works by predicting a dense motion flow field and a monocular depth map directly from a single motion-blurred image. We then recover the instantaneous camera velocity by solving a linear least squares problem under the small motion assumption. In essence, our method produces an IMU-like measurement that robustly captures fast and aggressive camera movements. To train our model, we construct a large-scale dataset with realistic synthetic motion blur derived from ScanNet++v2 and further refine our model by training end-to-end on real data using our fully differentiable pipeline. Extensive evaluations on real-world benchmarks demonstrate that our method achieves state-of-the-art angular and translational velocity estimates, outperforming current methods like MASt3R and COLMAP.

Keywords

Cite

@article{arxiv.2503.17358,
  title  = {Image as an IMU: Estimating Camera Motion from a Single Motion-Blurred Image},
  author = {Jerred Chen and Ronald Clark},
  journal= {arXiv preprint arXiv:2503.17358},
  year   = {2025}
}

Comments

Project page: https://jerredchen.github.io/image-as-imu/

R2 v1 2026-06-28T22:30:08.955Z