paper-with-me

홈 › Papers

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

2024-07-31 · Miao Cao, Lishun Wang, Huan Wang, Xin Yuan

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, e.g., 4-bit quantized EfficientSCI-S derived by our Q-SCI framework can theoretically accelerate the real-valued EfficientSCI-S by 7.8X with only 2.3% performance gap on the simulation testing datasets. Code is available at https://github.com/mcao92/QuantizedSCI.

📄 PDF Abstract BibTeX arXiv:2407.21517

Code (1)

mcao92/quantizedsci 공식 구현 pytorch

Tasks

QuantizationVideo Reconstruction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Key frames assisted hybrid encoding for photorealistic compressive video sensing

2022-07-26 · Honghao Huang, Jiajie Teng, Yu Liang, Chengyang Hu 외

Snapshot compressive imaging (SCI) encodes high-speed scene video into a snapshot measurement and then computationally makes reconstructions, allowing for efficient high-dimensional data acquisition. Numerous algorithms,…

Optical Flow Estimation

Compressive Quantization for Fast Object Instance Search in Videos

2017-10-01 · ICCV 2017 10 · Tan Yu, Zhenzhen Wang, Junsong Yuan

Most of current visual search systems focus on image-to-image (point-to-point) search such as image and object retrieval. Nevertheless, fast image-to-video (point-to-set) search is much less exploited. This paper tackles…

Instance SearchObjectQuantizationRetrieval+1

Reinforcement Learning for Adaptive Video Compressive Sensing

2021-05-18 · Sidi Lu, Xin Yuan, Aggelos K Katsaggelos, Weisong Shi

We apply reinforcement learning to video compressive sensing to adapt the compression ratio. Specifically, video snapshot compressive imaging (SCI), which captures high-speed video using a low-speed camera is considered …

Compressive Sensingobject-detectionObject Detectionreinforcement-learning+3

Event-Enhanced Snapshot Compressive Videography at 10K FPS

2024-04-11 · Bo Zhang, Jinli Suo, Qionghai Dai

Video snapshot compressive imaging (SCI) encodes the target dynamic scene compactly into a snapshot and reconstructs its high-speed frame sequence afterward, greatly reducing the required data footprint and transmission …

Video Frame Interpolation

A Simple and Efficient Reconstruction Backbone for Snapshot Compressive Imaging

2021-08-17 · Jiamian Wang, Yulun Zhang, Xin Yuan, Yun Fu 외

The emerging technology of snapshot compressive imaging (SCI) enables capturing high dimensional (HD) data in an efficient way. It is generally implemented by two components: an optical encoder that compresses HD signals…

Compressive SensingComputational EfficiencyImage ReconstructionRetrieval+2