A Simple Low-Bit Quantization Framework for Video Snapshot Compressive Imaging

Abstract

Video Snapshot Compressive Imaging (SCI) aims to use a low-speed 2D camera to capture high-speed scene as snapshot compressed measurements, followed by a reconstruction algorithm to reconstruct the high-speed video frames. State-of-the-art (SOTA) deep learning-based algorithms have achieved impressive performance, yet with heavy computational workload. Network quantization is a promising way to reduce computational cost. However, a direct low-bit quantization will bring large performance drop. To address this challenge, in this paper, we propose a simple low-bit quantization framework (dubbed Q-SCI) for the end-to-end deep learning-based video SCI reconstruction methods which usually consist of a feature extraction, feature enhancement, and video reconstruction module. Specifically, we first design a high-quality feature extraction module and a precise video reconstruction module to extract and propagate high-quality features in the low-bit quantized model. In addition, to alleviate the information distortion of the Transformer branch in the quantized feature enhancement module, we introduce a shift operation on the query and key distributions to further bridge the performance gap. Comprehensive experimental results manifest that our Q-SCI framework can achieve superior performance, , 4-bit quantized EfficientSCI-S derived by our Q-SCI framework can theoretically accelerate the real-valued EfficientSCI-S by 7.8× with only 2.3% performance gap on the simulation testing datasets. Code is available at https://github. com/mcao92/QuantizedSCI.

Cite

Text

Cao et al. "A Simple Low-Bit Quantization Framework for Video Snapshot Compressive Imaging." Proceedings of the European Conference on Computer Vision (ECCV), 2024. doi:10.1007/978-3-031-72943-0_7

Markdown

[Cao et al. "A Simple Low-Bit Quantization Framework for Video Snapshot Compressive Imaging." Proceedings of the European Conference on Computer Vision (ECCV), 2024.](https://mlanthology.org/eccv/2024/cao2024eccv-simple/) doi:10.1007/978-3-031-72943-0_7

BibTeX

@inproceedings{cao2024eccv-simple,
  title     = {{A Simple Low-Bit Quantization Framework for Video Snapshot Compressive Imaging}},
  author    = {Cao, Miao and Wang, Lishun and Wang, Huan and Yuan, Xin},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2024},
  doi       = {10.1007/978-3-031-72943-0_7},
  url       = {https://mlanthology.org/eccv/2024/cao2024eccv-simple/}
}