What is: Cross-Scale Non-Local Attention?
Source | Image Super-Resolution with Cross-Scale Non-Local Attention and Exhaustive Self-Exemplars Mining |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Cross-Scale Non-Local Attention, or CS-NL, is a non-local attention module for image super-resolution deep networks. It learns to mine long-range dependencies between LR features to larger-scale HR patches within the same feature map. Specifically, suppose we are conducting an s-scale super-resolution with the module, given a feature map of spatial size , we first bilinearly downsample it to with scale , and match the patches in with the downsampled candidates in to obtain the softmax matching score. Finally, we conduct deconvolution.on the score by weighted adding the patches of size extracted from . The obtained of size will be times super-resolved than .