Unblur-SLAM: Dense Neural SLAM for Blurry Inputs

arXiv cs.CV / 3/31/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • Unblur-SLAM は、ぼやけた入力画像から鮮明な3D再構成を行う RGB SLAM パイプラインで、モーションブラーとデフォーカスブラーの双方に対応します。
  • 既存手法と異なり、入力画像のブラー量に応じて計算負荷を調整し、効率的に処理できる設計を提案しています。
  • まずはフィードフォワード型のデブラーリングモデルで成功したフレームをデブラーし、ローカル・グローバルなマルチビュー最適化とループクロージャで精緻なポーズと深度を得ます。
  • デブラーが失敗するフレームは 3DGS(3D Gaussian Splatting)と追加のブラー用ネットワークで、3D空間でのブラー生成を複数サブフレームとしてモデル化し、シャープな詳細やサブフレームの姿勢を学習します。
  • 複数の実データセットで、ポーズ推定とジオメトリ/テクスチャの鮮明化の両面で一貫した改善とSOTA性能を示したと報告しています。

Abstract

We propose Unblur-SLAM, a novel RGB SLAM pipeline for sharp 3D reconstruction from blurred image inputs. In contrast to previous work, our approach is able to handle different types of blur and demonstrates state-of-the-art performance in the presence of both motion blur and defocus blur. Moreover, we adjust the computation effort with the amount of blur in the input image. As a first stage, our method uses a feed-forward image deblurring model for which we propose a suitable training scheme that can improve both tracking and mapping modules. Frames that are successfully deblurred by the feed-forward network obtain refined poses and depth through local-global multi-view optimization and loop closure. Frames that fail the first stage deblurring are directly modeled through the global 3DGS representation and an additional blur network to model multiple blurred sub-frames and simulate the blur formation process in 3D space, thereby learning sharp details and refined sub-frame poses. Experiments on several real-world datasets demonstrate consistent improvements in both pose estimation and sharp reconstruction results of geometry and texture.