
Two Conv layer가 shallow features를 extract하는데 사용된다.
The first Conv layer로부터 LR input으로부터의 F-1을 extract
F-1은 shallow featrue extraction과 global residual learning에 사용된다. + second conv layer로부터 f0가 applied


- Efficient Sub-Pixel Convolutional Neural Network(ESPCN)
- L개의 layer가 있다고 가정할 때, l-1 layers input LR image는 flxfl convolution을 거쳐서 nl-1 feature maps을 생성
- last layer에서 efficient sub-pixel convolution이 HR image를 output으로 가져온다.