paper-with-me

Papers

Dynamic Implicit Image Function for Efficient Arbitrary-Scale Image Representation

2023-06-21 · Zongyao He, Zhi Jin

Recent years have witnessed the remarkable success of implicit neural representation methods. The recent work Local Implicit Image Function (LIIF) has achieved satisfactory performance for continuous image representation, where pixel values are inferred from a neural network in a continuous spatial domain. However, the computational cost of such implicit arbitrary-scale super-resolution (SR) methods increases rapidly as the scale factor increases, which makes arbitrary-scale SR time-consuming. In this paper, we propose Dynamic Implicit Image Function (DIIF), which is a fast and efficient method to represent images with arbitrary resolution. Instead of taking an image coordinate and the nearest 2D deep features as inputs to predict its pixel value, we propose a coordinate grouping and slicing strategy, which enables the neural network to perform decoding from coordinate slices to pixel value slices. We further propose a Coarse-to-Fine Multilayer Perceptron (C2F-MLP) to perform decoding with dynamic coordinate slicing, where the number of coordinates in each slice varies as the scale factor varies. With dynamic coordinate slicing, DIIF significantly reduces the computational cost when encountering arbitrary-scale SR. Experimental results demonstrate that DIIF can be integrated with implicit arbitrary-scale SR methods and achieves SOTA SR performance with significantly superior computational efficiency, thereby opening a path for real-time arbitrary-scale image representation. Our code can be found at https://github.com/HeZongyao/DIIF.

📄 PDF Abstract BibTeX arXiv:2306.12321

Code (1)

hezongyao/diif 공식 구현 pytorch

Tasks

Computational EfficiencySuper-Resolution

Similar Papers 제목 키워드 기반

Efficient Model Agnostic Approach for Implicit Neural Representation Based Arbitrary-Scale Image Super-Resolution

2023-11-20 · Young Jae Oh, Jihun Kim, Tae Hyun Kim

Single image super-resolution (SISR) has experienced significant advancements, primarily driven by deep convolutional networks. Traditional networks, however, are limited to upscaling images to a fixed scale, leading to …

Computational EfficiencyDecoderImage Super-ResolutionMixture-of-Experts+1

Cascaded Local Implicit Transformer for Arbitrary-Scale Super-Resolution

2023-03-29 · CVPR 2023 1 · Hao-Wei Chen, Yu-Syuan Xu, Min-Fong Hong, Yi-Min Tsai 외

Implicit neural representation has recently shown a promising ability in representing images with arbitrary resolutions. In this paper, we present a Local Implicit Transformer (LIT), which integrates the attention mechan…

Super-Resolution

UltraSR: Spatial Encoding is a Missing Key for Implicit Image Function-based Arbitrary-Scale Super-Resolution

2021-03-23 · Xingqian Xu, Zhangyang Wang, Humphrey Shi

The recent success of NeRF and other related implicit neural representation methods has opened a new path for continuous image representation, where pixel values no longer need to be looked up from stored discrete 2D arr…

NeRFSuper-Resolution

An Arbitrary Scale Super-Resolution Approach for 3D MR Images via Implicit Neural Representation

2021-10-27 · Qing Wu, Yuwei Li, Yawen Sun, Yan Zhou 외

High Resolution (HR) medical images provide rich anatomical structure details to facilitate early and accurate diagnosis. In MRI, restricted by hardware capacity, scan time, and patient cooperation ability, isotropic 3D …

DecoderImage ReconstructionImage Super-ResolutionSuper-Resolution

Local Texture Estimator for Implicit Representation Function

2021-11-17 · CVPR 2022 1 · Jaewon Lee, Kyong Hwan Jin

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 th…

Image Super-ResolutionSuper-Resolution