Fast and Accurate Image Super Resolution by Deep CNN with Skip Connection and Network in Network #14
harshraj22
started this conversation in
Paper Review
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DCSCN 📓
CVPR 2017
Architecture Details:
They proposed CNN model focusses on learning the residuals between the bicubic interpolation of the LR image and the HR original image.
The architecture consists of standard convolutional blocks with skip connections. The authors argue, skip connections help in stabilising the model, while passing on the information extracted from earlier layers to the later layers.
1 x 1 conv layer is introduced at the end in order to reduce feature maps size without increasing the model complexity.
Mean Squared Error was used as a loss function along with L2 regularization.
Dataset Details:
Beta Was this translation helpful? Give feedback.
All reactions