paper-with-me

Papers

A Lightweight Image Super-Resolution Transformer Trained on Low-Resolution Images Only

2025-03-30 · Björn Möller, Lucas Görnhardt, Tim Fingscheidt

Transformer architectures prominently lead single-image super-resolution (SISR) benchmarks, reconstructing high-resolution (HR) images from their low-resolution (LR) counterparts. Their strong representative power, however, comes with a higher demand for training data compared to convolutional neural networks (CNNs). For many real-world SR applications, the availability of high-quality HR training images is not given, sparking interest in LR-only training methods. The LR-only SISR benchmark mimics this condition by allowing only low-resolution (LR) images for model training. For a 4x super-resolution, this effectively reduces the amount of available training data to 6.25% of the HR image pixels, which puts the employment of a data-hungry transformer model into question. In this work, we are the first to utilize a lightweight vision transformer model with LR-only training methods addressing the unsupervised SISR LR-only benchmark. We adopt and configure a recent LR-only training method from microscopy image super-resolution to macroscopic real-world data, resulting in our multi-scale training method for bicubic degradation (MSTbic). Furthermore, we compare it with reference methods and prove its effectiveness both for a transformer and a CNN model. We evaluate on the classic SR benchmark datasets Set5, Set14, BSD100, Urban100, and Manga109, and show superior performance over state-of-the-art (so far: CNN-based) LR-only SISR methods. The code is available on GitHub: https://github.com/ifnspaml/SuperResolutionMultiscaleTraining.

📄 PDF Abstract BibTeX arXiv:2503.23265

Code (1)

ifnspaml/superresolutionmultiscaletraining 공식 구현 pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
ADOPT Please enter a description about the method here
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

CubeFormer: A Simple yet Effective Baseline for Lightweight Image Super-Resolution

2024-12-03 · Jikai Wang, Huan Zheng, Jianbing Shen

Lightweight image super-resolution (SR) methods aim at increasing the resolution and restoring the details of an image using a lightweight neural network. However, current lightweight SR methods still suffer from inferio…

DiversityImage Super-ResolutionSuper-Resolution

Transforming Image Super-Resolution: A ConvFormer-based Efficient Approach

2024-01-11 · Gang Wu, Junjun Jiang, Junpeng Jiang, Xianming Liu

Recent progress in single-image super-resolution (SISR) has achieved remarkable performance, yet the computational costs of these methods remain a challenge for deployment on resource-constrained devices. In particular, …

Image Super-ResolutionSuper-Resolution

$L^2$FMamba: Lightweight Light Field Image Super-Resolution with State Space Model

2025-03-25 · Zeqiang Wei, Kai Jin, Zeyi Hou, Kuan Song 외

Transformers bring significantly improved performance to the light field image super-resolution task due to their long-range dependency modeling capability. However, the inherently high computational complexity of their …

Image Super-ResolutionMambaSuper-Resolution

Self-Calibrated Efficient Transformer for Lightweight Super-Resolution

2022-04-19 · Wenbin Zou, Tian Ye, Weixin Zheng, Yunchen Zhang 외

Recently, deep learning has been successfully applied to the single-image super-resolution (SISR) with remarkable performance. However, most existing methods focus on building a more complex network with a large number o…

Image Super-ResolutionSuper-Resolution

Spatial-Frequency Gated Swin Transformer for Remote Sensing Single-Image Super-Resolution

2026-05-10 · Md Aminur Hossain, Parekh Valkesh, Ayush V. Patel, Yogesh Jethani 외 arxiv

Remote Sensing (RS) single-image super-resolution aims to reconstruct high-resolution imagery from low-resolution observations while preserving fine spatial structures. Recent Swin Transformer-based models, including Swi…

Image Super-Resolution