Methods › Computer Vision › Image Model Blocks › Spatial Feature Transform

Spatial Feature Transform

8 papers tagged archive 2025-07-28

Introduced by Xintao Wang et al. in Recovering Realistic Texture in Image Super-resolution by Deep Spatial Feature Transform

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

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,

𝐲̂=G_θ(𝐱 |γ, β), (γ, β)=ℳ(Ψ)

After obtaining (γ, β) from conditions, the transformation is carried out by scaling and shifting feature maps of a specific layer:

SFT(𝐅 |γ, β)=γ ⊙𝐅+β

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.

PaperSource

Papers archive 2025-07-28

8 shown of 8, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

17 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Blind Face Restoration2
Face Recognition2
Image Super-Resolution2
Super-Resolution2
3D Lane Detection1
Blind Super-Resolution1
Diffusion Personalization1
Diffusion Personalization Tuning Free1
Face Generation1
Face Verification1
Feature Upsampling1
Image Classification1
Image Compression1
Lane Detection1
Semantic Segmentation1
Video Super-Resolution1
image-classification1

Usage over time archive 2025-07-28

Papers per year tagged with Spatial Feature Transform: 2018 to 2025, peak 2 2 0 2018: 1 paper 2018 2019: 1 paper 2019 2020: 0 papers 2020 2021: 2 papers 2021 2022: 0 papers 2022 2023: 1 paper 2023 2024: 2 papers 2024 2025: 1 paper 2025
Papers per year the archive tags with this method, by the paper's archive date (8 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Image Model Blocks

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections