English

Neural Compression-Based Feature Learning for Video Restoration

Computer Vision and Pattern Recognition 2022-04-12 v2 Image and Video Processing

Abstract

How to efficiently utilize the temporal features is crucial, yet challenging, for video restoration. The temporal features usually contain various noisy and uncorrelated information, and they may interfere with the restoration of the current frame. This paper proposes learning noise-robust feature representations to help video restoration. We are inspired by that the neural codec is a natural denoiser. In neural codec, the noisy and uncorrelated contents which are hard to predict but cost lots of bits are more inclined to be discarded for bitrate saving. Therefore, we design a neural compression module to filter the noise and keep the most useful information in features for video restoration. To achieve robustness to noise, our compression module adopts a spatial channel-wise quantization mechanism to adaptively determine the quantization step size for each position in the latent. Experiments show that our method can significantly boost the performance on video denoising, where we obtain 0.13 dB improvement over BasicVSR++ with only 0.23x FLOPs. Meanwhile, our method also obtains SOTA results on video deraining and dehazing.

Keywords

Cite

@article{arxiv.2203.09208,
  title  = {Neural Compression-Based Feature Learning for Video Restoration},
  author = {Cong Huang and Jiahao Li and Bin Li and Dong Liu and Yan Lu},
  journal= {arXiv preprint arXiv:2203.09208},
  year   = {2022}
}

Comments

Accepted to CVPR 2022

R2 v1 2026-06-24T10:16:53.496Z