Highlight

Accelerating the Super-Resolution Convolutional Neural Network

Proposes a compact hourglass-shaped CNN (FSRCNN) that accelerates SRCNN over 40x while improving super-resolution restoration quality.

Based on

Accelerating the Super-Resolution Convolutional Neural Network

By Chao Dong, Chen Change Loy, Xiaoou TangEuropean Conference on Computer Vision
Read original article →

Building on the successful SRCNN model for image super-resolution, this paper targets the high computational cost that hindered practical, real-time (24 fps) usage. The authors propose a compact hourglass-shaped CNN structure with three main redesigns: introducing a deconvolution layer at the end of the network so the mapping is learned directly from the original low-resolution image without interpolation; reformulating the mapping layer by shrinking the input feature dimension before mapping and expanding it back afterward; and adopting smaller filter sizes but more mapping layers.

The resulting model achieves a speedup of more than 40 times over SRCNN while delivering even superior restoration quality. The authors further present parameter settings that reach real-time performance on a generic CPU while maintaining good quality, and propose a corresponding transfer strategy for fast training and testing across different upscaling factors. This made high-quality super-resolution far more practical for real-world, latency-sensitive applications.

Abstract

SRCNN achieved strong image super-resolution results but its high computational cost prevents real-time use. This paper accelerates it with a compact hourglass-shaped CNN using three redesigns: a deconvolution layer at the end so mapping is learned directly from the original low-resolution image, a reformulated mapping layer that shrinks then expands feature dimensions, and smaller filters with more mapping layers. The model runs over 40x faster with superior restoration quality, achieves real-time performance on a generic CPU, and supports a transfer strategy across upscaling factors.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

super-resolutionconvolutional neural networkreal-time inferencedeconvolutionmodel acceleration
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.

Accelerating the Super-Resolution Convolutional Neural Network | Aramai