paper-with-me

홈 › Papers

Reconstructing the Image Stitching Pipeline: Integrating Fusion and Rectangling into a Unified Inpainting Model

2024-04-23 · Ziqi Xie, Weidong Zhao, Xianhui Liu, Jian Zhao, Ning Jia

Deep learning-based image stitching pipelines are typically divided into three cascading stages: registration, fusion, and rectangling. Each stage requires its own network training and is tightly coupled to the others, leading to error propagation and posing significant challenges to parameter tuning and system stability. This paper proposes the Simple and Robust Stitcher (SRStitcher), which revolutionizes the image stitching pipeline by simplifying the fusion and rectangling stages into a unified inpainting model, requiring no model training or fine-tuning. We reformulate the problem definitions of the fusion and rectangling stages and demonstrate that they can be effectively integrated into an inpainting task. Furthermore, we design the weighted masks to guide the reverse process in a pre-trained largescale diffusion model, implementing this integrated inpainting task in a single inference. Through extensive experimentation, we verify the interpretability and generalization capabilities of this unified model, demonstrating that SRStitcher outperforms state-of-the-art methods in both performance and stability. Code: https://github.com/yayoyo66/SRStitcher

📄 PDF Abstract BibTeX arXiv:2404.14951

Code (1)

yayoyo66/srstitcher 공식 구현 pytorch

Tasks

Image Stitching

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

3D Reconstruction from Sketches

2025-05-20 · Abhimanyu Talwar, Julien Laasri

We consider the problem of reconstructing a 3D scene from multiple sketches. We propose a pipeline which involves (1) stitching together multiple sketches through use of correspondence points, (2) converting the stitched…

3D Reconstruction

CRISP: Corneal Confocal Microscopy Real-Time Image Stitching Pipeline

2026-09-07 · Qincheng Qiao, Puli Zhang, Jian Zhou, Xinguo Hou arxiv

Morphology of the sub-basal nerve plexus (SNP) reflects peripheral nerve health, and corneal confocal microscopy (CCM) provides an important means for in vivo, real-time, non-invasive observation of the SNP. However, mai…

Image Stitching

Robust Multi-Modal Image Stitching for Improved Scene Understanding

2023-12-28 · Aritra Dutta, Dr. G Suseela, Asmita Sood

Multi-modal image stitching can be a difficult feat. That's why, in this paper, we've devised a unique and comprehensive image-stitching pipeline that taps into OpenCV's stitching module. Our approach integrates feature-…

Image StitchingScene Understanding

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

Generative Panoramic Image Stitching

2025-07-08 · Mathieu Tuli, Kaveh Kamali, David B. Lindell arxiv

We introduce the task of generative panoramic image stitching, which aims to synthesize seamless panoramas that are faithful to the content of multiple reference images containing parallax effects and strong variations i…

Image Stitching