CVSep 4, 2023

Implicit Neural Image Stitching

arXiv:2309.01409v515 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses image quality issues in stitching for applications like photography and computer vision, representing an incremental improvement over existing learning-based methods.

The paper tackles the problem of blurry artifacts and disparities in image stitching by proposing an implicit neural approach that extends arbitrary-scale super-resolution, achieving improved resolution and accelerated image enhancement compared to previous deep stitching methods.

Existing frameworks for image stitching often provide visually reasonable stitchings. However, they suffer from blurry artifacts and disparities in illumination, depth level, etc. Although the recent learning-based stitchings relax such disparities, the required methods impose sacrifice of image qualities failing to capture high-frequency details for stitched images. To address the problem, we propose a novel approach, implicit Neural Image Stitching (NIS) that extends arbitrary-scale super-resolution. Our method estimates Fourier coefficients of images for quality-enhancing warps. Then, the suggested model blends color mismatches and misalignment in the latent space and decodes the features into RGB values of stitched images. Our experiments show that our approach achieves improvement in resolving the low-definition imaging of the previous deep image stitching with favorable accelerated image-enhancing methods. Our source code is available at https://github.com/minshu-kim/NIS.

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