Blur2seq: Blind Deblurring and Camera Trajectory Estimation from a Single Camera Motion-blurred Image
Guillermo Carbajal, Andrés Almansa, Pablo Musé
TL;DR
This work tackles motion blur from camera shake by jointly estimating the latent sharp image and the underlying camera trajectory from a single blurry image. It grounds the approach in the Projective Motion Blur Model (PMBM) and Exposure Trajectory Recovery (ETR), representing blur via per-pixel offsets and a differentiable blur creation module, and predicts a full 3D rotation trajectory with a two-branch Trajectory Prediction Network. A model-based Restoration Network unrolls ADMM iterations to recover the latent image from the blurry input and the PMBM-derived degradation, with a reblur loss used to refine the trajectory post-inference; this yields a transparent, interpretable blur model and enables video generation of the acquisition process. Experiments on synthetic and real datasets show state-of-the-art or competitive performance, especially for severe or spatially variant blur, and the method offers practical benefits by providing the motion path and a recoverable sequence of sharp frames along with efficient, differentiable components and a strong integration of learned priors with physics-based degradation models.
Abstract
Motion blur caused by camera shake, particularly under large or rotational movements, remains a major challenge in image restoration. We propose a deep learning framework that jointly estimates the latent sharp image and the underlying camera motion trajectory from a single blurry image. Our method leverages the Projective Motion Blur Model (PMBM), implemented efficiently using a differentiable blur creation module compatible with modern networks. A neural network predicts a full 3D rotation trajectory, which guides a model-based restoration network trained end-to-end. This modular architecture provides interpretability by revealing the camera motion that produced the blur. Moreover, this trajectory enables the reconstruction of the sequence of sharp images that generated the observed blurry image. To further refine results, we optimize the trajectory post-inference via a reblur loss, improving consistency between the blurry input and the restored output. Extensive experiments show that our method achieves state-of-the-art performance on both synthetic and real datasets, particularly in cases with severe or spatially variant blur, where end-to-end deblurring networks struggle. Code and trained models are available at https://github.com/GuillermoCarbajal/Blur2Seq/
