paper-with-me

홈 › Papers

Pixel-wise Deep Image Stitching

2021-12-12 · Hyeokjun Kweon, Hyeonseong Kim, Yoonsu Kang, Youngho Yoon, Wooseong Jeong, Kuk-Jin Yoon

Image stitching aims at stitching the images taken from different viewpoints into an image with a wider field of view. Existing methods warp the target image to the reference image using the estimated warp function, and a homography is one of the most commonly used warping functions. However, when images have large parallax due to non-planar scenes and translational motion of a camera, the homography cannot fully describe the mapping between two images. Existing approaches based on global or local homography estimation are not free from this problem and suffer from undesired artifacts due to parallax. In this paper, instead of relying on the homography-based warp, we propose a novel deep image stitching framework exploiting the pixel-wise warp field to handle the large-parallax problem. The proposed deep image stitching framework consists of two modules: Pixel-wise Warping Module (PWM) and Stitched Image Generating Module (SIGMo). PWM employs an optical flow estimation model to obtain pixel-wise warp of the whole image, and relocates the pixels of the target image with the obtained warp field. SIGMo blends the warped target image and the reference image while eliminating unwanted artifacts such as misalignments, seams, and holes that harm the plausibility of the stitched result. For training and evaluating the proposed framework, we build a large-scale dataset that includes image pairs with corresponding pixel-wise ground truth warp and sample stitched result images. We show that the results of the proposed framework are qualitatively superior to those of the conventional methods, especially when the images have large parallax. The code and the proposed dataset will be publicly available soon.

📄 PDF Abstract BibTeX arXiv:2112.06171

Code (0)

등록된 구현이 없습니다.

Tasks

Homography EstimationImage StitchingOptical Flow Estimation

Similar Papers 제목 키워드 기반

PIS3R: Very Large Parallax Image Stitching via Deep 3D Reconstruction

2025-08-06 · Muhua Zhu, Xinhao Jin, Chengbo Wang, Yongcong Zhang 외 arxiv

Image stitching aim to align two images taken from different viewpoints into one seamless, wider image. However, when the 3D scene contains depth variations and the camera baseline is significant, noticeable parallax occ…

3D ReconstructionImage Stitching

A Robust Method for Image Stitching

2020-04-08 · Matti Pellikka, Valtteri Lahtinen

We propose a novel method for large-scale image stitching that is robust against repetitive patterns and featureless regions in the imagery. In such cases, state-of-the-art image stitching methods easily produce image al…

Image RegistrationImage Stitching

Content-Preserving Image Stitching with Piecewise Rectangular Boundary Constraints

2021-07-01 · IEEE Transactions on Visualization and Computer Graphics 2021 7 · Yun Zhang, Yu-Kun Lai, and Fang-Lue Zhang, Member 외

Abstract—This paper proposes an approach to content- preserving image stitching with regular boundary constraints, which aims to stitch multiple images to generate a panoramic image with a piecewise rectangular bounda…

Image Stitching

Unsupervised Deep Image Stitching: Reconstructing Stitched Features to Images

2021-06-24 · Lang Nie, Chunyu Lin, Kang Liao, Shuaicheng Liu 외

Traditional feature-based image stitching technologies rely heavily on feature detection quality, often failing to stitch images with few features or low resolution. The learning-based image stitching solutions are rarel…

Image ReconstructionImage Stitching

Warping Residual Based Image Stitching for Large Parallax

2020-06-01 · CVPR 2020 6 · Kyu-Yul Lee, Jae-Young Sim

Image stitching techniques align two images captured at different viewing positions onto a single wider image. When the captured 3D scene is not planar and the camera baseline is large, two images exhibit parallax where …

Image StitchingSuperpixels