Residual Dense Network for Image Super-Resolution
Proposes the Residual Dense Network, which fully exploits hierarchical features from all conv layers for image super-resolution.
Very deep CNNs have succeeded at image super-resolution but most fail to fully use hierarchical features from low-resolution inputs, limiting performance. The paper proposes the Residual Dense Network (RDN), exploiting features from all convolutional layers. Its residual dense block extracts abundant local features via densely connected layers with direct connections from preceding blocks, forming a contiguous memory mechanism. Local and global feature fusion then adaptively combine local and holistic features, and RDN performs favorably against state-of-the-art methods.
Based on: Residual Dense Network for Image Super-Resolution · 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition
Curated by Aramai Editorial
Read summary →