ACM MM 2023

KSNet: Kernel Dimension Matters To Activate Available Kernels for Real-time Video Super-Resolution

Shuo Jin Meiqin Liu Chao Yao Chunyu Lin Yao Zhao
KSNet visual comparison on REDS4

Figure 1. Visual comparison on REDS4 showing sharper details from KSNet in an online video SR setting.

Abstract

KSNet is designed for real-time video super-resolution, where reconstruction quality and latency must be balanced at every stage of the pipeline. The paper argues that temporal redundancy is underused by earlier efficient VSR systems, and proposes a kernel-split strategy that treats dynamic and static feature channels differently. By activating richer kernels only where they matter most, KSNet reduces computation while preserving stronger temporal modeling.

Method Overview

The key idea is to split feature channels into high-value and low-value groups according to their contribution. A multi-channel selection unit performs that discrimination hierarchically. Low-dimensional kernels are reused on low-value channels to save cost, while re-parameterized convolutional kernels are activated on high-value channels to model dynamic information more effectively. KSNet also adds a multiple flow deformable alignment module so temporal correspondence remains sufficiently rich without turning the full system into a heavy offline model.

In short, KSNet does not merely shrink the network. It redistributes computation across kernel dimensions so the expensive operations are concentrated on motion-sensitive features.

Highlights

Kernel-split Computation

The method dynamically activates available kernel dimensions based on channel importance instead of applying one uniform convolution everywhere.

Efficient Temporal Alignment

The multiple flow deformable alignment module keeps temporal representation strong enough for online VSR with affordable cost.

Real-time Reconstruction Quality

The paper positions KSNet as a practical design that improves reconstruction quality while remaining suitable for low-latency deployment.

Results

x4 Official code and evaluation configs are provided for 4x video super-resolution
REDS4 The public project includes REDS training and REDS4 validation settings
Runtime + Quality The official ACM abstract states that KSNet improves both reconstruction quality and runtime

The public ACM abstract clearly supports the qualitative conclusion that KSNet improves quality-speed trade-offs, but the original benchmark tables were not directly parseable during verification. This page therefore avoids listing unverified PSNR, SSIM, FPS, or Vid4/Vimeo numbers and keeps the emphasis on validated problem setting, method design, and official qualitative evidence.

Citation

@inproceedings{jin2023kernel,
  title     = {Kernel Dimension Matters: To Activate Available Kernels for Real-time Video Super-Resolution},
  author    = {Jin, Shuo and Liu, Meiqin and Yao, Chao and Lin, Chunyu and Zhao, Yao},
  booktitle = {Proceedings of the 31st ACM International Conference on Multimedia},
  pages     = {8617--8625},
  year      = {2023}
}