paper-with-me

홈 › Papers

Guided Super-Resolution as Pixel-to-Pixel Transformation

2019-04-02 · ICCV 2019 10 · Riccardo de Lutio, Stefano D'Aronco, Jan Dirk Wegner, Konrad Schindler

Guided super-resolution is a unifying framework for several computer vision tasks where the inputs are a low-resolution source image of some target quantity (e.g., perspective depth acquired with a time-of-flight camera) and a high-resolution guide image from a different domain (e.g., a grey-scale image from a conventional camera); and the target output is a high-resolution version of the source (in our example, a high-res depth map). The standard way of looking at this problem is to formulate it as a super-resolution task, i.e., the source image is upsampled to the target resolution, while transferring the missing high-frequency details from the guide. Here, we propose to turn that interpretation on its head and instead see it as a pixel-to-pixel mapping of the guide image to the domain of the source image. The pixel-wise mapping is parametrised as a multi-layer perceptron, whose weights are learned by minimising the discrepancies between the source image and the downsampled target image. Importantly, our formulation makes it possible to regularise only the mapping function, while avoiding regularisation of the outputs; thus producing crisp, natural-looking images. The proposed method is unsupervised, using only the specific source and guide images to fit the mapping. We evaluate our method on two different tasks, super-resolution of depth maps and of tree height maps. In both cases, we clearly outperform recent baselines in quantitative comparisons, while delivering visually much sharper outputs.

📄 PDF Abstract BibTeX arXiv:1904.01501

Code (2)

riccardodelutio/PixTransform 공식 구현 pytorch
palmdong/mmsr pytorch

Tasks

Super-Resolution

Similar Papers 제목 키워드 기반

High-Resolution Image Harmonization via Collaborative Dual Transformations

2021-09-14 · CVPR 2022 1 · Wenyan Cong, Xinhao Tao, Li Niu, Jing Liang 외

Given a composite image, image harmonization aims to adjust the foreground to make it compatible with the background. High-resolution image harmonization is in high demand, but still remains unexplored. Conventional imag…

Image HarmonizationVocal Bursts Intensity Prediction

SASSI -- Super-Pixelated Adaptive Spatio-Spectral Imaging

2020-12-28 · Vishwanath Saragadam, Michael DeZeeuw, Richard Baraniuk, Ashok Veeraraghavan 외

We introduce a novel video-rate hyperspectral imager with high spatial, and temporal resolutions. Our key hypothesis is that spectral profiles of pixels in a super-pixel of an oversegmented image tend to be very similar.…

Guided Linear Upsampling

2023-07-13 · Shuangbing Song, Fan Zhong, Tianju Wang, Xueying Qin 외

Guided upsampling is an effective approach for accelerating high-resolution image processing. In this paper, we propose a simple yet effective guided upsampling method. Each pixel in the high-resolution image is represen…

Image Formation Model Guided Deep Image Super-Resolution

2019-08-18 · Jinshan Pan, Yang Liu, Deqing Sun, Jimmy Ren 외

We present a simple and effective image super-resolution algorithm that imposes an image formation constraint on the deep neural networks via pixel substitution. The proposed algorithm first uses a deep neural network to…

Image Super-ResolutionmodelSuper-Resolution

Fast End-to-End Trainable Guided Filter

2018-03-15 · CVPR 2018 6 · Huikai Wu, Shuai Zheng, Junge Zhang, Kaiqi Huang

Dense pixel-wise image prediction has been advanced by harnessing the capabilities of Fully Convolutional Networks (FCNs). One central issue of FCNs is the limited capacity to handle joint upsampling. To address the prob…