arXiv:2608.17966cs.CV2026-08

通过分阶段优化选中与聚合,实现超轻量图像超分辨率

SFMformer: A Spatial-Frequency Modulation Transformer for Lightweight Image Super-Resolution

论文配图:SFMformer: A Spatial-Frequency Modulation Transformer for Lightweight Image Super-Resolution
图 1 · 摘自论文原文
  • 先选关键特征,再优化聚合方式,分离两个优化目标
  • 联合使用空间增强与频域调制,性能超越单独模块之和
  • 仅每块一次频域调制,成本降至六分之一,适合嵌入式部署

稀疏注意力机制通过仅传播最强的词对关系,成为轻量级图像超分辨率中最高效的Transformer基础。本文发现,稀疏化改变了网络优化的本质:密集注意力仅需关注特征聚合质量,而稀疏注意力则有两个关键环节——选中哪些令牌,以及如何聚合这些令牌,且被筛选掉的令牌无法在后续恢复。因此,选择质量和聚合质量可独立优化,分别由输入前的双分支空间增强和输出端的波域调制模块实现。我们构建了SFMformer模型,在15个基准尺度上验证,两模块联合效果非简单叠加:在9个数据集上联合增益超过各自单独增益之和,且偏差方向可由较弱模块的贡献度预测(相关系数r = -0.72),说明当两者缓解不同瓶颈时产生协同效应,重叠时则相互抵消。每块仅一次频域调制,成本仅为原方案的六分之一,全模型参数始终低于100万。SFMformer在5个基准、3种放大因子下,30项PSNR/SSIM指标中位列第一28次。报告了配对无效的情况,并在Raspberry Pi 5上部署验证,证明其在资源受限场景下的实用性。

原文摘要 · Abstract (English)

Sparse attention mechanisms, which score all token pairs but propagate only the strongest, now underpin the most efficient Transformers for lightweight image super-resolution. This paper observes that sparsification changes what it means to improve such a network. A dense attention layer has one place where representation quality matters: the aggregation of attended features. A sparse layer has two, because the top-k operator first decides which tokens survive and only then decides what to do with them, and a token discarded at the selection stage cannot be recovered downstream. Selection quality and aggregation quality are therefore separable targets, addressed by modules placed before and after the attention respectively. We test this by pairing a dual-branch spatial enhancement on the input of a progressive focused attention with a wavelet-domain modulation on its output, forming SFMformer. Measuring each module alone and jointly over all fifteen benchmark-scale pairs, we find their gains are not additive: the joint gain exceeds the sum of the individual gains on nine pairs, and the sign of the discrepancy is predicted by how much the weaker module contributes on its own (r = -0.72), so the two compound when they relieve different constraints and overlap when they relieve the same one. Enabling spectral modulation once per block rather than once per layer retains the effect at roughly one-sixth of its cost, keeping the model below one million parameters at every scale. SFMformer ranks first on 28 of 30 PSNR/SSIM entries across five benchmarks and three upscaling factors. We report the cases where the pairing does not help, and deploy the model on a Raspberry Pi 5 to confirm the design is practical under tight resource budgets.

图像超分轻量化注意力机制嵌入式

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。