What is: Spatial Feature Transform?
Source | Recovering Realistic Texture in Image Super-resolution by Deep Spatial Feature Transform |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Spatial Feature Transform, or SFT, is a layer that generates affine transformation parameters for spatial-wise feature modulation, and was originally proposed within the context of image super-resolution. A Spatial Feature Transform (SFT) layer learns a mapping function that outputs a modulation parameter pair based on some prior condition . The learned parameter pair adaptively influences the outputs by applying an affine transformation spatially to each intermediate feature maps in an SR network. During testing, only a single forward pass is needed to generate the HR image given the LR input and segmentation probability maps.
More precisely, the prior is modeled by a pair of affine transformation parameters through a mapping function . Consequently,
After obtaining from conditions, the transformation is carried out by scaling and shifting feature maps of a specific layer:
where denotes the feature maps, whose dimension is the same as and , and is referred to element-wise multiplication, i.e., Hadamard product. Since the spatial dimensions are preserved, the SFT layer not only performs feature-wise manipulation but also spatial-wise transformation.