paper-with-me

Papers

EfficientSCI: Densely Connected Network with Space-time Factorization for Large-scale Video Snapshot Compressive Imaging

2023-05-17 · CVPR 2023 1 · Lishun Wang, Miao Cao, Xin Yuan

Video snapshot compressive imaging (SCI) uses a two-dimensional detector to capture consecutive video frames during a single exposure time. Following this, an efficient reconstruction algorithm needs to be designed to reconstruct the desired video frames. Although recent deep learning-based state-of-the-art (SOTA) reconstruction algorithms have achieved good results in most tasks, they still face the following challenges due to excessive model complexity and GPU memory limitations: 1) these models need high computational cost, and 2) they are usually unable to reconstruct large-scale video frames at high compression ratios. To address these issues, we develop an efficient network for video SCI by using dense connections and space-time factorization mechanism within a single residual block, dubbed EfficientSCI. The EfficientSCI network can well establish spatial-temporal correlation by using convolution in the spatial domain and Transformer in the temporal domain, respectively. We are the first time to show that an UHD color video with high compression ratio can be reconstructed from a snapshot 2D measurement using a single end-to-end deep learning model with PSNR above 32 dB. Extensive results on both simulation and real data show that our method significantly outperforms all previous SOTA algorithms with better real-time performance. The code is at https://github.com/ucaswangls/EfficientSCI.git.

📄 PDF Abstract BibTeX arXiv:2305.10006

Code (1)

ucaswangls/efficientsci 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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 제목 키워드 기반

Hybrid CNN-Transformer Architecture for Efficient Large-Scale Video Snapshot Compressive Imaging

2024-05-19 · International Journal of Computer Vision 2024 5 · Miao Cao, Lishun Wang, Mingyu Zhu, Xin Yuan

Video snapshot compressive imaging (SCI) uses a low-speed 2D detector to capture high-speed scene, where the dynamic scene is modulated by different masks and then compressed into a snapshot measurement. Following this, …

GPU

Densely Connected Search Space for More Flexible Neural Architecture Search

2019-06-23 · CVPR 2020 6 · Jiemin Fang, Yuzhu Sun, Qian Zhang, Yuan Li 외

Neural architecture search (NAS) has dramatically advanced the development of neural network design. We revisit the search space design in most previous NAS methods and find the number and widths of blocks are set manual…

Image ClassificationNeural Architecture Search

DCNAS: Densely Connected Neural Architecture Search for Semantic Image Segmentation

2020-03-26 · CVPR 2021 1 · Xiong Zhang, Hongmin Xu, Hong Mo, Jianchao Tan 외

Neural Architecture Search (NAS) has shown great potentials in automatically designing scalable network architectures for dense image predictions. However, existing NAS algorithms usually compromise on restricted search …

Image SegmentationNeural Architecture SearchSemantic Segmentation

Improving Language Modeling using Densely Connected Recurrent Neural Networks

2017-07-19 · WS 2017 8 · Fréderic Godin, Joni Dambre, Wesley De Neve

In this paper, we introduce the novel concept of densely connected layers into recurrent neural networks. We evaluate our proposed architecture on the Penn Treebank language modeling task. We show that we can obtain simi…

Language ModelingLanguage Modelling

AdnFM: An Attentive DenseNet based Factorization Machine for CTR Prediction

2020-12-20 · Kai Wang, Chunxu Shen, Chaoyun Zhang Wenye Ma

In this paper, we consider the Click-Through-Rate (CTR) prediction problem. Factorization Machines and their variants consider pair-wise feature interactions, but normally we won't do high-order feature interactions usin…

Click-Through Rate Prediction