The reviewed record of science sign in
Pith

arxiv: 2504.11271 · v1 · pith:MNKWDRRE · submitted 2025-04-15 · cs.CV

Distillation-Supervised Convolutional Low-Rank Adaptation for Efficient Image Super-Resolution

Reviewed by Pithpith:MNKWDRREopen to challenge →

classification cs.CV
keywords modelsconvolutionaldscloraefficientimagelow-rankperformancespan
0
0 comments X
read the original abstract

Convolutional neural networks (CNNs) have been widely used in efficient image super-resolution. However, for CNN-based methods, performance gains often require deeper networks and larger feature maps, which increase complexity and inference costs. Inspired by LoRA's success in fine-tuning large language models, we explore its application to lightweight models and propose Distillation-Supervised Convolutional Low-Rank Adaptation (DSCLoRA), which improves model performance without increasing architectural complexity or inference costs. Specifically, we integrate ConvLoRA into the efficient SR network SPAN by replacing the SPAB module with the proposed SConvLB module and incorporating ConvLoRA layers into both the pixel shuffle block and its preceding convolutional layer. DSCLoRA leverages low-rank decomposition for parameter updates and employs a spatial feature affinity-based knowledge distillation strategy to transfer second-order statistical information from teacher models (pre-trained SPAN) to student models (ours). This method preserves the core knowledge of lightweight models and facilitates optimal solution discovery under certain conditions. Experiments on benchmark datasets show that DSCLoRA improves PSNR and SSIM over SPAN while maintaining its efficiency and competitive image quality. Notably, DSCLoRA ranked first in the Overall Performance Track of the NTIRE 2025 Efficient Super-Resolution Challenge. Our code and models are made publicly available at https://github.com/Yaozzz666/DSCF-SR.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. The Eleventh NTIRE 2026 Efficient Super-Resolution Challenge Report

    cs.CV 2026-04 unverdicted novelty 2.0

    The NTIRE 2026 report benchmarks 15 valid submissions that maintain ~26.9 dB PSNR on DIV2K_LSDIR while reducing runtime, parameters and FLOPs.