ROOct 16, 2019

FlowNorm: A Learning-based Method for Increasing Convergence Range of Direct Alignment

arXiv:1910.07217v1
Originality Incremental advance
AI Analysis

This work addresses the initialization bottleneck in direct alignment for computer vision, offering a novel robust norm that improves convergence range, though it is incremental as it builds on existing methods like robust norms and learning-based networks.

The paper tackles the problem of camera pose estimation in direct alignment methods, which require proper initialization due to non-convexity, by proposing FlowNorm, a robust norm that uses local patch alignments and global image registration information from a learning-based network to achieve an unprecedented convergence range for aligning images with large view angle changes or small overlaps, and integrating it into DSO and BA-Net yields more robust and accurate real-time results.

Many approaches have been proposed to estimate camera poses by directly minimizing photometric error. However, due to the non-convex property of direct alignment, proper initialization is still required for these methods. Many robust norms (e.g. Huber norm) have been proposed to deal with the outlier terms caused by incorrect initializations. These robust norms are solely defined on the magnitude of each error term. In this paper, we propose a novel robust norm, named FlowNorm, that exploits the information from both the local error term and the global image registration information. While the local information is defined on patch alignments, the global information is estimated using a learning-based network. Using both the local and global information, we achieve an unprecedented convergence range in which images can be aligned given large view angle changes or small overlaps. We further demonstrate the usability of the proposed robust norm by integrating it into the direct methods DSO and BA-Net, and generate more robust and accurate results in real-time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes