{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## 1. PP-msvsr Introduction\n", "Video super-resolution originates from image super-resolution, which aims to recover high-resolution (HR) images from one or more low resolution (LR) images. The difference between them is that the video is composed of multiple frames, so the video super-resolution usually uses the information between frames to repair. PP-MSVSR is a multi-stage VSR deep architecture, with local fusion module, auxiliary loss and refined align module to refine the enhanced result progressively. Specifically, in order to strengthen the fusion of features across frames in feature propagation, a local fusion module is designed in stage-1 to perform local feature fusion before feature propagation. Moreover, an auxiliary loss in stage-2 is introduced to make the features obtained by the propagation module reserve more correlated information connected to the HR space, and introduced a refined align module in stage-3 to make full use of the feature information of the previous stage. Extensive experiments substantiate that PP-MSVSR achieves a promising performance of Vid4 datasets, which PSNR metric can achieve 28.13 with only 1.45M parameters.\n", "\n", "The PP-MSVSR model is officially produced by PaddlePaddle and is a video super-resolution model developed by PaddleGan. More information about PaddleGAN can be found here https://github.com/PaddlePaddle/PaddleGAN.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 2. Model Effects and Application Scenarios\n", "### 2.1 Video Super-Resolution Tasks:\n", "\n", "#### 2.1.1 Datasets:\n", "\n", "The commonly used video super-resolution dataset Vid4 is taken as an example.\n", "\n", "#### 2.1.2 Model Effects:\n", "\n", "PP-MSVSR在图片上的超分效果为:\n", "The video super-resolution effect of PP-msvsr on the video is:\n", "\n", "