CVNov 30, 2023

Leveraging Local Patch Alignment to Seam-cutting for Large Parallax Image Stitching

arXiv:2311.18564v32 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in image stitching for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of image stitching in large parallax scenarios where conventional alignment methods fail to provide locally aligned regions for seam-cutting, proposing an alignment-compensation paradigm that integrates a Local Patch Alignment Module (LPAM) to enhance stitching quality while maintaining computational efficiency.

Seam cutting has shown significant effectiveness in the composition phase of image stitching, particularly for scenarios involving parallax. However, conventional implementations typically position seam-cutting as a downstream process contingent upon successful image alignment. This approach inherently assumes the existence of locally aligned regions where visually plausible seams can be established. Current alignment methods frequently fail to satisfy this prerequisite in large parallax scenarios despite considerable research efforts dedicated to improving alignment accuracy. In this paper, we propose an alignment-compensation paradigm that dissociates seam quality from initial alignment accuracy by integrating a Local Patch Alignment Module (LPAM) into the seam-cutting pipeline. Concretely, given the aligned images with an estimated initial seam, our method first identifies low-quality pixels along the seam through a seam quality assessment, then performs localized SIFT-flow alignment on the critical patches enclosing these pixels. Finally, we recomposite the aligned patches using adaptive seam-cutting and merge them into the original aligned images to generate the final mosaic. Comprehensive experiments on large parallax stitching datasets demonstrate that LPAM significantly enhances stitching quality while maintaining computational efficiency. The code is available at https://github.com/tlliao/LPAM_seam-cutting.

Code Implementations1 repo
Foundations

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

Your Notes