English

Structured Sparsity Learning for Efficient Video Super-Resolution

Computer Vision and Pattern Recognition 2023-03-28 v3 Image and Video Processing

Abstract

The high computational costs of video super-resolution (VSR) models hinder their deployment on resource-limited devices, (e.g., smartphones and drones). Existing VSR models contain considerable redundant filters, which drag down the inference efficiency. To prune these unimportant filters, we develop a structured pruning scheme called Structured Sparsity Learning (SSL) according to the properties of VSR. In SSL, we design pruning schemes for several key components in VSR models, including residual blocks, recurrent networks, and upsampling networks. Specifically, we develop a Residual Sparsity Connection (RSC) scheme for residual blocks of recurrent networks to liberate pruning restrictions and preserve the restoration information. For upsampling networks, we design a pixel-shuffle pruning scheme to guarantee the accuracy of feature channel-space conversion. In addition, we observe that pruning error would be amplified as the hidden states propagate along with recurrent networks. To alleviate the issue, we design Temporal Finetuning (TF). Extensive experiments show that SSL can significantly outperform recent methods quantitatively and qualitatively.

Keywords

Cite

@article{arxiv.2206.07687,
  title  = {Structured Sparsity Learning for Efficient Video Super-Resolution},
  author = {Bin Xia and Jingwen He and Yulun Zhang and Yitong Wang and Yapeng Tian and Wenming Yang and Luc Van Gool},
  journal= {arXiv preprint arXiv:2206.07687},
  year   = {2023}
}

Comments

Accepted by CVPR2023, code is available at https://github.com/Zj-BinXia/SSL

R2 v1 2026-06-24T11:52:46.790Z