SOTAVerified

Local Texture Estimator for Implicit Representation Function

2021-11-17CVPR 2022Code Available1· sign in to hype

Jaewon Lee, Kyong Hwan Jin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent works with an implicit neural function shed light on representing images in arbitrary resolution. However, a standalone multi-layer perceptron shows limited performance in learning high-frequency components. In this paper, we propose a Local Texture Estimator (LTE), a dominant-frequency estimator for natural images, enabling an implicit function to capture fine details while reconstructing images in a continuous manner. When jointly trained with a deep super-resolution (SR) architecture, LTE is capable of characterizing image textures in 2D Fourier space. We show that an LTE-based neural function achieves favorable performance against existing deep SR methods within an arbitrary-scale factor. Furthermore, we demonstrate that our implementation takes the shortest running time compared to previous works.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BSD100 - 2x upscalingLTEPSNR32.44Unverified
BSD100 - 3x upscalingLTEPSNR29.39Unverified
BSD100 - 4x upscalingLTEPSNR27.86Unverified
Set14 - 2x upscalingLTEPSNR34.25Unverified
Set14 - 3x upscalingLTEPSNR30.8Unverified
Set14 - 4x upscalingLTEPSNR29.06Unverified
Set5 - 2x upscalingLTEPSNR38.33Unverified
Set5 - 3x upscalingLTEPSNR34.89Unverified
Urban100 - 2x upscalingLTEPSNR33.5Unverified
Urban100 - 3x upscalingLTEPSNR29.41Unverified
Urban100 - 4x upscalingLTEPSNR27.24Unverified

Reproductions