PoseCrafter: Extreme Pose Estimation with Hybrid Video Synthesis
Qing Mao, Tianxin Huang, Yu Zhu, Jinqiu Sun, Yanning Zhang, Gim Hee Lee
TL;DR
PoseCrafter targets extreme pose estimation when image pairs have limited overlap by synthesizing informative intermediate views using Hybrid Video Generation (HVG) and selecting frames via a deterministic Feature Matching Selector (FMS). HVG blends motion-driven interpolation with pose-conditioned novel-view synthesis to produce high-fidelity frames that preserve geometry, while FMS ensures only frames with strong geometric consistency are used for final pose estimation. The approach is training-free and achieves state-of-the-art performance across four benchmarks (Cambridge Landmarks, ScanNet, DL3DV-10K, NAVI), particularly in small-overlap scenarios, with favorable runtime compared to self-consistency-based methods. Ablation studies corroborate the benefits of HVG, the choice of frame-count, and the reliability of ORB-based matching within FMS. The work demonstrates practical impact for robust pose estimation in challenging real-world scenes and broadens the applicability of diffusion-based video synthesis to downstream geometric tasks.
Abstract
Pairwise camera pose estimation from sparsely overlapping image pairs remains a critical and unsolved challenge in 3D vision. Most existing methods struggle with image pairs that have small or no overlap. Recent approaches attempt to address this by synthesizing intermediate frames using video interpolation and selecting key frames via a self-consistency score. However, the generated frames are often blurry due to small overlap inputs, and the selection strategies are slow and not explicitly aligned with pose estimation. To solve these cases, we propose Hybrid Video Generation (HVG) to synthesize clearer intermediate frames by coupling a video interpolation model with a pose-conditioned novel view synthesis model, where we also propose a Feature Matching Selector (FMS) based on feature correspondence to select intermediate frames appropriate for pose estimation from the synthesized results. Extensive experiments on Cambridge Landmarks, ScanNet, DL3DV-10K, and NAVI demonstrate that, compared to existing SOTA methods, PoseCrafter can obviously enhance the pose estimation performances, especially on examples with small or no overlap.
