English

MGBPv2: Scaling Up Multi-Grid Back-Projection Networks

Image and Video Processing 2019-11-04 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

Here, we describe our solution for the AIM-2019 Extreme Super-Resolution Challenge, where we won the 1st place in terms of perceptual quality (MOS) similar to the ground truth and achieved the 5th place in terms of high-fidelity (PSNR). To tackle this challenge, we introduce the second generation of MultiGrid BackProjection networks (MGBPv2) whose major modifications make the system scalable and more general than its predecessor. It combines the scalability of the multigrid algorithm and the performance of iterative backprojections. In its original form, MGBP is limited to a small number of parameters due to a strongly recursive structure. In MGBPv2, we make full use of the multigrid recursion from the beginning of the network; we allow different parameters in every module of the network; we simplify the main modules; and finally, we allow adjustments of the number of network features based on the scale of operation. For inference tasks, we introduce an overlapping patch approach to further allow processing of very large images (e.g. 8K). Our training strategies make use of a multiscale loss, combining distortion and/or perception losses on the output as well as downscaled output images. The final system can balance between high quality and high performance.

Keywords

Cite

@article{arxiv.1909.12983,
  title  = {MGBPv2: Scaling Up Multi-Grid Back-Projection Networks},
  author = {Pablo Navarrete Michelini and Wenbin Chen and Hanwen Liu and Dan Zhu},
  journal= {arXiv preprint arXiv:1909.12983},
  year   = {2019}
}

Comments

In ICCV 2019 Workshops. Winner of Perceptual track in AIM Extreme Super-Resolution Challenge 2019. Code available at https://github.com/pnavarre/mgbpv2

R2 v1 2026-06-23T11:28:47.864Z