Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MambaSCI: Efficient Mamba-UNet for Quad-Bayer Patterned Video Snapshot Compressive Imaging

About

Color video snapshot compressive imaging (SCI) employs computational imaging techniques to capture multiple sequential video frames in a single Bayer-patterned measurement. With the increasing popularity of quad-Bayer pattern in mainstream smartphone cameras for capturing high-resolution videos, mobile photography has become more accessible to a wider audience. However, existing color video SCI reconstruction algorithms are designed based on the traditional Bayer pattern. When applied to videos captured by quad-Bayer cameras, these algorithms often result in color distortion and ineffective demosaicing, rendering them impractical for primary equipment. To address this challenge, we propose the MambaSCI method, which leverages the Mamba and UNet architectures for efficient reconstruction of quad-Bayer patterned color video SCI. To the best of our knowledge, our work presents the first algorithm for quad-Bayer patterned SCI reconstruction, and also the initial application of the Mamba model to this task. Specifically, we customize Residual-Mamba-Blocks, which residually connect the Spatial-Temporal Mamba (STMamba), Edge-Detail-Reconstruction (EDR) module, and Channel Attention (CA) module. Respectively, STMamba is used to model long-range spatial-temporal dependencies with linear complexity, EDR is for better edge-detail reconstruction, and CA is used to compensate for the missing channel information interaction in Mamba model. Experiments demonstrate that MambaSCI surpasses state-of-the-art methods with lower computational and memory costs. PyTorch style pseudo-code for the core modules is provided in the supplementary materials.

Zhenghao Pan, Haijin Zeng, Jiezhang Cao, Yongyong Chen, Kai Zhang, Yong Xu• 2024

Related benchmarks

TaskDatasetResultRank
Video Snapshot Compressive Imaging ReconstructionDAVIS 6 simulation videos source 2017 (test)
Beauty PSNR36.95
10
Video SCI ReconstructionSwinger 1080p simulation video
PSNR29.78
6
Video SCI ReconstructionFootball 1080p simulation video
PSNR36.31
6
Video SCI ReconstructionMessi 1080p simulation video
PSNR26.36
6
Video SCI ReconstructionHummingbird 1080p simulation video
PSNR30.73
6
Video Reconstructionbeauty B=16
PSNR25.39
4
Video Reconstructionbeauty B=32
PSNR22.44
3
Showing 7 of 7 rows

Other info

Code

Follow for update