CVAIOct 2, 2023

EXTRACTER: Efficient Texture Matching with Attention and Gradient Enhancing for Large Scale Image Super Resolution

arXiv:2310.01379v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses memory inefficiency and accuracy issues in texture matching for large-scale image super-resolution, representing an incremental improvement over existing methods.

The paper tackles the problem of inefficient and inaccurate texture matching in reference-based image super-resolution by proposing a deep search method that reduces the number of image patches and finds the most relevant matches, resulting in competitive PSNR and SSIM metrics.

Recent Reference-Based image super-resolution (RefSR) has improved SOTA deep methods introducing attention mechanisms to enhance low-resolution images by transferring high-resolution textures from a reference high-resolution image. The main idea is to search for matches between patches using LR and Reference image pair in a feature space and merge them using deep architectures. However, existing methods lack the accurate search of textures. They divide images into as many patches as possible, resulting in inefficient memory usage, and cannot manage large images. Herein, we propose a deep search with a more efficient memory usage that reduces significantly the number of image patches and finds the $k$ most relevant texture match for each low-resolution patch over the high-resolution reference patches, resulting in an accurate texture match. We enhance the Super Resolution result adding gradient density information using a simple residual architecture showing competitive metrics results: PSNR and SSMI.

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