Skip to content

BasicVSR structure why not using a encoder-decoder framework? #770

Answered by ckkelvinchan
gauone asked this question in Models
Discussion options

You must be logged in to vote

By "encoder-decoder" fashion do you mean gradually downsample with increased channel, followed by an upsampling?

In the task of super-resolution, we aim at restoring the missing details. We usually will not further downsample the image/feature as it is already low-resolution. While increasing the channel and decreasing the spatial resolution is conceptually similar, we empirically found that such an encoder-decoder design does not improve the performance. In addition, it incurs a huge number of parameters. Therefore, a common practice is that we stay at the input resolution, and upsample the feature at the end of the network.

Nevertheless, I will not rule out the possibility that such a d…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gauone
Comment options

Answer selected by zengyh1900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
None yet
2 participants